An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Invoice Gateways

[![Latest Version on Packagist](https://img.shields.io/packagist/v/amritms/invoice-gateways.svg?style=flat-square)](https://packagist.org/packages/amritms/invoice-gateways)
[![Build Status](https://img.shields.io/travis/amritms/invoice-gateways/master.svg?style=flat-square)](https://travis-ci.org/amritms/invoice-gateways)
[![Total Downloads](https://img.shields.io/packagist/dt/amritms/invoice-gateways.svg?style=flat-square)](https://packagist.org/packages/amritms/invoice-gateways)
[![License](https://img.shields.io/packagist/l/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.