JpnForPhp is a library for PHP that provides support and many helpers to play with Japanese language (DEMO).
The JpnForPhp toolbox provides over 30 functions build around various components that support both basic actions: split, extract, etc. as well as more specialized and powerful features: transliteration, inflection, conversion, and so one.
Installation
The recommended way to install JpnForPhp is through Composer. Just create a composer.json file and run the php composer.phar install command to install it:
{
"require": {
"mbilbille/jpnforphp": "~0.6"
}
}
Components
Transliterator
JpnForPhp supports all mainstream romanization systems:
Starting from the version 0.5, all the transliteration workflow is defined in .yaml
file.
Converter
- Japanese numeral (kanji, reading)
- Western year
- Japanese year (kanji, kana, romaji)
More units should complement the Converter
component in future release
Inflector
JpnForPhp supports many verbal form.
List of all verbal forms
Examples
See and test each features on this demo website. This website is maintained by @Akeru.
Tests
To run the test suite, you need Composer:
$ php composer.phar install
$ vendor/bin/phpunit
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues.
Upcoming
Check out the develop branch to get all the latest code and change (http://github.com/mbilbille/jpnforphp/tree/develop)
License
JpnForPhp was created by Matthieu Bilbille and released under the MIT License.
Integration
- JPNlizer integrates JpnForPhp into Drupal - sandbox project [Deprecated]
- JpnForPhpBundle: integrates JpnForPhp as a Symfony2 Bundle - JpnForPhpBundle (by @albertofem)