Download the PHP package josantonius/wp-language without Composer
On this page you can find all versions of the php package josantonius/wp-language. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download josantonius/wp-language
More information about josantonius/wp-language
Files in josantonius/wp-language
Package wp-language
Short Description Load text domain plugin for translations.
License MIT
Informations about the package wp-language
PHP WordPress Language
Versión en español
Load text domain plugin for translations.
- Installation
- Requirements
- Quick Start and Examples
- Usage
- Sponsor
- License
Installation
The preferred way to install this extension is through composer.
To install PHP Wordpress Language library, simply:
composer require josantonius/wp-language
El comando anterior sólo instalará los archivos necesarios, si prefieres descargar todo el código fuente (incluyendo tests, directorio vendor, excepciones no utilizadas, documentos...) puedes utilizar:
composer require josantonius/wp-language --prefer-source
También puedes clonar el repositorio completo con Git:
git clone https://github.com/josantonius/wp-language.git
Requirements
This library is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.
To use this library in HHVM (HipHop Virtual Machine) you will have to activate the scalar types. Add the following line "hhvm.php7.scalar_types = true" in your "/etc/hhvm/php.ini".
Quick Start and Examples
To use this class, simply:
Usage
Example of use for this library:
Sponsor
If this project helps you to reduce your development time, you can sponsor me to support my open source work :blush:
License
This repository is licensed under the MIT License.
Copyright © 2017-2022, Josantonius