psiphp / content-type
Extends form framework to allow front-end content types
Installs: 131
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 7
pkg:composer/psiphp/content-type
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!