traderinteractive / util-http
一组http类。
v4.0.0
2022-09-19 22:44 UTC
Requires
- php: ^7.3 || ^8.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-09-20 03:09:34 UTC
README
一组通用util-httpities,使常见编程任务更简单。
要求
util-http-php需要PHP 7.3(或更高版本)。
Composer
要作为本地项目依赖项添加库,请使用Composer!只需将traderinteractive/util-http
依赖项添加到项目中的composer.json
文件中,例如
composer require traderinteractive/util-http
文档
在源代码中查找,请查看!
联系方式
开发者可以通过以下方式联系
项目构建
通过检出代码,将Composer添加到PATH并运行
./vendor/bin/phpcs ./vendor/bin/phpunit
还有一个基于docker的fig配置,它将在docker容器内执行构建。这是构建应用程序的一种简单方法
fig run build
有关我们构建过程的更多信息,请参阅我们的贡献指南。