2017 © Pedro Peláez
 

library yandex-rich-content-api

Client fo Yandex Rich Content API

image

s37dap42x/yandex-rich-content-api

Client fo Yandex Rich Content API

  • Friday, November 6, 2015
  • by s37dap42x
  • Repository
  • 1 Watchers
  • 5 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Yandex Rich Content API

Client for Yandex Rich Content API, (*1)

The Rich Content API provides access to the Yandex content system, containing tens of billions of pages. For any of them, you can receive the snippet, title and URL in canonical form, as well as the complete text and also a list of links to the images and videos they contain. This API is useful for services whose users exchange links. It allows them to see a preview of any web page without leaving the service., (*2)

API reference, (*3)

Versioning

Package version corresponds to the version of the API., (*4)

Installation

Use composer:, (*5)

composer require s37dap42x/yandex-rich-content-api, (*6)

or manually add into your composer.json:, (*7)

{
  "require": {
    "s37dap42x/yandex-rich-content-api": "1.1.*"
  }
}

and then use the update command: composer update, (*8)

Usage

Get your own api key, (*9)

use Yandex\RichContentAPI\RichContent;

$key = "rca.1.1...";
$url = "http://yandex.com";

try {
    $yandex = new RichContent($key);

    // Set optional parameters
    $yandex->setOptions(['img' => 'no', 'content' => 'full']);

    $data = $yandex->getContent($url);
    var_dump($data); // object
} catch (Exception $e) {
    echo $e->getMessage();
}

License

MIT, (*10)

The Versions

06/11 2015

dev-master

9999999-dev https://github.com/s37dap42x/yandex-rich-content-api

Client fo Yandex Rich Content API

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar s37dap42x

api yandex

06/11 2015

1.1.1

1.1.1.0 https://github.com/s37dap42x/yandex-rich-content-api

Client fo Yandex Rich Content API

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar s37dap42x

api yandex

06/11 2015

1.1.2

1.1.2.0 https://github.com/s37dap42x/yandex-rich-content-api

Client fo Yandex Rich Content API

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar s37dap42x

api yandex

05/11 2015

v1.0

1.0.0.0 https://github.com/s37dap42x/yandex-rich-content-api

Client fo Yandex Rich Content API

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar s37dap42x

api yandex