psiphp / content-type
This package is abandoned and no longer maintained.
No replacement package was suggested.
Extends form framework to allow front-end content types
dev-master / 1.0.x-dev
2017-01-01 14:09 UTC
Requires
- php: ^7.0
- doctrine/annotations: ^1.2
- jms/metadata: ^1.5
- sylius/registry: ^0.19.0
- symfony/form: ^3.0@stable
- symfony/options-resolver: ^3.0
Requires (Dev)
- doctrine/orm: ^2.5
- doctrine/phpcr-odm: ^1.4
- jackalope/jackalope-doctrine-dbal: ^1.2
- phpbench/phpbench: ^0.12.1
- phpunit/phpunit: ^5.3
- pimple/pimple: ^3.0
- twig/twig: ^1.26
Suggests
- doctrine/orm: ^1.4 in order to persist content with the Doctrine ORM
- doctrine/phpcr-odm: ^1.4 in order to persist content with the PHPCR-ODM
This package is auto-updated.
Last update: 2023-11-29 02:26:29 UTC
README
This component is part of the Psi Content Management Framework
The content-type component provides a facility to unify form, storage and (frontend) view through the mapping of "content types" to object properties.
Example content types might include "markdown", "image", "image_collection", "geolocation", etc.
Documentation
Documentation is in progress, there may be documentation in doc/index.rst.
Installation
Require in composer.json
:
$ composer require 'psiphp/content-type'
Contributing
All contributions are welcome, go ahead and make a PR!