Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BaseMax/LMPHP

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LM PHP (Language management PHP)

Multi Language PHP

Multi-language management and support on the php (web).

LMPHP Features

  • Easy
  • Compact
  • Useful

LM-PHP Functions

word_add

Add a word to active language.

Return : Bool

Parameters :

  • $name(name of the word)
  • Optional, $value(value of the word)

word_get

Get a word from active language.

Return : The value of word.

Parameters :

  • $name(name of the word)

word_add_to

Add a word to custom language.

Return : Bool

Parameters :

  • $lang(language name)
  • $name(name of the word)
  • Optional, $value(value of the word)

language_add

Add a new language.

Return : Bool

Parameters :

  • $key(language name)

language_remove

Remove a language.

Return : Bool

Parameters :

  • $key(language name)

language_active

Activate a language.

Return : Bool

Parameters :

  • $key(language name)

language_current

Get current active language.

Return : Name of the active language.

Parameters : None

language_exists

Check a language is exists or not.

Return : Bool

Parameters :

  • $key (language name)

language

Get list of the languages or list of the words of a language.

Return : Array

Parameters :

  • Optional, $filter(language name)

Introduction

This library is simple and lightweight and can be used for language management. It called LM-PHP(LMPHP).

This project started to be used for personal use. At the very beginning, the project was used in the infrastructure of the servers of a project in India. To be able to manage language and vocabulary more easily. (International projects)

With my decision, this project was put up for free.

History

  • Version 0.1 (first) : 2018 - 2018-12-01
  • Version 1.0 : 2018-12-01 - 2019-01-22
  • Version 1.1 : 2019-01-22

License

LMPHP is licensed under the GNU General Public License.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.