virtual-assembly/semantizer
最新稳定版本:v1.0.0-beta2
Composer 安装命令:
composer require virtual-assembly/semantizer
包简介
A library to enhance your object model with semantic data.
README 文档
README
A library to enhance your object model with semantic data.
Development
docker run --rm -it --volume $PWD:/app --user 1000:1000 composer install
Tests
Install PHPUnit following the official documention:
wget -O phpunit.phar https://phar.phpunit.de/phpunit-10.phar
chmod +x phpunit.phar
Run the tests with:
docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp php:8.2-cli ./phpunit.phar test/
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-27