https://github.com/wushiquan/lifephp
Lifephp php framework - Make coding life more efficient , let the program run faster
https://github.com/wushiquan/lifephp
framework high-performance lifephp lifephp-php-framework mvc php php-framework
Last synced: 5 months ago
JSON representation
Lifephp php framework - Make coding life more efficient , let the program run faster
- Host: GitHub
- URL: https://github.com/wushiquan/lifephp
- Owner: wushiquan
- License: mit
- Created: 2016-08-18T09:16:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T10:06:03.000Z (about 8 years ago)
- Last Synced: 2026-01-14T13:58:07.737Z (5 months ago)
- Topics: framework, high-performance, lifephp, lifephp-php-framework, mvc, php, php-framework
- Language: PHP
- Homepage:
- Size: 206 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LifePHP php Framework Version 1.0
LifePHP php framework,an excellent and open source php framework which aims at 'Make coding life more efficient,let the program run faster'.
## Directory Structure
>> frontend/ an application used lifephp framework
>> lifephp/ this is the core base structure of lifephp php framework
## Requirements
The minimum requirement by LifePHP is that your server supports PHP 5.3 version.
## Install Lifephp
The recommended way to install Lifephp is through Composer.
```javascript
# Install Composer
curl -sS https://getcomposer.org/installer | php
```
Next, run the Composer command to install the master version of Lifephp framework:
```javascript
php composer.phar require wushiquan/lifephp
```
You can then later update Lifephp using composer:
```javascript
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:
```javascript
composer create-project --prefer-dist wushiquan/lifephp lifephp dev-master
```
## Official Website
[lifephp website](http://www.lifephp.net)
## License
The Lifephp framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
Thank you for using lifephp php framework to work as web development and we will provide you with the best framework resource
forever.