finally-a-fast / faftephp
This package is abandoned and no longer maintained.
No replacement package was suggested.
Html parser.
dev-dev
2021-05-21 07:38 UTC
Requires
- php: ^7.4|^8.0
- ext-dom: *
- ext-intl: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- ivopetkov/html5-dom-document-php: ^2.2
- jlawrence/eos: ^3.2
- psr/log: ^1.1
- psr/simple-cache: ^1.0
- yiisoft/validator: ^3.0
Requires (Dev)
- phpmd/phpmd: ^2.9
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.6
- roave/security-advisories: dev-master
- spatie/phpunit-watcher: ^1.23
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.3
- yiisoft/cache-apcu: ^3.0
- yiisoft/log: ^3.0
- yiisoft/log-target-file: ^3.0
This package is auto-updated.
Last update: 2022-04-21 09:51:43 UTC
README
This is a simple and fast template engine for php.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require finally-a-fast/faftephp
or add
"finally-a-fast/faftephp": "dev-master"
to the require section of your composer.json
file.
Documentation
Documentation will be added soon at https://www.finally-a-fast.com/.
License
faftephp is released under the MIT License. See the LICENSE.md for details.