bernhardwebstudio / pipefy-php-sdk
An SDK for the PHP GraphQL API
Fund package maintenance!
Tidelift
Requires
Requires (Dev)
- gmostafa/php-graphql-oqm: ^1.3
- overblog/graphql-php-generator: ^0.12.6
- phpstan/phpstan: *
- rector/rector: ^0.12.15
- symfony/expression-language: ^6.0.3
- symplify/easy-coding-standard: *
This package is auto-updated.
Last update: 2024-10-29 06:12:28 UTC
README
(Mostly autogenerated) PHP Code to access Pipefy's API
Usage
This code was intially generated using mghoneimy/php-graphql-oqm
and then adjusted to actually be usable (removal of duplicate and deprecated fields, rename of a few methods).
Note that currently, only queries are supported. Refer to their issue #16 to subscribe for updates on when mutations will be implemented.
It can be used together with mghoneimy/php-graphql-client
and can be used as described in the corresponding documentations.
Contributing
Contributions are highly welcome.