americanreading / utilities
本包的最新版本(v1.1)没有提供许可信息。
PHP 工具类库
v1.1
2023-02-14 20:15 UTC
Requires
- ext-pdo: *
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2024-09-14 23:33:19 UTC
README
一个小型的PHP实用类库。
安装
要安装此库,将其添加为Composer依赖项
{
"require": {
"americanreading/utilities": "^1"
}
}
开发
使用Docker Compose在本地上运行phpunit
和composer
。
# Build images
docker-compose build
# Install Composer dependencies
docker-compose run --rm php composer install
# Start the services
docker-compose up -d
单元测试
在php
服务中使用PHPUnit运行单元测试。
docker-compose run --rm php phpunit