Skip to content

assemblee-virtuelle/semantizer-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantizer PHP

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/

About

A library to enhance your object model with semantic data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages