Download the PHP package andrey-helldar/beautiful-phone without Composer
On this page you can find all versions of the php package andrey-helldar/beautiful-phone. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andrey-helldar/beautiful-phone
More information about andrey-helldar/beautiful-phone
Files in andrey-helldar/beautiful-phone
Package beautiful-phone
Short Description Formatting a phone number into a beautiful view
License MIT
Informations about the package beautiful-phone
Beautiful Phone Formatter
Formatting a phone number into a beautiful view.
This package is abandoned and no longer maintained. The author suggests using the propaganistas/laravel-phone package instead.
Installation
To get the latest version of Beautiful Phone Formatter
, simply require the project using Composer:
Instead, you may of course manually update your require block and run composer update
if you so choose:
Laravel
You can also publish the config file to change implementations (ie. interface to specific class):
Lumen
This package is focused on Laravel development, but it can also be used in Lumen with some workarounds. Because Lumen works a little different, as it is like a barebone version of Laravel and the main configuration parameters are instead located in bootstrap/app.php
, some alterations must be made.
You can install the package in app/Providers/AppServiceProvider.php
, and uncommenting this line that registers the App Service Providers so it can properly load.
If you are not using that line, that is usually handy to manage gracefully multiple Lumen installations, you will have to add this line of code under the Register Service Providers
section of your bootstrap/app.php
.
Using
Now you can use the universal phone()
helper inside the Laravel Framework (phone()
too working).
Or create a Phone
instance:
Default parameters:
With manual applying city code:
With disabled html formatting into phone number:
With enabled html formatting and disabled is_link
parameter into phone number:
With disabled html formatting and is_link
parameter into phone number:
With full clear attribute:
With additional attributes:
Laravel/Lumen facade
If you are using the Laravel or Lumen framework, then you can use the Phone
facade call:
Copyright and License
Beautiful Phone Formatter
was written by Andrey Helldar, and is released under the MIT LICENSE.
All versions of beautiful-phone with dependencies
ext-mbstring Version *
andrey-helldar/support Version ^1.18
illuminate/container Version ^6.0|^7.0|^8.0