Download the PHP package switchcat/range-regex without Composer
On this page you can find all versions of the php package switchcat/range-regex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package range-regex
SwitchCat/range-regex
Table of Contents
- Getting Started
- Prerequisites
- Installation
- Usage
- Contributing
- License
- Contact
- Acknowledgements
Getting Started
- Prerequisites
- Installation
To get a local copy up and running follow these simple steps.
Prerequisites
- PHP7.4+
- ext-mbstring
- Composer
Installation
Use composer from the root of your project folder to download the library.
Usage
All method return an array containing either the element's data either an array of elements with their data.
- Create the periodic object
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Acknowledgements
No major change has been brought to the original package. Basically ported it to php7.4 (fixed compatibility issues) and added a test suite. Some code optimization has been done in order to comply with code inspection standards. The package was marked "abandoned" and i found it very usefull. I simply decided to give it a second life.
Based on the work of:
Credits
All versions of range-regex with dependencies
ext-mbstring Version *