virtual-assembly/semantizer

A library to enhance your object model with semantic data.

Maintainers

👁 lecoqlibre

Package info

github.com/assemblee-virtuelle/semantizer-php

pkg:composer/virtual-assembly/semantizer

Statistics

Installs: 19

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 1

v1.0.0-beta2 2023-09-18 17:28 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6e470d70fe3a7c7e1baf4966e27e25b5e8645695

  • Maxime Lecoq <maxime.woop@lecoqlibre.fr>

RDFSemantic Webobject model

This package is not auto-updated.

Last update: 2026-06-23 06:14:22 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/