progressively/sdk-php

Progressively的PHP SDK

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

This package is not auto-updated.

Last update: 2024-09-20 14:41:17 UTC


README

有关文档,请确保检查文档网站

运行示例

启动Progressively

确保有一个运行的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

并且访问示例 https://:3000