DeepLy

PHP client for the DeepL.com translation API (unofficial)

MIT License

Downloads
65.4K
Stars
228
Committers
1
DeepLy - v1.0.0

Published by chriskonnertz about 7 years ago

This is the first stable release of DeepLy.

Changelog:

  • Can now handle sentences
  • Validate the ID of the JSON RPC response
  • Use constants instead of inline strings for method names
  • ...
DeepLy - v0.9

Published by chriskonnertz about 7 years ago

Changelog:

  • Added getTranslations() method
  • Also store the error code in the ProtocolException
  • Also send the ID property in the JSON RPC requests
  • Added check if postprocessed_sentence property is missing
  • Refactoring
  • Explained the difference between translations and beams
DeepLy - v0.8

Published by chriskonnertz about 7 years ago

Changelog:

  • Introduced protocol namespace with JsonRpcProtocol class
  • Added supportsLang() method
  • Added translateFile() method
  • Enhanced README.md
DeepLy - v0.7

Published by chriskonnertz about 7 years ago

Changelog:

  • A lot of refactoring
  • Bugfix
  • Enhanced validation of the API result
DeepLy - v0.4

Published by chriskonnertz about 7 years ago

Changelog:

  • Refactoring - introduced TranslationBag class
  • Added more validity checks for the API call result
DeepLy - v0.3

Published by chriskonnertz about 7 years ago

Changelog:

  • Language auto detection works now
  • Enhanced error/exception handling
  • More tests (better coverage)
  • Use textarea instead of input field on demo page
  • List all available language codes in README.md
DeepLy - v0.2

Published by chriskonnertz about 7 years ago

Changelog:

  • Demo script now uses drop down (select) elements
  • Fixed bug: Added missing languages codes to the language codes array
  • Added basic tests
DeepLy - v0.1

Published by chriskonnertz about 7 years ago

Very first release. It works but it needs more love.

Package Rankings
Top 6.69% on Proxy.golang.org
Top 3.92% on Packagist.org
Badges
Extracted from project README
Build Status Version GitHub license Version
Related Projects