biobii/fylite

FYLite is mini MVC framework for small application. Lite, simple and easy to use.

Maintainers

Details

github.com/biobii/fylite

Source

Issues

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 6

Forks: 7

Open Issues: 0

Type:project

v1.0.0 2018-03-23 12:14 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:34:54 UTC


README

FYLite is mini MVC framework for small application. Lite, simple and easy to use. Inspired by Laravel and Codeigniter.

Basic Installation

Requires PHP 5.6 or above. Download or clone FYLite repository, run composer update.

Or you can install with composer.

composer create-project biobii/fylite blog

For setup our configuration just duplicate .env.example to .env. Dont forget to set DB_CONNECTION=true for allow database connection.

Documentation

Credits

  • FastRoute - Fast request router for PHP
  • Blade - A standalone version of Laravel's Blade templating engine for use outside of Laravel
  • Slim-PDO - PDO database library for Slim framework