zarulizham/laravel-phone-fix

This is my package laravel-phone-fix

Fund package maintenance!
Zarul Zubir

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/zarulizham/laravel-phone-fix

1.0.2 2025-11-24 01:08 UTC

This package is auto-updated.

Last update: 2025-11-24 01:08:29 UTC


README

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.