laravel-phone-fix maintained by zarulizham
Description
This is my package laravel-phone-fix
Author
Last update
2026/02/10 11:31
(dev-main)
License
Downloads
126
Tags
This is my package laravel-phone-fix
Installation
You can install the package via composer:
composer require zarulizham/laravel-phone-fix
Usage
PhoneFix::fix('0123456789');
// 60123456789
PhoneFix::fix('123456789');
// 60123456789
PhoneFix::fix('60123456789');
// 60123456789
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.