Laravel Phone Versions Save

Phone number functionality for Laravel

5.3.2

2 weeks ago

Marking classes as internal to denote that they shouldn't be used publicly.

5.3.1

2 weeks ago

5.3.0

2 weeks ago

What's Changed

libphonenumber-for-php-lite is a lightweight drop-in replacement for libphonenumber-for-php which significantly reduces the package size being pulled in. libphonenumber-for-php-lite excludes geolocation, carrier information and short number info.

This is a non-breaking change for functionality provided by Laravel-Phone.

[!IMPORTANT]
If you have defined a macro, please review your code and if needed require giggsey/libphonenumber-for-php as an explicit dependency in your project.

5.2.0

1 month ago

Added support for Laravel 11 Dropped support for Laravel 9 Dropped support for PHP 8.0

Full Changelog: https://github.com/Propaganistas/Laravel-Phone/compare/5.1.1...5.2.0

5.1.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Propaganistas/Laravel-Phone/compare/5.1.0...5.1.1

5.1.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Propaganistas/Laravel-Phone/compare/5.0.3...5.1.0

5.0.3

1 year ago

The long-due codebase cleanup.

The package now minimally requires PHP 8.0 and Laravel 9.0. It also supports Laravel 10. All documented behavior is preserved. There are just some minor syntactical changes that might need your attention.

Please review the upgrade guide.

4.4.4

1 year ago

Full Changelog: https://github.com/Propaganistas/Laravel-Phone/compare/4.4.3...4.4.4

Bugfix for #213 - Support international numbers prefixed with country code

4.4.3

1 year ago

4.4.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Propaganistas/Laravel-Phone/compare/4.4.1...4.4.2