Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbrax/bill-me
A thorough billing extension package for your web application
https://github.com/dbrax/bill-me
bill billing-invoicing billing-payment epmnzava gateway laravel
Last synced: 29 days ago
JSON representation
A thorough billing extension package for your web application
- Host: GitHub
- URL: https://github.com/dbrax/bill-me
- Owner: dbrax
- License: mit
- Created: 2021-01-30T09:37:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T18:22:12.000Z (about 1 year ago)
- Last Synced: 2024-04-26T13:05:05.848Z (8 months ago)
- Topics: bill, billing-invoicing, billing-payment, epmnzava, gateway, laravel
- Language: PHP
- Homepage: https://billme.opensource.co.tz
- Size: 169 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Add Billing Functionalities To Your Web Application.( Made for web artisans )[![Latest Version on Packagist](https://img.shields.io/packagist/v/epmnzava/bill-me.svg?style=flat-square)](https://packagist.org/packages/epmnzava/bill-me)
[![Quality Score](https://img.shields.io/scrutinizer/g/dbrax/bill-me.svg?style=flat-square)](https://scrutinizer-ci.com/g/dbrax/bill-me)
[![Total Downloads](https://img.shields.io/packagist/dt/epmnzava/bill-me.svg?style=flat-square)](https://packagist.org/packages/epmnzava/bill-me)> A laravel package that lets you quickly add billing functionalities to your laravel web application.
## Features
+ **Order Management**
+ **Invoice Management**
+ **Receipt Management**
+ **Order and Invoice Statistics**
+ **Mail and Sms Notifications**
+ **Order and Invoice Queries**## Installation
You can install the package via composer:
```bash
composer require epmnzava/bill-me
```## Usage
``` php
// how to use the package coming soonBillMe::createOrder("emmanuel","Mnzava","[email protected]","","200","paypal","","Brooklyn Park",[["amount"=>"200","quantity"=>1,"Item"=>"Replacement Fee","description"=>"purchased moto moto"]],2);
```
### Testing
``` bash
composer test
```### Changelog
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 [email protected] instead of using the issue tracker.
## Credits
- [Emmanuel Mnzava](https://github.com/epmnzava)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.