PHPackages                             likedo/helpers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. likedo/helpers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

likedo/helpers
==============

Help classes commonly used in projects

v1.2.1(9y ago)140MITPHPPHP &gt;=5.4.5

Since Oct 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/likedo/helpers)[ Packagist](https://packagist.org/packages/likedo/helpers)[ Docs](https://github.com/likedo/helpers)[ RSS](/packages/likedo-helpers/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Help classes commonly used in projects
======================================

[](#help-classes-commonly-used-in-projects)

Classes of common use for some routine tasks such as validations, conversions, operations on arrays, and more

**NOTE:** classes always used the whole of the projects developed by the likedo team. Constantly updated.

Overview
--------

[](#overview)

helper files:

- **Constants.php**

    - ACTIVE\_LANG
    - MONTHS\_ITA\_ARR
    - MONTHS\_SHORT\_ITA\_ARR
    - MONTHS\_ENG\_ARR
    - MONTHS\_SHORT\_ENG\_ARR
    - DAYS\_ITA\_ARR
    - DAYS\_ENG\_ARR
- **ConvertValidateHelper.php**

    - isInteger
    - isDouble
    - isDateIta
    - isDateIso
    - isDateIta
    - isTimeIso
    - isMail
    - isArray
    - isInRange
    - isStringNumberStartsWithMoreThanOneZero
- **DateTimeHelper.php**

    - dateIsoToIta
    - dateItaToIso
    - dateItaToExtendedFormat
    - dateIsoToExtendedFormat
    - dateTimeIsoToIta
    - dateTimeItaToIso
    - dateTimeIsoDifferenceInMinutes
- **StringHelper.php**

    - findStringIntoString
    - truncate
    - randomString

Requires
--------

[](#requires)

- php: &gt;=5.4.5

Installation
------------

[](#installation)

You can install the package via composer:

```
$ composer require likedo/helpers

```

Usage
-----

[](#usage)

Create new php file, add composer autoload and start using functions.

```
