midgard/createphp

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP adapter for Create.js

Maintainers

👁 flack

Package info

github.com/openpsa/createphp

pkg:composer/midgard/createphp

Statistics

Installs: 486 237

Dependents: 2

Suggesters: 0

Stars: 214

Open Issues: 14

1.1.0 2015-07-03 13:41 UTC

Requires

None

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

LGPL, MIT 132e7d20a6b418687ab7d779f1c2884abcaee6a5

rdfa

This package is auto-updated.

Last update: 2020-02-13 02:02:15 UTC


README

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

👁 Build Status

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, 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

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!