Download the PHP package subbe/waveapp without Composer
On this page you can find all versions of the php package subbe/waveapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download subbe/waveapp
More information about subbe/waveapp
Files in subbe/waveapp
Download subbe/waveapp
More information about subbe/waveapp
Files in subbe/waveapp
Vendor subbe
Package waveapp
Short Description A Wrapper to consume WaveApp's GraphQL API
License MIT
Package waveapp
Short Description A Wrapper to consume WaveApp's GraphQL API
License MIT
Please rate this library. Is it a good library?
Informations about the package waveapp
WaveApp
A wrapper to use the WaveApp's graphql api in your laravel apps.
The original documentation is available at:
To use WaveApp, you will need to register on the developer portal.
Requirement & Install
Require the package using composer:
Update your .env file to include
Queries
- user
- countries
- country
- businesses
- business
- currencies
- currency
- accountTypes
- accountSubtypes
- customerExists
- customers
- products
- taxes
- invoicesByCustomerByStatus
- getBusiness
- businessAccounts
- getBusinessAccount
- businessCustomers
- getBusinessCustomer
- businessInvoices
- getBusinessInvoices
- businessSalesTaxes
- getBusinessSalesTax
- businessProducts
- getBusinessProduct
- businessVendors
- getBusinessVendor
Mutations
- customerCreate
- customerPatch
-
customerDelete
- accountCreate
- accountPatch
-
accountArchive
- productCreate
- productPatch
-
productArchive
- salesTaxCreate
- salesTaxPatch
- salesTaxArchive
-
salesTaxRateCreate
-
moneyTransactionCreate
- invoiceCreate
- invoiceClone
- invoiceDelete
- invoiceSend
- invoiceApprove
- invoiceMarkSent
Usage
Query
or, with parameters...
Mutation
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT
All versions of waveapp with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
>=6.0
The package subbe/waveapp contains the following files
Loading the files please wait ....