evotodi / wave-bundle
Waveapps graphQL integration
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.0
- ext-json: *
- guzzlehttp/guzzle: >=6 | >=7
- nesbot/carbon: ^2.56
- symfony/config: 5.4.*
- symfony/dependency-injection: 5.4.*
- symfony/http-kernel: 5.4.*
- symfony/yaml: 5.4.*
Requires (Dev)
- symfony/browser-kit: 5.4.*
- symfony/framework-bundle: 5.4.*
- symfony/phpunit-bridge: 5.4.*
This package is auto-updated.
Last update: 2025-03-23 00:33:47 UTC
README
The EvotodiWaveBundle adds support for WaveApps.com graphQL api.
This is a port of subbe/waveapp to symfony. There are probably bugs in this version, please report them.
Documentation
Slim to none. See the source code.
Installation
composer require evotodi/wave-bundle
Add the following environment variables
WAVEAPPS_ACCESS_TOKEN=[YOUR TOKEN HERE]
WAVEAPPS_GRAPHQL_URI=https://gql.waveapps.com/graphql/public
WAVEAPPS_BUSINESS_ID=[YOUR DEFAULT BUSINESS ID HERE]
License
This bundle is under the MIT license. See the complete license in the bundle
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.