Message-ID: <150313468.3260.1485852540080.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_3259_409430265.1485852540080" ------=_Part_3259_409430265.1485852540080 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html SPI and API repositories

SPI and API repositories

Those repositories are read-only s= plit of ezsystems/ezpublish-kernel, made available to make dep= endencies easier and more lightweight.

API

This package is a split of the eZ Publish = 5 public API. It includes the services interfaces and domain objects from the eZ\Publish\API names= pace.
It offers a lightweight way to make your project depend on the eZ = API and Domain objects, without depending on the whole ezpublish-kernel.The repository is read-only, automatically updated from https://github.com/ezsystems/ezpubl= ish-kernel.

Requiring ezpublish-api in your project:

=20
"require": {
    "ezsystems/ezpublish-api": "~5.0"
}
=20

SPI

This package is a split of the eZ Publish = 5 SPI (persistence interfaces).

It can be used as a dependency, instead of= the whole ezpublish-kernel, by packages implementing custom eZ Pub= lish storage engines, or by any package that requires clas= ses from the eZ\Publish\SPI namespace.

The repository is read-only, automatically= updated from https://github.com/ezsystems/ezpublis= h-kernel.

Requiring ezpublish-api in your project:

=20
"require": {
    "ezsystems/ezpublish-spi": "~5.0"
}
=20
------=_Part_3259_409430265.1485852540080--