Download the PHP package iamfat/gini without Composer
On this page you can find all versions of the php package iamfat/gini. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package gini
Gini PHP Framework
Gini 是一个基于松散模块依赖的MVC PHP框架,深受Kohana, Symphony和Composer的影响。
易用的CLI
Gini 在命令行下提供了一个 gini
命令, 和 composer
与 npm
类似. 你能够很容易的通过少数几条命令创建CLI的应用,然后通过 gini foo bar
的方式调用.
面向对象
Gini PHP framework 基于 PHP 5 OO. 现在难道还有 PHP 框架不是 OO 的吗?
兼容 Composer
你可以通过 Composer 来加装 Gini, 也可以独立使用 Gini, 又或者在 Gini 框架中直接使用各种 Composer 第三方模块.
Those ORM
这是一个内建的 ORM 实现, 方便大家采用 OO 的方式访问数据库. Database SQL 层完全被封装成了对象。 你可以像定义类一样的方式定义你的数据库表结构。当你实例化对象并赋值属性,然后使用 save
方法时,系统会自动将对象的属性保存在数据表中。
同时, Those ORM 提供了有趣的符合自然语义的语法来完成原本枯燥的SQL实现 (实验中...)。 以下是个示例:
内建 JSON-RPC 和 REST 的 API 与远程调用支持
以下是个示例:
-
JSON-RPC
- REST
All versions of gini with dependencies
PHP Build Version
Package Version
Requires
sabre/dav Version
^4.1
doctrine/inflector Version ^2
doctrine/annotations Version ^1.10
dragonmantank/cron-expression Version ^3.0
doctrine/inflector Version ^2
doctrine/annotations Version ^1.10
dragonmantank/cron-expression Version ^3.0
The package iamfat/gini contains the following files
Loading the files please wait ....