This is a small standalone library designed to make it easier to integrate Create.js into existing PHP applications/frameworks. You can see a live demonstration of an integration with the MidCOM framework under http://demo.createphp.org
To use CreatePHP, you need to implement the RdfMapperInterface and provide metadata to map between your domain models and RDF. See the Mapper subfolder for a couple of abstract classes that might be useful to write your own mapper.
CreatePHP is available on Packagist, so you can
simply include it in your composer.json
. Or you download it the old-fashioned way and register it
in any PSR0-compatible autoloader.
Documentation is available in the documentation/ folder
The code is still under development. While it's kept in a constantly running state, please note that the API might still change. Suggestions and feedback are of course welcome!