php-extended / php-split-linear
A library that implements php-split-interface with linear splitters
5.0.0
2022-12-18 11:12 UTC
Requires
- php: >=7.3
- php-extended/php-split-object: ^5
- php-extended/polyfill-php80-stringable: ^1.2
Requires (Dev)
This package is auto-updated.
Last update: 2023-05-18 12:09:28 UTC
README
A library that implements php-split-interface with linear splitters
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.phar
from their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-split-linear": "^5"
Basic Usage
// TODO
License
MIT (See license file).