An open API service indexing awesome lists of open source software.

https://github.com/drmvc/helpers

Collection of classes with some useful features, like data cleanup of debris and UUID generator
https://github.com/drmvc/helpers

array cleaner helpers url uuid

Last synced: over 1 year ago
JSON representation

Collection of classes with some useful features, like data cleanup of debris and UUID generator

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/drmvc/helpers/v/stable)](https://packagist.org/packages/drmvc/helpers)
[![Build Status](https://travis-ci.org/drmvc/helpers.svg?branch=master)](https://travis-ci.org/drmvc/helpers)
[![Total Downloads](https://poser.pugx.org/drmvc/helpers/downloads)](https://packagist.org/packages/drmvc/helpers)
[![License](https://poser.pugx.org/drmvc/helpers/license)](https://packagist.org/packages/drmvc/helpers)
[![PHP 7 ready](https://php7ready.timesplinter.ch/drmvc/helpers/master/badge.svg)](https://travis-ci.org/drmvc/helpers)
[![Code Climate](https://codeclimate.com/github/drmvc/helpers/badges/gpa.svg)](https://codeclimate.com/github/drmvc/helpers)
[![Scrutinizer CQ](https://scrutinizer-ci.com/g/drmvc/helpers/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/drmvc/helpers/)

# DrMVC\Helpers

Collection of classes with some useful features.

composer require drmvc/helpers

## List of classes

| Class | Description |
|----------------------------------------------------|-------------|
| [\DrMVC\Helpers\Arrays](docs/README.Arrays.md) | Manipulation with single and multidimensional arrays |
| [\DrMVC\Helpers\Clean](docs/README.Clean.md) | Text cleaner class |
| [\DrMVC\Helpers\Generate](docs/README.Generate.md) | URL slug and Gravatar generators |
| [\DrMVC\Helpers\Geo](docs/README.Geo.md) | For work with geographic coordinates |
| [\DrMVC\Helpers\UUID](docs/README.UUID.md) | UUID v3/v4/v5 generator |
| [\DrMVC\Helpers\Validate](docs/README.Validate.md) | Some specified validators |

## About PHP Unit Tests

First need to install all dev dependencies via `composer update`, then
you can run tests by hands from source directory via `./vendor/bin/phpunit` command.

# Links

* [DrMVC Framework](https://drmvc.com)