Download the PHP package anklimsk/cakephp-basic-functions without Composer
On this page you can find all versions of the php package anklimsk/cakephp-basic-functions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anklimsk/cakephp-basic-functions
More information about anklimsk/cakephp-basic-functions
Files in anklimsk/cakephp-basic-functions
Download anklimsk/cakephp-basic-functions
More information about anklimsk/cakephp-basic-functions
Files in anklimsk/cakephp-basic-functions
Vendor anklimsk
Package cakephp-basic-functions
Short Description Global basic utilities for the CakePHP 2.x application
License MIT
Homepage https://github.com/anklimsk/cakephp-basic-functions
Package cakephp-basic-functions
Short Description Global basic utilities for the CakePHP 2.x application
License MIT
Homepage https://github.com/anklimsk/cakephp-basic-functions
Please rate this library. Is it a good library?
Informations about the package cakephp-basic-functions
CakePHP 2.x Basic functions plugin
Global basic utilities for the CakePHP application
This plugin provides next features:
- Getting array of constants value with name
constsToWords(); - Getting array of constants values by prefix
constsVals(); - Getting name of constant by prefix and value
constValToLcSingle(); - Translate array values by Domain name
translArray(); - Getting a string with the first character of string capitalized
mb_ucfirst(); - Checking whether the string is GUID
isGuid(); - Getting readable GUID from binary string LDAP
GuidToString(); - Getting GUID for LDAP query from readable GUID string
GuidStringToLdap(); - Analog of PHP function
str_pad()for using unicodemb_str_pad(); - Getting unicode char by its code
unichr(); - Checking whether the array is zero-indexed and sequential
isAssoc(); - Checking string is binary
isBinary(); - Getting information about the current language of the UI and converting it.
Installation
- Install the Plugin using composer:
composer require anklimsk/cakephp-basic-functions - Add the next line to the end of the file
app/Config/bootstrap.php:
Using
Using this plugin
All versions of cakephp-basic-functions with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
composer/installers Version ^1.5.0
anklimsk/cakephp-extended-test Version ^1.0.0
composer/installers Version ^1.5.0
anklimsk/cakephp-extended-test Version ^1.0.0
The package anklimsk/cakephp-basic-functions contains the following files
Loading the files please wait ...