Skip to content

BackFive Boilerplate focused on simplicity, performance and compatibility with PHP until 5.3 version

Notifications You must be signed in to change notification settings

iamjinme/backfive

Repository files navigation

BackFive Boilerplate

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.

Installation

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.

Usage

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

Learn more at these links:

Author

License

BackFive Boilerplate is licensed under the MIT license. See License File for more information.

About

BackFive Boilerplate focused on simplicity, performance and compatibility with PHP until 5.3 version

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages