Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soliphp/framework
Soli PHP Framework
https://github.com/soliphp/framework
framework php php-framework soli soliphp
Last synced: 10 days ago
JSON representation
Soli PHP Framework
- Host: GitHub
- URL: https://github.com/soliphp/framework
- Owner: soliphp
- License: mit
- Created: 2017-03-13T19:42:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T11:05:45.000Z (almost 4 years ago)
- Last Synced: 2024-07-31T12:07:36.450Z (3 months ago)
- Topics: framework, php, php-framework, soli, soliphp
- Language: PHP
- Size: 150 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- favorite-link - Soli PHP 框架。
README
Soli PHP Framework
--------------------Soli 是一个轻量级的 PHP 框架,框架的设计,意在松耦合、可扩展、简洁易用。
## 提供的功能
MVC、[依赖注入]、[事件管理]、[闪存消息]、[模版引擎]([Twig]、[Smarty])、[命令行应用]等功能
## 使用
详见 [https://github.com/ueaner/soliphp]
## API 参考
[API 参考]
## License
[MIT License]
[Twig]: http://twig.sensiolabs.org/
[Smarty]: http://www.smarty.net/
[依赖注入]: http://api.soliphp.com/Soli/Di.html
[事件管理]: http://api.soliphp.com/Soli/Events.html
[闪存消息]: http://api.soliphp.com/Soli/Session/Flash.html
[模版引擎]: http://api.soliphp.com/Soli/View/Engine.html
[命令行应用]: http://api.soliphp.com/Soli/Console.html
[https://github.com/ueaner/soliphp]: https://github.com/ueaner/soliphp
[API 参考]: http://api.soliphp.com/
[MIT License]: LICENSE