Skip to content

funsent/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funsent-framework

PHP实现的funsent框架源码

the application framework by PHP


框架特性:

MVC、Psr、DI、IOC、ORM、单元测试、命令行、契约、服务(参数配置和驱动配置、自定义服务)、服务容器、依赖注入、服务延迟加载、多模块、服务提供者、服务注册解析(含延迟解析)、后期静态绑定、服务门面及别名、路由、中间件、本地化

手册目录

  1. 快速入门
  2. 架构说明
  3. 服务详解 (路由、控制器、请求(上传)、响应、数据库(数据迁移)、模型、视图、缓存、会话、cookie、多语言、异常、日志、调试、验证、命令行)
  4. 工具支持 (验证码、助手函数)
  5. 扩展开发 (workerman、swoole)
  6. 更新日志

核心服务

  1. app (container、loader)
  2. cache
  3. config
  4. console
  5. controller
  6. cookie
  7. database (schema、backup)
  8. security (password)
  9. error
  10. log
  11. lang
  12. middleware
  13. model
  14. pagination
  15. request
  16. response
  17. route
  18. session
  19. validation
  20. view

预置服务

  1. captcha
  2. cas
  3. connect
  4. notify
  5. participle
  6. auth
  7. notification
  8. payment (cart、alipay、tenpay)
  9. storage
  10. queue
  11. workflow

工具支持

  1. datetime
  2. collection
  3. filesystem
  4. geo
  5. idcard
  6. Arr
  7. str
  8. net (curl、ftp、http)
  9. qrcode
  10. pdf
  11. excel
  12. word
  13. image
  14. xml
  15. zip

About

PHP实现的funsent框架源码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages