mehrkanal / yourls-php-sdk
A PHP SDK for interacting with the YOURLS API, enabling URL shortening, expansion, and statistics retrieval.
dev-main
2024-09-17 09:30 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- codeception/stub: ^4.0
- jetbrains/phpstorm-attributes: ^1.1
- phpstan/phpstan: ^1.9.6
- phpunit/phpunit: ^10.0
- rector/rector: ^1.2
- symfony/var-dumper: *
- symplify/easy-coding-standard: ^12.0.0
This package is auto-updated.
Last update: 2025-03-17 10:30:57 UTC
README
Fork of https://github.com/cocochepeau/yourls-php-sdk
Installation
composer require mehrkanal/yourls-php-sdk
local development
docker run -it -v $PWD:/app -w /app -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK -e SSH_AGENT_PID=$SSH_AGENT_PID --add-host=host.docker.internal:host-gateway composer:2.1 bash composer up vendor/bin/ecs vendor/bin/rector vendor/bin/phpstan composer run test