Download the PHP package rebelox/languages without Composer

On this page you can find all versions of the php package rebelox/languages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package languages

Languages GitHub release

Languages allows you to easily make a multi-language website.

How is it works

When a users opens the website, the API will gets the user's country using the geoip_country_code_by_name function from the GeoIP API. Then the API searches the configuration files and gets the right language and then by using the user's language the API gets the right message. If the user has a language cookie, the API will ignore the first step and will get the right message using the user's language saved on the cookie.

Installing

Install using composer

You can also visit the releases and download from there.

Configuration

First of all you need to configurate the api, the configuration is easy, you just need to create two files, one will be the languages file, and the other will be the messages file.

Languages File

The languages file should be like this

Where:

Here's an exemple:

You may want to check this list to see all ISO-3166 country codes.

======

Messages File

The messages' file structures:

Where

Here's an exemple:

Basic Usage

Dependencies

To use this API you will need the GeoIP extension.
First you will need to install the .dll extension, follow this instructions guide. Then you will need the database, to get the database just click here and then install on your apache/bin folder.

Contributing

You're welcome to contribute to the better of this API, just file the issues under GitHub, or submit a pull request if you would like to contribute directly.

Examples

You can find some examples on the examples' folder, just try it yourself.

Build Tests

For now I don't have build tests available, I'm working on that...


All versions of languages with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rebelox/languages contains the following files

Loading the files please wait ....