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

README

Minimum PHP Version Type Coverage

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.