Download the PHP package cse/helpers without Composer
On this page you can find all versions of the php package cse/helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package helpers
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:
Or file composer.json should include the following contents:
Git
Clone this repository locally:
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:
License
The CSE HELPERS is open-sourced software licensed under the MIT license. Please see License File for more information.
GitHub @cs-eliseev
All versions of helpers with dependencies
cse/helpers-arrays Version *
cse/helpers-cookie Version *
cse/helpers-date Version *
cse/helpers-email Version *
cse/helpers-ip Version *
cse/helpers-json Version *
cse/helpers-math-converter Version *
cse/helpers-phone Version *
cse/helpers-request Version *
cse/helpers-session Version *
cse/helpers-word Version *