thenlabs / composed-views
Installs: 164
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/thenlabs/composed-views
Requires
- artyuum/html-element: ^4.0
- doctrine/annotations: ^1.6
- thenlabs/components: ^1.0
- wa72/htmlpagedom: >=2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.2
- thenlabs/class-builder: ^1.0
- thenlabs/pyramidal-tests: 2.0.x-dev
README
Welcome to ComposedViews, a PHP framework for build redistribuibles views and compiled from objects.
Documentation.
- English (Pending)
- Español
Licencia.
Manual installation.
Define in your composer.json
file the next options:
{ "require": { "thenlabs/composed-views": "dev-master" } }
Then, run the command:
$ composer update