Download the PHP package lfphp/litephp without Composer
On this page you can find all versions of the php package lfphp/litephp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lfphp/litephp
More information about lfphp/litephp
Files in lfphp/litephp
Download lfphp/litephp
More information about lfphp/litephp
Files in lfphp/litephp
Vendor lfphp
Package litephp
Short Description A lite php framework for PHP.
License Apache-2.0
Homepage http://blog.yikepi.com/
Package litephp
Short Description A lite php framework for PHP.
License Apache-2.0
Homepage http://blog.yikepi.com/
Keywords function
Please rate this library. Is it a good library?
Informations about the package litephp
开始使用
[TOC]
简介
LitePHP为一款轻量化开发模式的PHP开发框架。框架除了提供快捷灵活、简洁高效的开发模式之外,相对于市面上常见的PHP框架,有着以下特殊之处
- 框架以严格显式调用声明方式定义项目研发模式。 企业采用该框架开发项目,能够使项目代码具备良好的可读性,项目维护成本低,对于未了解过该框架的技术研发无门槛。通过简单的调用链跟踪即可了解业务逻辑,定位解决业务BUG,以及二次研发自己需要的组件。
- 代码即文档。 底层代码库以完善、标准的PHPDoc注释标准提供给使用者,研发人员使用框架过程,如使用了IDE工具(如PHPStorm、Eclipse、VisualStudio等),无需阅读框架开发文档,即可一目了然了解框架功能。
- 代码即数据结构。 市面第一款以显示声明定义数据库表结构模式进行ORM定义的PHP框架。
流程
HelloWorld示例
文件列表:
index.php
app.inc.php
IndexController.php
相关文档
更多关于本框架文档信息,请访问 GitHub 。
- 安装说明
- 配置说明
- 数据模型
- 项目文件范例
- API接口模式
- MySQL数据库规范
- PHP 编码检查
- PHPDoc 规范
- PSR-1 Basic Coding Standard (中文版)
- PSR-2 Coding Style Guide
All versions of litephp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-mbstring Version *
ext-json Version *
lfphp/logger Version ~1.0.0
lfphp/cache Version ~1.0.0
lfphp/func Version ~1.0.0
ext-mbstring Version *
ext-json Version *
lfphp/logger Version ~1.0.0
lfphp/cache Version ~1.0.0
lfphp/func Version ~1.0.0
The package lfphp/litephp contains the following files
Loading the files please wait ....