generalsystemsvehicle / in-one-ear
A system for presenting languages (in English), their short and long ISO names and their native name.
Installs: 1 759
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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: 2024-12-19 07:41:04 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