Skip to content

bakeiro/Light-PHP

Repository files navigation

logo

Light-PHP

Micro PHP framework.
- Explore the DOCS -

Issues MIT license This is a forkable respository


Light-PHP

Documentation

Light-PHP documentation

Create your API/Web app immediately!

Light-PHP makes possible to start working without reading massive documentations, if this is the case, then Light-PHP might be very useful for you.
This was created to be the most simple framework to read/understand.

This project follows the PSR-0, PSR-1 and PSR-4 standards, good practices, MVC structure, micro template engine, database abstraction, session management, debug console (for PHP), and much more!.

Minimum requirements

  • PHP OpenSSL extension (if wants session encryption, something recommended)
  • PHP (at least 7.X)
  • Database (MySQL suggested)

Installation and startup:

composer create-project bakeiro/light-php
php -S localhost:8080 -t light-php/

License

Light-PHP is licensed under the Open Source MIT license, feel free to use it, modify it or contribute it!

Built by David Baqueiro