progressively / sdk-php
PHP SDK for Progressively
Installs: 1 733
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 3
Requires
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2025-06-13 18:23:27 UTC
README
For documentation, make sure to check the documentation website.
Run the example
Start Progressively
Make sure to have a running instance of Progressively:
$ git clone https://github.com/progressively-crew/progressively
$ cd progressively
$ docker-compose up -d
SDK Php
$ git clone https://github.com/progressively-crew/sdk-php $ cd sdk-php $ cd example $ composer install $ php -S localhost:3000
And access to the example http://localhost:3000