bdelespierre/process-street-php-sdk

Provides SDK for ProcessStreet

dev-master 2022-05-03 01:38 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:35 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Unofficial Process Street PHP SDK.

Install

Via Composer

$ composer require bdelespierre/process-street-php-sdk

Usage

$event = ProcessStreet\Models\Payload::from(
    json_decode(file_get_contents('php://input'), true)
);

echo $event->checklist->template->name; // e.g. Test Workflow

Please see HOWTO for a detailed installation procedure of a testing environment.

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email benjamin.delespierre@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.