epmnzava / bill-me
Complete Billing Package Starter
Installs: 1 229
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.1|^7.2|^7.3|^7.4|^8.0|^8.1
- illuminate/support: ^5.5.44|^6.0|^7.0|^8.0|^9.0|^10.0
- nesbot/carbon: ^2.44
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
- dev-main
- 2.0.1
- 2.0.0
- 1.9.9
- 1.9.8
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.9
- 1.8.8
- 1.8.7
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.9
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-10-25 20:21:24 UTC
README
# Add Billing Functionalities To Your Web Application.( Made for web artisans )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:
composer require epmnzava/bill-me
Usage
// how to use the package coming soon BillMe::createOrder("emmanuel","Mnzava","epmnzava@gmail.com","","200","paypal","","Brooklyn Park",[["amount"=>"200","quantity"=>1,"Item"=>"Replacement Fee","description"=>"purchased moto moto"]],2);
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email epmnzava@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.