Download the PHP package thomzee/numbros without Composer
On this page you can find all versions of the php package thomzee/numbros. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thomzee/numbros
More information about thomzee/numbros
Files in thomzee/numbros
Download thomzee/numbros
More information about thomzee/numbros
Files in thomzee/numbros
Vendor thomzee
Package numbros
Short Description Generate invoice number, order code, or receipt number easily with dynamic format and pattern for PHP Laravel framework.
License MIT
Package numbros
Short Description Generate invoice number, order code, or receipt number easily with dynamic format and pattern for PHP Laravel framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package numbros
Description
This package allows you to generate invoice number dynamically with designated pattern. Current available pattern is:
- Roman Pattern (INV/20211004/MMXXI/X/IV/12345)
- Number Pattern (INV2021100412345)
Other patterns is under development ...
Installation
-
Install via composer by running this code on command line inside Laravel project
-
Add this line to your file
- Add the facade as well in the same file
Usage
Roman Pattern
Number Pattern
generate()
This function contains 5 parameters
- Type, should contain pattern type available above
- Prefix, e.g.: INV, DSB, ORD, etc
- Unique, must be a unique
- Separator, can be '/', '-', '', etc to separate sections
- Uppercase, determine end result characters case
All versions of numbros with dependencies
PHP Build Version
Package Version
No informations.
The package thomzee/numbros contains the following files
Loading the files please wait ....