nice-yu/think-toolkit

v1.5 2023-03-29 09:06 UTC

This package is auto-updated.

Last update: 2024-04-29 11:19:02 UTC


README

运行环境要求

"php": ">=7.4",
"topthink/framework": "^6.0",
"doctrine/annotations": ">=1.13",
"symfony/class-loader": "~3.2.0",
"jms/serializer": ">=3.18"

主要特性

  • 采用PHP7强类型(严格模式)
  • 支持更多的PSR规范
  • 面向对象的 Cache
  • 兼容 thinkPHPDto 参数验证
  • Route 更符合业务的注解路由
  • 面向对象的 Security 安全防火墙
  • 友好的多版本 version 注解
  • 简单的注解 unified 统一路由

安装

composer require nice-yu/think-toolkit

文档

例子

toolkit-admin 使用 think-toolkit 统一路由开发, 并且使用了双令牌的 Security 安全防火墙

参与开发

请参阅 Think-Toolkit