sexcod / genesis
基于 Angular 和 Doctrine 的 PHP 开发者 Web 框架
0.0.1
2016-06-04 23:06 UTC
Requires
- php: >= 5.4
- bramus/router: ^1.0
- doctrine/common: 2.4.*
- doctrine/dbal: 2.4.*
- doctrine/orm: 2.4.*
- twig/twig: ~1.0
This package is auto-updated.
Last update: 2024-09-17 09:14:21 UTC
README
Genesis 是一个用于快速轻松开发 Web 应用程序的微 PHP 框架,具有 "sexcod" 设计质量。
特性
- 简单的路由器支持 "POST | GET | PUT | DELETE"
- 命令行与数据库交互
- Doctrine ORM 使用实体管理器
- Twig 模板引擎 - 简单、快速、最佳
- 使用 Gulp 压缩(最小化)CSS 和 JavaScript 文件
要求
安装
使用以下方式获取 Genesis
git clone https://github.com/sexcod/genesis.git
cd genesis
启动 PHP 内置服务器以开始使用
php -S localhost:80 -t public
Now, type in your browser: https://
此项目基于 Base 和 Tiga (路由器) 开源项目。