Download the PHP package wilzokch/php-malaysia-postcode-to-state without Composer
On this page you can find all versions of the php package wilzokch/php-malaysia-postcode-to-state. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-malaysia-postcode-to-state
PHP Library - Convert Malaysia Postal Code to State
This library will convert Malaysia Postal Code to State
Installation via "composer require"
composer require wilzokch/php-malaysia-postcode-to-state
Example
use Wilzokch\MalaysiaPostcodeToState\MyPostCode;
$postCode = new MyPostCode('84000');
echo $postCode->getState(); // you will get "Johor"
References
All versions of php-malaysia-postcode-to-state with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package wilzokch/php-malaysia-postcode-to-state contains the following files
Loading the files please wait ....