virtual-assembly / semantizer
A library to enhance your object model with semantic data.
v1.0.0-beta2
2023-09-18 17:28 UTC
Requires
- php: >=8.1
- ml/json-ld: ^1.2
- sweetrdf/easyrdf: ^1.10
This package is not auto-updated.
Last update: 2024-10-28 22:29:40 UTC
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/