biobii/fylite

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

Maintainers

Package info

github.com/biobii/fylite

Issues

Type:project

pkg:composer/biobii/fylite

Statistics

Installs: 77

Dependents: 0

Suggesters: 0

Stars: 13

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

This package is not auto-updated.

Last update: 2026-03-01 11:43:42 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