sergiocarlosmorales / ibm-watson-translator-php-client
PHP client to interact with IBM Watson's translator service offered through BlueMix.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 4
pkg:composer/sergiocarlosmorales/ibm-watson-translator-php-client
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: 6.1.1
Requires (Dev)
- phpunit/phpunit: ~4.8.22
This package is auto-updated.
Last update: 2025-10-19 23:42:52 UTC
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.