ut4 / pike
低级应用程序工具包。
0.10.0
2021-11-14 12:11 UTC
Requires
- php: >=7.3 <9.0
- ext-ctype: *
- altorouter/altorouter: ^1.2
- rdlowrey/auryn: ^1.4
Requires (Dev)
- phpunit/phpunit: 8.*
Suggests
- ext-mbstring: To use Validation
- ext-pdo_mysql: To use Db with the MySQL/MariaDB driver
- masterminds/html5: To use Extensions\Validation\SafeHTMLValidator.
- phpmailer/phpmailer: To use PhpMailerMailer or Authenticator->requestPasswordReset().
- vimeo/psalm: To use `composer lint`
README
低级工具包,用于开发快速和可测试的PHP应用程序。混合了PHP自带的API(pdo、session)、现有库(路由、依赖注入)以及自己编写的功能(身份验证、数据验证)。
依赖项
- PHP >=7.3
- altorouter/altorouter ^1.2
- rdlowrey/auryn ^1.4(依赖注入)
可选依赖项
- phpmailer/phpmailer ^6.1(身份验证\AccountManager)
- masterminds/html5 ^2.7(扩展\SafeHTMLValidator)
文档
芬兰语.
许可协议
Apache 2.0