alxmrz / ff-core
There is no license information available for the latest version (v0.8.0) of this package.
v0.8.0
2025-01-08 10:17 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
- twig/twig: ^2.0
Requires (Dev)
- phpmd/phpmd: dev-master
- squizlabs/php_codesniffer: 3.7.2
- vimeo/psalm: ^5.0@dev
This package is not auto-updated.
Last update: 2025-04-07 23:51:21 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.