All Projects → suyar → Lying

suyar / Lying

PHP Framework.

Labels

Projects that are alternatives of or similar to Lying

Catberry
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
Stars: ✭ 793 (+4305.56%)
Mutual labels:  framework
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+39588.89%)
Mutual labels:  framework
Flaui
UI automation library for .Net
Stars: ✭ 892 (+4855.56%)
Mutual labels:  framework
Graphene
GraphQL framework for Python
Stars: ✭ 6,964 (+38588.89%)
Mutual labels:  framework
Circle
A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)
Stars: ✭ 816 (+4433.33%)
Mutual labels:  framework
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: ✭ 5 (-72.22%)
Mutual labels:  framework
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (+4283.33%)
Mutual labels:  framework
Ulnoiot Upy
retired version of ulnoiot based on micropython
Stars: ✭ 17 (-5.56%)
Mutual labels:  framework
Flexr
Flexr is a responsive grid framework for modern browsers.
Stars: ✭ 5 (-72.22%)
Mutual labels:  framework
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+4544.44%)
Mutual labels:  framework
Loxodon Framework
An MVVM & Databinding framework that can use C# and Lua to develop games
Stars: ✭ 802 (+4355.56%)
Mutual labels:  framework
Goyave
🍐 Elegant Golang REST API Framework
Stars: ✭ 811 (+4405.56%)
Mutual labels:  framework
Poppy
A reliable, self configuring, error finding loadout framework for Arma.
Stars: ✭ 6 (-66.67%)
Mutual labels:  framework
Deno Drash
A REST microframework for Deno's HTTP server with zero 3rd party dependencies.
Stars: ✭ 795 (+4316.67%)
Mutual labels:  framework
Goapframework
C++ General Purpose Goal Oriented Action Planning framework for Unreal Engine
Stars: ✭ 17 (-5.56%)
Mutual labels:  framework
One
一个极简高性能php框架,支持[swoole | php-fpm ]环境
Stars: ✭ 789 (+4283.33%)
Mutual labels:  framework
Fprime
F' - A flight software and embedded systems framework
Stars: ✭ 8,642 (+47911.11%)
Mutual labels:  framework
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 18 (+0%)
Mutual labels:  framework
Gantry5
🚀 Next Generation Template / Theme Framework
Stars: ✭ 895 (+4872.22%)
Mutual labels:  framework
Framework
MomentPHP | The PHP mini-framework based on Slim and Laravel Components
Stars: ✭ 6 (-66.67%)
Mutual labels:  framework
     __        __
    / / __ __ /_/__  __ ____
   / / / // // //  \/ // _  \
  / /_/ // // // /\  // // /
 /____\_  //_//_/ /_/_\_  /
    /____/          \____/

Yii2是我的PHP的入门老师,我心怀尊敬。我看过Yii2的绝大部分核心源码,大轮子虽然功能完善,但是在写小项目的时候有点拖沓的感觉。怀着“PHP是世界上最好的语言”的信念,我自以为是的造了个轮子—Lying。

有兴趣的同学可以fork去看看代码,如果它能给你的PHP之路带来一点启发,那是再好不过了。当然,如果你觉得Lying的某些地方有缺陷,你可以提Issue或者PR,我会根据你的意见对Lying进行完善。如果你喜欢Lying,欢迎你来学习、使用。但是如果你不喜欢它,也请你不要玷污它,因为每个人心中都有一门世界上最好的语言(比如PHP)和一个世界上最好的框架(比如Lying)。

因为采用了Yii2的部分设计,所以Lying和Yii2的使用方式有诸多的相同点。

INSTALL

git clone [email protected]:carolkey/lying.git

REQUIREMENTS

  • php : >= 5.5.0
  • pdo : *
  • apcu : *(可选)
  • memcached : *(可选)
  • redis : (可选)
  • Smarty : (可选)

DOCUMENTATION

http://www.kancloud.cn/carol/lying

FEATURES

  • 单入口经典MVC。
  • 代码库0依赖。
  • 代码遵循PSR-2规范。
  • 基于PSR-0,PSR-4,classMap多种自动加载方式。
  • 基于Service Locator的设计,懒加载、配置和逻辑代码分离,扩展方便。
  • 统一功能接口,功能相同的服务类在配置文件即可自由无缝切换,不影响逻辑代码。
  • PDO实现的MySQL QueryBuilder + ActiveRecord支持,数据库支持主从分离。
  • Apcu/Memcached/File/Redis多种缓存实现。
  • 高性能FileLog日志实现。
  • 路由支持正反向解析(路由仅支持rewrite模式,如果服务器不支持,请移步其他框架)。
  • 完善的CLI制度。
  • 模块<->域名绑定。
  • 工厂\Lying::$maker简便使用服务类。
  • 支持原生PHP模板,支持使用Smarty。
  • Apache,Nginx,IIS,虚拟主机简易部署。
  • And so on...

LICENCE

MIT

FEEDBACK

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].