Download the PHP package michalsn/codeigniter-gettext without Composer
On this page you can find all versions of the php package michalsn/codeigniter-gettext. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michalsn/codeigniter-gettext
More information about michalsn/codeigniter-gettext
Files in michalsn/codeigniter-gettext
Download michalsn/codeigniter-gettext
More information about michalsn/codeigniter-gettext
Files in michalsn/codeigniter-gettext
Vendor michalsn
Package codeigniter-gettext
Short Description Gettext support for the CodeIgniter 4 framework
License MIT
Homepage https://github.com/michalsn/codeigniter-gettext
Package codeigniter-gettext
Short Description Gettext support for the CodeIgniter 4 framework
License MIT
Homepage https://github.com/michalsn/codeigniter-gettext
Please rate this library. Is it a good library?
Informations about the package codeigniter-gettext
CodeIgniter Gettext
This library gives users the ability to use gettext more friendly way.
Installation
Composer
composer require michalsn/codeigniter-gettext
Manually
In the example below we will assume, that files from this project will be located in app/ThirdParty/gettext
directory.
Download this project and then enable it by editing the app/Config/Autoload.php
file and adding the Michalsn\CodeIgniterGettext
namespace to the $psr4
array, like in the below example:
Example
All versions of codeigniter-gettext with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package michalsn/codeigniter-gettext contains the following files
Loading the files please wait ....