1
项目地址 https://github.com/Intervention/image 安装 composer require intervention/image 使用 上传页面片段 <form method="post" action="/user/img" enctype="multipart/form- ...
多语言使用的是 symfony/translation 组件。 安装 composer require symfony/translation 建立语言包 webman默认将语言包放在resource/translations目录下(如果没有请自行创建),如需更改目录,请在config/translation.php中 ...
项目地址 https://github.com/jasongrimes/php-paginator 安装 composer require "jasongrimes/paginator:^1.0.3" 使用 新建 app/controller/UserController.php <?php namespace ...
webman限流器,支持注解限流。 支持apcu、redis、memory驱动。 源码地址 https://github.com/webman-php/rate-limiter 安装 composer require webman/rate-limiter 使用 <?php namespace app\contr ...
composer有很多验证器可以直接在使用,例如: top-think/think-validate respect/validation 验证器 top-think/think-validate 说明 ThinkPHP官方验证器 项目地址 https://github.com/top-think/think-v ...