https://github.com/ezsystems/ezpublish-api
[READ ONLY] Subtree split of the eZ Publish 5 (ezsystems/ezpublish-kernel) API interfaces and domain objects
https://github.com/ezsystems/ezpublish-api
Last synced: over 1 year ago
JSON representation
[READ ONLY] Subtree split of the eZ Publish 5 (ezsystems/ezpublish-kernel) API interfaces and domain objects
- Host: GitHub
- URL: https://github.com/ezsystems/ezpublish-api
- Owner: ezsystems
- License: other
- Created: 2014-01-16T19:16:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T14:12:27.000Z (over 7 years ago)
- Last Synced: 2025-04-05T14:42:04.724Z (over 1 year ago)
- Language: PHP
- Homepage: https://github.com/ezsystems/ezpublish-kernel
- Size: 9.28 MB
- Stars: 3
- Watchers: 23
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# eZ Publish 5.x API
This package is a split of the [eZ Publish 5](https://github.com/ezsystems/ezpublish-kernel) public API. It includes
the services interfaces and domain objects from the `eZ\Publish\API` 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](https://github.com/ezsystems/ezpublish-kernel/blob/master/Readme.md)
for further information.
## Requiring ezpublish-api in your project
```yaml
"require": {
"ezsystems/ezpublish-api": "~5.0"
}
```
## Copyright & license
eZ Systems AS & GPL 2.0