LifePHP php framework,an excellent and open source php framework which aims at 'Make coding life more efficient,let the program run faster'.
frontend/ an application used lifephp framework
lifephp/ this is the core base structure of lifephp php framework
The minimum requirement by LifePHP is that your server supports PHP 5.3 version.
The recommended way to install Lifephp is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the master version of Lifephp framework:
php composer.phar require wushiquan/lifephp
You can then later update Lifephp using composer:
composer.phar update
Besides, you can also create a lifephp project with version dev-master quickly under an application folder named 'lifephp' with the following composer command:
composer create-project --prefer-dist wushiquan/lifephp lifephp dev-master
The Lifephp framework is open-sourced software licensed under the MIT license.
Thank you for using lifephp php framework to work as web development and we will provide you with the best framework resource forever.