https://github.com/openpsa/createphp
PHP adapter for Create.js
https://github.com/openpsa/createphp
Last synced: 6 months ago
JSON representation
PHP adapter for Create.js
- Host: GitHub
- URL: https://github.com/openpsa/createphp
- Owner: openpsa
- License: lgpl-3.0
- Archived: true
- Created: 2012-05-31T09:02:35.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T09:41:36.000Z (over 8 years ago)
- Last Synced: 2026-01-13T22:41:57.209Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 378 KB
- Stars: 205
- Watchers: 24
- Forks: 41
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
CreatePHP
=========
This is a small standalone library designed to make it easier to integrate [Create.js](http://createjs.org)
into existing PHP applications/frameworks. You can see a live demonstration of an integration
with the MidCOM framework under http://demo.createphp.org
[](http://travis-ci.org/flack/createphp)
Usage
-----
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.
Installation
-----
CreatePHP is available on [Packagist](https://packagist.org/packages/midgard/createphp), 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
--------
Documentation is available in the [documentation/ folder](documentation/index.md)
Word of Warning
---------------
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!