epmnzava/bill-me

Complete Billing Package Starter

2.0.1 2023-11-25 18:21 UTC

README

bill-me.jpeg

# Add Billing Functionalities To Your Web Application.( Made for web artisans )

Latest Version on Packagist Quality Score Total Downloads

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.