alxmrz / ff-core
There is no license information available for the latest version (v0.7.0) of this package.
v0.7.0
2022-11-06 14:18 UTC
Requires
- ext-pdo: *
- monolog/monolog: 1.0.*
- php-di/php-di: ^6.0
- phpunit/phpunit: ^9
- psr/container: ^1.0
- psr/log: ^1.0
- squizlabs/php_codesniffer: *
- twig/twig: ^2.0
This package is not auto-updated.
Last update: 2024-10-21 21:50:11 UTC
README
An MVC php framework.
Run the commands below for starting dev containers, docker required:
- make build - build php image
- make run - run container with php
- make deps - install composer deps
Use make test for running all tests in project
See example/index.php for details of using
Use php -S 127.0.0.1:8081 -t ./example/ to run example application.