SPI and API
This is a Those repositories are read-only split of ezsystems/ezpublish-kernel
, made available to make dependencies easier and more lightweight.Typical use case is the REST client in PHP, in this case it's not needed to require the whole ezpublish-kernel repository.
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
namespace namespace.
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/ezpublish-kernel.
Refer to the main project's README.md for further information.
Requiring ezpublish-api in your project:
Code Block | ||
---|---|---|
| ||
"require": { "ezsystems/ezpublish-api": "~5.0" } |
SPI
This package is a split of the eZ Publish 5 SPI (persistence interfaces).
...
The repository is read-only, automatically updated from https://github.com/ezsystems/ezpublish-kernel.
Refer to the main project's README.md for further information.
Requiring ezpublish-api in your project:
Code Block | ||
---|---|---|
| ||
"require": { "ezsystems/ezpublish-spi": "~5.0" } |