psiphp / view
Template-less view system
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/psiphp/view
Requires
- sylius/registry: ^0.19.0
- symfony/options-resolver: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.6
This package is auto-updated.
Last update: 2023-11-29 02:51:49 UTC
README
This component is part of the Psi Content Management Framework
The view component provides a framework for creating view types which produce view objects from given data and configuration.
Documentation
Documentation is in progress, there may be documentation in doc/index.rst.
Installation
Require in composer.json
:
$ composer require 'psiphp/view'
Contributing
All contributions are welcome, go ahead and make a PR!