Download the PHP package opheus2/laravel-countries without Composer
On this page you can find all versions of the php package opheus2/laravel-countries. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download opheus2/laravel-countries
More information about opheus2/laravel-countries
Files in opheus2/laravel-countries
Package laravel-countries
Short Description Get informations about countries and their currency.
License MIT
Homepage https://github.com/opheus2/laravel-countries
Informations about the package laravel-countries
Laravel Countries
This package gives you access effortlessly to data from every country. Laravel 7 above is supported.
Original package by Patrick Samson is not actively maintained anymore, so I decided to fork it.
Features
- Get a country by its 2-letters, 3-letters or 3-digits ISO3166 code.
- Get a list of countries by their region or sub region.
- Get a list of countries by their currency.
- Get a list of countries as a simple PHP array for dropdowns.
- Country
- Get the 2-letters ISO3166 code.
- Get the 3-letters ISO3166 code.
- Get the 3-digits ISO3166 code.
- Get the official name.
- Get the common name.
- Get a Currency object.
- Get a collection of Currency objects.
- Currency
- Get the currency code.
- Get the currency name.
- Get the currency symbol.
-
CountryCast
- A custom Eloquent cast to store a Country object in the database.
- Coming Soon
- Get a list of countries by their language.
- Get a list of countries by their calling code.
- Get a list of countries by their time zone.
- Get a list of countries by their top level domain.
- Get a list of countries by their continent.
- Get a country flag by its 2-letters ISO3166 code. (size, type, style, etc.)
- blade components for country dropdowns
- blade components for country flags
- Get Google Maps URL for a country
Install
Via Composer
Usage
You can search for a specific country using one of the following unique country codes :
You can retrieve an array of countries using their region of one of their currencies :
Results will be returned as Country objects. These objects have the following helper methods :
It is also possible to generate simple PHP array that can be used to generate an HTML select input.
Macros
This package implements the Laravel Macroable
trait, allowing macros and mixins on both Country
.
Example use case:
Mixins
Along with Macros, Mixins are also supported. This allows merging another classes methods into the Country.
Define the mixin class:
Register the mixin, by passing an instance of the class:
The methods from the custom class will be available:
Credits
- Orpheus for the fork.
- Patrick Samson for the initial package.
- Mohammed Le Doze for compiling all this data in this repository.
- All Contributors
License
The MIT License (MIT). Please see License File for more information.