Download the PHP package badams/microsoft-translator without Composer
On this page you can find all versions of the php package badams/microsoft-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download badams/microsoft-translator
More information about badams/microsoft-translator
Files in badams/microsoft-translator
Download badams/microsoft-translator
More information about badams/microsoft-translator
Files in badams/microsoft-translator
Vendor badams
Package microsoft-translator
Short Description PHP implementation of Microsoft's Translator API
License MIT
Homepage https://github.com/badams/microsoft-translator
Package microsoft-translator
Short Description PHP implementation of Microsoft's Translator API
License MIT
Homepage https://github.com/badams/microsoft-translator
Please rate this library. Is it a good library?
Informations about the package microsoft-translator
MicrosoftTranslator
An easy to use PHP implementation of Microsoft's Translator API
The goal of this project is to provide a modern, elegant, and feature complete implementation of the Microsoft Translation HTTP API to PHP developers.
Currently supported methods
- Translate: Converts a string of text from one language to another.
- Detect: Detects the language of a selection of text.
- Speak: Generates a wave form of synthesised speech from the given text/language combination.
- GetLanguagesForSpeak: Obtains a list of the language codes supported by the Translator Service for speech synthesis.
- GetLanguageNames: Retrieves localized names for the languages passed to it.
- GetLanguagesForTranslate: Obtains a list of the language codes supported by the Translator Service.
- GetTranslations: Returns an array of alternative translations of the given text.
- GetTranslationsArray: Returns an array of alternative translations of the passed array of text.
Roadmap
API methods that are yet to be implemented.
Installation
Install badams/microsoft-translator
using Composer.
Basic Usage
Testing
MicrosoftTranslator
has a PHPUnit test suite. To run the tests, run the following command from the project folder.
License
MicrosoftTranslator is open-sourced software licensed under the MIT License (MIT). Please see LICENSE for more information.
All versions of microsoft-translator with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
~5.0|~4.0
The package badams/microsoft-translator contains the following files
Loading the files please wait ....