generalsystemsvehicle / in-one-ear
A system for presenting languages (in English), their short and long ISO names and their native name.
v1.0.2
2020-08-18 21:44 UTC
Requires
- php: >=7.2
- illuminate/support: ^6.0|^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.3
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-04-19 08:35:12 UTC
README
A simple package to display languages and ISO 639-1 short codes and long localization code (ie. en_US). Controllable via config so you can easily overwrite the list with your own.
Installation
You can install the package via composer:
composer require generalsystemsvehicle/in-one-ear
Usage
The facade provides basic access.
Languages::all()
Changelog
1.0.0
Initial Release