Search by

afeefa / api-resources-server

Afeefa Kollektiv

Package info

github.com/afeefacode/api-resources-server

pkg:composer/afeefa/api-resources-server

Statistics

Installs: 7 630

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.6.1 2026-09-13 14:31 UTC

README

Testing

The very first time you need to pull the MariaDB docker image: docker pull mariadb.

cd tests
phpunit

Debugging

run xdebug with this configuration:

zend_extension=xdebug.so

xdebug.start_with_request = yes
xdebug.mode = debug
xdebug.client_port = 9000
xdebug.log = /var/log/xdebug.log