https://github.com/bernhardwebstudio/pipefy-php-sdk
(Mostly autogenerated) PHP Code to access Pipefy's API
https://github.com/bernhardwebstudio/pipefy-php-sdk
Last synced: 7 months ago
JSON representation
(Mostly autogenerated) PHP Code to access Pipefy's API
- Host: GitHub
- URL: https://github.com/bernhardwebstudio/pipefy-php-sdk
- Owner: BernhardWebstudio
- License: gpl-3.0
- Created: 2021-01-02T10:00:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T06:59:41.000Z (over 4 years ago)
- Last Synced: 2024-12-28T09:43:11.245Z (over 1 year ago)
- Language: PHP
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Pipefy-PHP-SDK
(Mostly autogenerated) PHP Code to access Pipefy's API
## Usage
This code was intially generated using [`mghoneimy/php-graphql-oqm`](https://github.com/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](https://github.com/mghoneimy/php-graphql-oqm/issues/16) to subscribe for updates on when mutations will be implemented.
It can be used together with [`mghoneimy/php-graphql-client`](https://github.com/mghoneimy/php-graphql-client) and can be used as described in the corresponding documentations.
## Contributing
Contributions are highly welcome.