cse / helpers
CSE HELPERS is a collection of several libraries for the rapid development of web applications.
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 05:28:38 UTC
README
English | Русский
CSE HELPERS
CSE HELPERS is a collection of several libraries for the rapid development of web applications.
Project repository: https://github.com/cs-eliseev/helpers
Introduction
Despite using PHP as the main programming language for the Internet, its functions are not enough.
CSE HELPERS is a collection of several libraries with simple functions written in PHP for the rapid development of web applications.
CSE Helpers project:
- Array CSE helpers
- Cookie CSE helpers
- Date CSE helpers
- Email CSE helpers
- IP CSE helpers
- Json CSE helpers
- Math Converter CSE helpers
- Phone CSE helpers
- Request CSE helpers
- Session CSE helpers
- Word CSE helpers
Install
You can find the most recent version of this project here.
Composer
Execute the following command to get the latest version of the package:
composer require cse/helpers
Or file composer.json should include the following contents:
{ "require": { "cse/helpers": "*" } }
Git
Clone this repository locally:
git clone https://github.com/cs-eliseev/helpers.git
Download
Download the latest release here.
Usage
The all classes consists of static methods that are conveniently used in any project.
Examples of using classes can be found in the documentation for each project:
- Arrays - extended work with arrays
- Cookie - easy cookie management
- Date - easy date conversion
- Emai - extended work with email addresses
- IP - extended work with IP (IPv4 & IPv6) addresses
- Json - easy management of JSON data
- MathConverter - convenient mathematical data transformations
- Phone - extended work with phone number
- Request - easy request management
- Session - easy session management
- Word - convenient text data conversion
Testing & Code Coverage
PHPUnit is used for unit testing. Unit tests ensure that class and methods does exactly what it is meant to do.
General PHPUnit documentation can be found at https://phpunit.de/documentation.html.
To run the PHPUnit unit tests, execute:
phpunit PATH/TO/PROJECT/helpers
License
The CSE HELPERS is open-sourced software licensed under the MIT license. Please see License File for more information.
GitHub @cs-eliseev