midgard/createphp
CreatePHP is a lightweight PHP library to integrate Create.js into existing apps and frameworks. Implement RdfMapperInterface to map domain models to RDF metadata, enabling in-place content editing and semantic data handling.
ChainRdfMapper and ChainedRdfMapperInterface to allow using more than one mapper in parallel.Breaking Changes:
Moved workflows from Manager to RestService. If you used the Manager before, please update your code to use the RestService. Before:
$manager->registerWorkflow(...)
After:
$manager->getRestHandler()->registerWorkflow(...)
Breaking changes from 0.8.0
How can I help you explore Laravel packages today?