Skip to content

yannickmodahgouez/ezp-next

 
 

Repository files navigation

#API Welcome to the new eZ Publish API, this code repository contains several layers of API, but this document will for the most part focus on the Public API.

##What is the Public API The public API will give you an easy access to the content repository of eZ Publish. The content repository is the core component which manages content, locations (former Nodes), sections, content types (former Content Classes), user groups, users and roles. It also provides a new clear interface for plugging in custom field types (former Datatypes).

The public API is built on top of a layered architecture including a new persistence layer for abstracting the storage functionality. By using the public API your applications will be forward compatible to future releases based on enhanced, more scalable and more performant storage engines. Applications based on the public API are also fully backwards compatible by using the included storage engine based on the current kernel and database model ("Legacy" storage engine).

Alpha Notice

The API is still very much work in progress, and so is documentation, hence why this is currently labeled as a Developer Preview. But expect both parts to get into Beta shape as we close in on the launch of Etna, and fully stable as the core of Kilimanjaro (Q4 2012). But contribution is very open today, go for it !

##Directory Layout

##Dependencies

  • Composer: Just run curl -s http://getcomposer.org/installer | php to get composer.phar
  • PHPUnit 3.6
  • PHP 5 Modules: php5_sqlite
  • Database: sqlite3 if not installed by above stage
  • eZ Publish 4 (aka legacy): Get the latest sources from eZ Publish 4. Rather clone it or directly download the zip package from Github.

##How to get started

  • Clone this repo
  • Install dependencies with Composer: php composer.phar install
  • Copy config.php-DEVELOPMENT to config.php
  • Modify config.php and adjust the path to eZ Publish Legacy root
  • Execute php index.php (cli) to verify that it manages to output some text
  • Execute phpunit to see current status of missing tests / implementations

##Bug tracker Submitting bug reports is possible on http://issues.ez.no/ezpublish (pick the "ezp-next" component in the right column when reporting).

##Contributing eZ Publish API is a fully open source, community-driven project. If you''d like to contribute, please have a look at the related guidance page. You will, amongst other, learn how to make pull-requests. More on this here : "How to contribute to eZ Publish using GIT".

##Discussing/Exchanging## A dedicated forum has been set-up to discuss all PHP API-related topics : http://share.ez.no/forums/new-php-api

##Copyright & license eZ Systems AS & GPL 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published