GinoPane/PHPolyglot

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.env.example
.gitignore
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
PULL_REQUEST_TEMPLATE.md
README.md
composer.json
composer.lock
issue_template.md
phpunit.xml
config.php16
examples/lookup-translate.php26
examples/lookup.php25
examples/speak.php19
examples/spellcheck.php21
examples/translate-bulk.php19
examples/translate.php25
src/API/Factory/ApiFactoryAbstract.php140
src/API/Factory/ApiFactoryInterface.php6
src/API/Factory/Dictionary/DictionaryApiFactory.php13
src/API/Factory/SpellCheck/SpellCheckApiFactory.php13
src/API/Factory/TTS/TtsApiFactory.php24
src/API/Factory/Translate/TranslateApiFactory.php13
src/API/Implementation/ApiAbstract.php87
src/API/Implementation/Dictionary/DictionaryApiAbstract.php40
src/API/Implementation/Dictionary/DictionaryApiInterface.php16
src/API/Implementation/Dictionary/Yandex/YandexDictionaryApi.php162
B
4 hrs
src/API/Implementation/SpellCheck/SpellCheckApiAbstract.php24
src/API/Implementation/SpellCheck/SpellCheckApiInterface.php8
src/API/Implementation/SpellCheck/Yandex/YandexSpellCheckApi.php47
A
35 mins
src/API/Implementation/TTS/IbmWatson/AudioFormat/IbmWatsonAudioFormatsInterface.php16
src/API/Implementation/TTS/IbmWatson/AudioFormat/IbmWatsonAudioFormatsTrait.php120
A
25 mins
src/API/Implementation/TTS/IbmWatson/IbmWatsonTtsApi.php85
src/API/Implementation/TTS/IbmWatson/Voice/IbmWatsonVoicesInterface.php19
src/API/Implementation/TTS/IbmWatson/Voice/IbmWatsonVoicesTrait.php119
A
3 hrs
src/API/Implementation/TTS/TtsApiAbstract.php31
src/API/Implementation/TTS/TtsApiInterface.php14
src/API/Implementation/Translate/TranslateApiAbstract.php36
src/API/Implementation/Translate/TranslateApiInterface.php9
src/API/Implementation/Translate/Yandex/YandexTranslateApi.php83
src/API/Response/ApiResponseAbstract.php14
src/API/Response/ApiResponseInterface.php6
src/API/Response/Dictionary/DictionaryResponse.php17
src/API/Response/Dictionary/Entry/DictionaryEntry.php90
src/API/Response/Dictionary/Entry/POS/DictionaryEntryPos.php30
src/API/Response/SpellCheck/SpellCheckResponse.php14
src/API/Response/TTS/TtsResponse.php53