https://github.com/cs-eliseev/helpers
CSE HELPERS is a collection of several libraries for the rapid development of web applications.
https://github.com/cs-eliseev/helpers
array collection collections cookie cse date email framework helper helpers ip json library math phone php request session tool word
Last synced: 9 months ago
JSON representation
CSE HELPERS is a collection of several libraries for the rapid development of web applications.
- Host: GitHub
- URL: https://github.com/cs-eliseev/helpers
- Owner: cs-eliseev
- License: mit
- Created: 2019-03-22T07:40:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T18:42:30.000Z (almost 7 years ago)
- Last Synced: 2025-05-21T18:35:26.885Z (10 months ago)
- Topics: array, collection, collections, cookie, cse, date, email, framework, helper, helpers, ip, json, library, math, phone, php, request, session, tool, word
- Size: 17.6 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
English | [Русский](https://github.com/cs-eliseev/helpers/blob/master/README.ru_RU.md)
CSE HELPERS
=======
[](https://travis-ci.org/cs-eliseev/helpers)
[](https://packagist.org/packages/cse/helpers)
[](https://packagist.org/packages/cse/helpers)
[](https://github.com/cs-eliseev/helpers/blob/master/LICENSE.md)
[](https://github.com/cs-eliseev/helpers/archive/master.zip)
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](https://github.com/cs-eliseev/helpers-arrays)
* [Cookie CSE helpers](https://github.com/cs-eliseev/helpers-cookie)
* [Date CSE helpers](https://github.com/cs-eliseev/helpers-date)
* [Email CSE helpers](https://github.com/cs-eliseev/helpers-email)
* [IP CSE helpers](https://github.com/cs-eliseev/helpers-ip)
* [Json CSE helpers](https://github.com/cs-eliseev/helpers-json)
* [Math Converter CSE helpers](https://github.com/cs-eliseev/helpers-math-converter)
* [Phone CSE helpers](https://github.com/cs-eliseev/helpers-phone)
* [Request CSE helpers](https://github.com/cs-eliseev/helpers-request)
* [Session CSE helpers](https://github.com/cs-eliseev/helpers-session)
* [Word CSE helpers](https://github.com/cs-eliseev/helpers-word)
## Install
You can find the most recent version of this project [here](https://github.com/cs-eliseev/helpers).
### Composer
Execute the following command to get the latest version of the package:
```bash
composer require cse/helpers
```
Or file composer.json should include the following contents:
```json
{
"require": {
"cse/helpers": "*"
}
}
```
### Git
Clone this repository locally:
```bash
git clone https://github.com/cs-eliseev/helpers.git
```
### Download
[Download the latest release here](https://github.com/cs-eliseev/helpers/archive/master.zip).
## 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](https://github.com/cs-eliseev/helpers-arrays) - extended work with arrays
[](https://travis-ci.org/cs-eliseev/helpers-arrays)
[](https://codecov.io/gh/cs-eliseev/helpers-arrays)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-arrays/?branch=master)
* [Cookie](https://github.com/cs-eliseev/helpers-cookie) - easy cookie management
[](https://travis-ci.org/cs-eliseev/helpers-cookie)
[](https://codecov.io/gh/cs-eliseev/helpers-cookie)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-cookie/?branch=master)
* [Date](https://github.com/cs-eliseev/helpers-date) - easy date conversion
[](https://travis-ci.org/cs-eliseev/helpers-date)
[](https://codecov.io/gh/cs-eliseev/helpers-date)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-date/?branch=master)
* [Emai](https://github.com/cs-eliseev/helpers-email) - extended work with email addresses
[](https://travis-ci.org/cs-eliseev/helpers-email)
[](https://codecov.io/gh/cs-eliseev/helpers-email)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-email/?branch=master)
* [IP](https://github.com/cs-eliseev/helpers-ip) - extended work with IP (IPv4 & IPv6) addresses
[](https://travis-ci.org/cs-eliseev/helpers-ip)
[](https://codecov.io/gh/cs-eliseev/helpers-ip)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-ip/?branch=master)
* [Json](https://github.com/cs-eliseev/helpers-json) - easy management of JSON data
[](https://travis-ci.org/cs-eliseev/helpers-json)
[](https://codecov.io/gh/cs-eliseev/helpers-json)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-json/?branch=master)
* [MathConverter](https://github.com/cs-eliseev/helpers-math-converter) - convenient mathematical data transformations
[](https://travis-ci.org/cs-eliseev/helpers-math-converter)
[](https://codecov.io/gh/cs-eliseev/helpers-math-converter)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-math-converter/?branch=master)
* [Phone](https://github.com/cs-eliseev/helpers-phone) - extended work with phone number
[](https://travis-ci.org/cs-eliseev/helpers-phone)
[](https://codecov.io/gh/cs-eliseev/helpers-phone)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-phone/?branch=master)
* [Request](https://github.com/cs-eliseev/helpers-request) - easy request management
[](https://travis-ci.org/cs-eliseev/helpers-request)
[](https://codecov.io/gh/cs-eliseev/helpers-request)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-request/?branch=master)
* [Session](https://github.com/cs-eliseev/helpers-session) - easy session management
[](https://travis-ci.org/cs-eliseev/helpers-session)
[](https://codecov.io/gh/cs-eliseev/helpers-session)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-session/?branch=master)
* [Word](https://github.com/cs-eliseev/helpers-word) - convenient text data conversion
[](https://travis-ci.org/cs-eliseev/helpers-word)
[](https://codecov.io/gh/cs-eliseev/helpers-word)
[](https://scrutinizer-ci.com/g/cs-eliseev/helpers-word/?branch=master)
## 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:
```bash
phpunit PATH/TO/PROJECT/helpers
```
## License
The CSE HELPERS is open-sourced software licensed under the MIT license. Please see [License File](https://github.com/cs-eliseev/helpers/blob/master/LICENSE.md) for more information.
---
> GitHub [@cs-eliseev](https://github.com/cs-eliseev)