2017 © Pedro Peláez
 

library helpers

Class helpers for common function in PHP

image

winponta/helpers

Class helpers for common function in PHP

  • Sunday, August 16, 2015
  • by nunomazer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

helpers

PHP common lib with several class helpers, (*1)

Usage

ArrayHelper

charsetConvertToUTF8

Function to convert all values of an array to charset UTF-8, (*2)

charsetConvert

Function to convert all values of an array from one charset to another, (*3)

verifyKeysSet

Check if a key or array of keys exists in an array, (*4)

verifyKeysSet

Check if a key exist in a simple or multidimensional array, (*5)

StringHelper

ucwords

Function that mimics original php ucwords, but works with exceptions and delimiters to not upper case words like (in Portuguese):, (*6)

de, da, do, o, a, os .. etc., (*7)

$s = StringHelper::ucwords('JOÃO DA SILVA');
echo $s;
// output
// João da Silva

transliterate

Function that simplify the String transliterating accents., (*8)

Depends on 'php-intl' extension, (*9)

The Versions

16/08 2015

dev-master

9999999-dev

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

 

helpers php library common string

16/08 2015

0.2.3

0.2.3.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

 

helpers php library common string

15/08 2015

0.2.2

0.2.2.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-intl *

 

helpers php library common string

15/08 2015

0.2.1

0.2.1.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-intl *

 

helpers php library common string

15/08 2015

0.2.0

0.2.0.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-intl *

 

helpers php library common string

17/06 2015

0.1.7

0.1.7.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-intl *

 

helpers php library common string

17/06 2015

0.1.6

0.1.6.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-intl *

 

helpers php library common string

17/06 2015

0.1.5

0.1.5.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-intl *

 

helpers php library common string

16/06 2015

0.1.4

0.1.4.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

helpers php library common string

16/06 2015

0.1.3

0.1.3.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

helpers php library common string

16/06 2015

0.1.2

0.1.2.0

Class helpers for common function in PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

helpers php library common string