progressively/sdk-php

PHP SDK for Progressively

dev-master 2022-12-22 07:54 UTC

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