clsystems / ibm-translator-client
PHP client to interact with IBM Watson's translator service.
v1.0.2
2020-11-01 10:50 UTC
Requires
- php: >=7.3.0
- ext-json: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- phpunit/phpunit: ~4.8.22
README
PHP client for IBM Watson's Language Translator service, it allows to translate raw text between languages as well as identify the language for a given chunk of text.
- Simple interface: quick & easy to use.
- Abstracts API & transport: provide text to translate or identify and it takes care of the rest.
- Permissive license: public, commercial or private. Use, distribute or modify it. MIT license.