hgraca/php-extension
最新稳定版本:v2.3.0
Composer 安装命令:
composer require hgraca/php-extension
包简介
A PHP library with code that can be included into a project and used as if it was part of the PHP core itself.
README 文档
README
A PHP library with code that can be included into a project and used as if it was part of the PHP core itself.
Dev usage
How to run
Using local PHP (8.2):
- Install the dependencies with
composer install; - The tests can be run with
composer test; - To list all custom scripts run
composer run-script --list.
Using Docker:
- Change PHP and xdebug configs in
./build; - Install the dependencies with
docker compose -f ./build/docker-compose.yaml run app composer install; - The tests can be run with
docker compose -f ./build/docker-compose.yaml run app composer test; - To list all custom scripts run
docker compose -f ./build/docker-compose.yaml run app composer run-script --list.
统计信息
- 总下载量: 2.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-14