yaglot/yaglot-php

PHP SDK for the Yaglot API

1.0.5 2018-12-28 14:28 UTC

This package is auto-updated.

Last update: 2024-03-29 02:23:35 UTC


README

160x160.png

PHP library

Overvie

This library allows you to quickly and easily use the Yaglot API via PHP.

Requirements

  • PHP version 5.6 and later
  • Yaglot API Key, from dashboard

Installation

You can install the library via Composer. Run the following command:

composer require yaglot/yaglot-php

To use the library, use Composer's autoload:

require_once __DIR__. '/vendor/autoload.php';

Examples

You can take a look at: examples folder. You'll find a short README with details about each example.

Parser

The Parser is a big part in our developer kits.

It's used to match sentences to translate from DOM and to make clean API objects to send them after through the Client.

There is no documentation for the Parser at the moment since we plan a heavy rework in next month on it, we'll make sure there is one after this rework.

License

The MIT License (MIT)