2017 © Pedro Peláez
 

library ludo

image

ludo/ludo

  • Friday, March 9, 2018
  • by zhang-bin
  • Repository
  • 2 Watchers
  • 4 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Ludo-PHP


Ludo-PHP是一个快速,面向对象的轻量级PHP开发框架。, (*1)

简介


  1. Ludo-PHP采用PDO Prepare方式操作数据库,避免SQL injection的风险,支持Mysql和PostgreSql两种数据库,支持读写分离和多数据库。
  2. 自动路由模式,程序会自动解析url中的controller和action,通过reflection调用对应的方法。, (*2)

    $method = new ReflectionMethod($this->_ctrl, $action);, (*3)

    $output = $method->invoke($controller);, (*4)

  3. 自动记录request日志,日志内容包括$_GET, $_POST, $_COOKIE, $_SESSION, $_SERVER, SQL, ERROR信息。
  4. 支持异步任务队列功能
  5. 表单提交自动使用csrf token,避免csrf攻击

安装


composer create-project --prefer-dist ludo/ludo project-name, (*5)

The Versions

09/03 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by zhang bin

09/03 2018

1.3.2

1.3.2.0

  Sources   Download

MIT

The Requires

 

by zhang bin

06/04 2017

1.3.1

1.3.1.0

  Sources   Download

MIT

The Requires

 

by zhang bin

06/04 2017

1.3

1.3.0.0

  Sources   Download

MIT

The Requires

 

by zhang bin

28/08 2015

1.1

1.1.0.0

  Sources   Download

MIT

The Requires

 

by zhang bin

26/02 2015

1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by zhang bin