Download the PHP package girover/sequent-numbers without Composer
On this page you can find all versions of the php package girover/sequent-numbers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sequent-numbers
Sequent Numbers Package
Content
- Introduction
- Prerequisites
- Installation
- Configuration
- Usage
- Making Numbers
- Storing Numbers In Database
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License
Introduction
girover/sequent-numbers is a package for generating sequence of numbers.
And possibility of storing them in database.
Prerequisites
- Laravel 8+
- PHP 8+
- Mysql 5.7+
Installation
You can add the package via composer:
Before installing the package you should configure your database.
Usage
getting set of numbers
To make a set of numbers in memory, you can do this.
To add some constraints on your numbers:
Storing Numbers in Database
To store your created numbers in the database, you can do this:
Note: If the name of table already exists in database, the table should has a column called 'number' with varchar(255) type.
All versions of sequent-numbers with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^8.0|^9.0
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^8.0|^9.0
The package girover/sequent-numbers contains the following files
Loading the files please wait ....