https://github.com/amritms/invoice-gateways
This is Laravel package for multiple invoice gateways in a single place. You don't need to install multiple packages for multiple payment gateways. Here we provide few of most widely used invoice services (Paypal Invoice, Freshbooks, Quickbooks) having easy to use methods eg: invoice(), list() etc
https://github.com/amritms/invoice-gateways
freshbooks invoices paypal-invoice quickbooks waveapps
Last synced: 6 months ago
JSON representation
This is Laravel package for multiple invoice gateways in a single place. You don't need to install multiple packages for multiple payment gateways. Here we provide few of most widely used invoice services (Paypal Invoice, Freshbooks, Quickbooks) having easy to use methods eg: invoice(), list() etc
- Host: GitHub
- URL: https://github.com/amritms/invoice-gateways
- Owner: amritms
- License: mit
- Created: 2020-04-27T04:58:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T09:04:22.000Z (over 2 years ago)
- Last Synced: 2024-04-23T16:21:03.095Z (over 1 year ago)
- Topics: freshbooks, invoices, paypal-invoice, quickbooks, waveapps
- Language: PHP
- Size: 126 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Invoice Gateways
[](https://packagist.org/packages/amritms/invoice-gateways)
[](https://travis-ci.org/amritms/invoice-gateways)
[](https://packagist.org/packages/amritms/invoice-gateways)
[](https://packagist.org/packages/amritms/invoice-gateways)A package to manage third party invoices.
## Installation
You can install the package via composer:
```bash
composer require amritms/invoice-gateways
```### Testing
```bash
composer test
```### Changelog
**Invoices_configs table has a row for each user:**
`config {"businessId":"","refresh_token":"","access_token":"","expires_in":"","incomeAccountId":""}`Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email amritms.git@gmail.com instead of using the issue tracker.
## Credits
- [Amrit Man Shrestha](https://github.com/amritms)
- [Santosh Jung Shahi](https://github.com/beingjungshahi)
- [All Contributors](https://github.com/amritms/invoice-gateways/graphs/contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.