Download the PHP package xcutionsociety/php-tools without Composer
On this page you can find all versions of the php package xcutionsociety/php-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xcutionsociety/php-tools
More information about xcutionsociety/php-tools
Files in xcutionsociety/php-tools
Download xcutionsociety/php-tools
More information about xcutionsociety/php-tools
Files in xcutionsociety/php-tools
Vendor xcutionsociety
Package php-tools
Short Description A collection of functions you might need
License MIT
Homepage https://xcutionsociety.github.io/php-tools/
Package php-tools
Short Description A collection of functions you might need
License MIT
Homepage https://xcutionsociety.github.io/php-tools/
Please rate this library. Is it a good library?
Informations about the package php-tools
XcutionSociety PHP Tools
Install
Usage CI
Usage Laravel
Available Function
Function | Example | Result |
---|---|---|
XcTools::stringCapitalAndNumber($lenght) | stringCapitalAndNumber("5") | 6L8P1 |
XcTools::stringAndNumber($lenght) | stringAndNumber("5") | IPDeT |
XcTools::encrypt($value) | encrypt("09882") | RjdDMjA5ODgyTWJ6RA== |
XcTools::decrypt($value) | decrypt("RjdDMjA5ODgyTWJ6RA==") | 09882 |
XcTools::rupiah($value,$decimal) | rupiah("10000",2) | Rp. 10.000,00 |
XcTools::removeRupiah($value) | removeRupiah("Rp. 10.000,00") | 10000 |
XcDateTimes::indoDate($date,$day) | indoDate("2019-04-09",false) | 09 April 2019 |
XcDateTimes::indoDate($date,$day) | indoDate("2019-04-09",true) | Selasa, 09 April 2019 |
XcDateTimes::indoDateMedium($date,$day) | indoDateMedium("2019-04-09",false) | 09 Apr 2019 |
XcDateTimes::indoDateMedium($date,$day) | indoDateMedium("2019-04-09",true) | Selasa, 09 Apr 2019 |
XcDateTimes::indoDateTime($date, $day, $time, $suffixTime, $type) | indoDateTime("2019-04-09 08:30:00", true, true, "WIB", "M") | Selasa, 09 Apr 2019 08:30 WIB |
XcDateTimes::time24to12($time) | time24to12("13:30") | 01:30 PM |
XcDateTimes::time12to24($time,$suffix) | time12to24("1:30 PM","WIB") | 13:30 WIB |
Updated
From | To |
---|---|
XcTools::rupiah($value) | XcTools::rupiah($value,$decimal) |
Added
New Function for Tree Arrays
Example :
And Result :
`
License
Read MIT License
All versions of php-tools with dependencies
PHP Build Version
Package Version
No informations.
The package xcutionsociety/php-tools contains the following files
Loading the files please wait ....