denissonleal / helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sysvale Helpers

Php functions to make you work faster.

Instalation

With composer:

composer require sysvale/helpers

Methods

  • maskBank
  • maskCpf
  • unMaskCpf
  • maskPhone
  • maskMoney
  • maskCep
  • maskCnpj
  • trimpp
  • titleCase
  • firstUpper
  • urlNoCache
  • ptDate2IsoDate
  • regexAccents
  • toInt
  • toFloat
  • toTime
  • toArray
  • toArrayInt
  • toData
  • toBool
  • toBoolNotNull
  • removeAccents
  • compareVersion
  • monthPt
  • removeCrassLetters
  • validateCpf
  • weekDay
  • city
  • getNFirstWords

Usage Examples

maskBank

use Sysvale/Helpers;

$bankNumber = 12345;

$maskedBank Helpers::maskBank($bankNumber)

// $maskedBank will be 1234-5

Contributing Guidelines

If you are interested in contributing, please read and abide by the contributing guidelines.

About


Languages

Language:PHP 100.0%