Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via composer

giggsey/locale 2.5

Locale functions required by libphonenumber-for-php
Package summary
Share
0
issues
1
license
1
MIT
Package created
28 Sep 2014
Version published
1 Nov 2023
Maintainers
1
Total deps
1
Direct deps
0
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
giggsey/locale@2.5
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of giggsey/locale 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does giggsey/locale do?

The giggsey/locale is a PHP library created to offer support for locale-dependent code execution without the need for the intl extension. It mainly serves as a requisite library for libphonenumber-for-php to use the Geo Coder. It was created to virtually eliminate the geographical hurdles that users of the ubiquitous intl extension seem to encounter. One of its salient features is the provision of timely Culture Language Data Repository (CLDR) data, a global source of data that contains decipherable, standardized variations of languages and cultures.

How do you use giggsey/locale?

Leveraging the functionalities of giggsey/locale library comes with ease, particularly if you are comfortable working with Composer and Packagist. Firstly, you will need to have Composer installed on your machine. Creating a new project and requiring the giggsey/locale package will be as convenient as running:

composer require giggsey/locale

If you wish to manually compile the data, make sure to install all the library dependencies, then in your terminal, you should execute:

vendor/bin/phing compile

Your application will now be able to benefit from the CLDR data compiled into native PHP arrays.

Where are the giggsey/locale docs?

Comprehensive documentation for the giggsey/locale library does not appear to be explicitly mentioned in the readme. For complete usage guidelines, it can be inferred that one has to refer to the source code available in the Giggsey/Locale GitHub repository. Given that the library's primary function is to fuel the libphonenumber-for-php with updated CLDR data, consulting the libphonenumber-for-php documentation could also offer useful insights into leveraging the wealth of functionalities giggsey/locale offers.