machinepack/core
最新稳定版本:v2.23.18
Composer 安装命令:
composer require machinepack/core
包简介
MachinePack is an abstraction library to use and connect different services and APIs
README 文档
README
This package contains all core functionality related to free MachinePacks.
Please visit our wiki for more information.
How to run tests using the Docker image
docker run --rm -it -v $(pwd):/app/ machinepack/core-php bash
cd app
cp test/Unit/MachinePackTest.env.yml test/Unit/MachinePackTest.yml
composer install
apt update && apt install entr
bin/watch.sh
How to run tests for your module only
find src/ test/ -name '*.php' | vendor/bin/phpunit --filter 'MachinePack\\Core\\Test\\Unit\\MachinePackEtapestryTest'
How to run tests on Windows
Check /bin/win/test.php file for instructions
Run command php ./bin/win/test.php
Updating the core test image
docker build bin/ -f ./Dockerfile -t machinepack/core-php:latest --pull \
&& docker push machinepack/core-php:latest
统计信息
- 总下载量: 439
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-26