webino / dom-view
Document Object Model view.
dev-develop
2019-07-20 21:12 UTC
Requires
- php: ~7.1
- webino/app-interface: dev-develop
- webino/event-emitter: dev-develop
- webino/exceptions: dev-develop
- webino/instance-container: dev-develop
- webino/request: dev-develop@dev
Requires (Dev)
- phpstan/phpstan: 0.*
- squizlabs/php_codesniffer: 3.*
- tracy/tracy: 2.*
- webino/develop: dev-develop
- webino/testing: dev-develop
Suggests
- tracy/tracy: Better debug.
This package is auto-updated.
Last update: 2024-10-21 21:00:41 UTC
README
DOM view templates implementation. [WIP]
Recommended Usage
TODO...
Setup
composer require webino\dom-view
Quick Use
TODO...
API
TODO...
Development
Static analysis:
composer analyse
Coding style check:
composer check
Coding style fix:
composer fix
Testing:
composer test
Git pre-commit setup:
ln -s ../../pre-commit .git/hooks/pre-commit
Addendum
Please, if you are interested in this library report any issues and don't hesitate to contribute. We will appreciate any contributions on development of this library.