模块化MVC框架

5.1.3 2018-01-13 11:29 UTC

This package is auto-updated.

Last update: 2024-09-22 20:28:45 UTC


README

完全模块化框架,灵活可扩展。行业级框架。

Uses slim 3.0 routing
Strong Validation Class
Csrf Protection

Doctrine模式

Powerful Entity mechanism by Doctrine. Easy and painless to use.

PHP依赖注入

Auto injecting classes to DI from modules.

Twig模板引擎

Super Fast and flexible Template Engine ever.
https://twig.symfony.com.cn/

API准备模块

Build Super fast api resource

运行项目

1. composer create-project ozone-framework/ozone
2. Configure database in .env file
3. Run Migration ::[vendor/bin/doctrine orm:schema-tool:update --force] from root folder
4. Run Project :: php -S localhost:8000 -t public 
5. Open Project on Browser [localhost:8000]
6. Feel free for any queries.

文档

Coming Soon