progressively / sdk-php
PHP SDK for Progressively
dev-master
2022-12-22 07:54 UTC
Requires
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2026-04-03 21:57:48 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