Download the PHP package amritms/waveapps-client-php without Composer
On this page you can find all versions of the php package amritms/waveapps-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amritms/waveapps-client-php
More information about amritms/waveapps-client-php
Files in amritms/waveapps-client-php
Package waveapps-client-php
Short Description Laravel integration for Saas application to consume Wave's API which is built using GraphQL
License MIT
Informations about the package waveapps-client-php
WaveApps Client PHP
A wrapper to use the WaveApps's graphql api in your laravel SaaS application. This repo can manage webapps account on behalf of third party users.
Note: If you are looking to use waveapps on behalf of a single user then use subbe/waveapp
The original documentation is available at:
To use WaveApps, you will need to register on the developer portal. And create new application and fetch client_id, client_secret
Requirement & Install
Open you composer.json file and add
and go to the location of your composer file in terminal and run
Route
Update your .env file to include
Queries
- user
- countries
- country
- customers
- products
- invoices
- businesses
- business
- currencies
- currency
- accountTypes
- accountSubyypes
Mutations
Customer
- customerCreate
- customerPatch
- customerDelete
Account
- accountCreate
- accountPatch
- accountArchive
Product
- productCreate
- productPatch
- productArchive
Sales
- salesTaxCreate
- salesTaxPatch
- salesTaxRateCreate
- salesTaxArchive
Money Transaction
- moneyTransactionCreate
Invoice
- invoiceCreate
- invoiceDelete
- invoiceSend
- invoiceApprove
- invoiceMarkSent
How to use
Query
Mutation
Note: This repo is based on subbe/waveapp