Lightweight framework (less than 800kB) focused on simplicity, performance and compatibility with PHP since 5.3 version. BackFive Boilerplate has Slim2, Plates3, Paris Active Record and Bulma CSS framework.
Use Git to clone the repository.
$ git clone https://github.com/mirabalj/backfive.git your-project
This will create the boilerplate with all required dependencies. BackFive requires PHP 5.3.0 or newer.
You may quickly test this using the built-in PHP server:
$ cd your-project
$ php -S localhost:8000
Going to http://localhost:8000/hello/world will now display "Hello, world" with template made with a CSS framework.
For more information on how to configure your web server, see the Documentation.
Learn more at these links:
BackFive Boilerplate is licensed under the MIT license. See License File for more information.