light-framework/light-framework

Simple and light PHP Framework.

V1.0 2014-09-18 08:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:20:20 UTC


README

Build Status Scrutinizer Code Quality

LightFramework is a lightweight and simple web application framework.

Installation / Requirements

LightFramework requires Composer to work. Simply install composer and run composer inside the base LightFramework directory.

$ composer install

Also, it needs the following

  • PHP 5.3+
  • PDO
  • mod_rewrite

Tests

To run the test suite, you need PHPUnit (and also Selenium):

$ php composer.phar install --dev
$ vendor/bin/phpunit

TO-DO

  • Menu system
  • Less code