CapMousse / Jet

A light php framework
7 stars 0 forks source link

Jet

A lightweight, easy modifiable and fast PHP framework with MVC. Work on PHP5.3+

Now Beta 4. Try and report bugs !

WARNING

*Before use, you need to update permissions on the project/logs dir to authorize Jet to write on dir/files*

Features

Jet provide lot of tools for your project :

First time here!

The wiki is currently in development, but all the code is documented! Fell free to help and write the wiki !

CLI usage

The jet.php tool, found on the main dir, is a CLI tool created to easily create/remove Apps and deploy Tables from your models. You can found 2 example of models with theyre structures on the models dirs. Before using it, you need to modify your project/config.php file and figure out where is your mysql socket.sock. For example, the MAMP MySQL socket is mysql:unix_socket=/Applications/MAMP/tmp/mysql/mysql.sock.

For help just type in your terminal : php jet.php help. A list of available commands will be prompted.

All db arguments are only (for the moment) compatible with MySQL !

Feel free to contribute!

Licence

Released under a BSD license

Credits