Skip to content
Khen Solomon Lethil edited this page Nov 13, 2017 · 19 revisions

letId PHP framework!

letId is a simple oriented PHP framework and flexible configuration that allow developer to deploy multiply applications simultaneously. Yes, it's PHP Composer based application, and using packages are up-to-you! letId has a very minimum requirement and aim to provided as light as possible. Working with composer!

Composer

The preferred way to install letId is through PHP Composer. Require letid/framework by doing one of the following:

php composer require --prefer-dist letid/framework

or add require section in your composer.json.

"letid/framework": "dev-master"

Usage described detail of...

Features

  • Html (since 1.0.1)
  • Database (since 1.0.1)
  • Default Template (since 1.0.1)
  • Menu (since 1.0.2)
  • Template (since 1.0.2)
  • Database Queries (since 1.0.3)
  • Language (since 1.0.3)
  • Authorization (since 1.0.3)
  • Validate (since 1.0.3)
  • Utilities (since 1.0.3)
  • Form (since 1.0.4)

Note

License

For MIT License information.

Clone this wiki locally