2017 © Pedro Peláez
 

library smmry

PHP client library to access Smmry's API

image

faruh/smmry

PHP client library to access Smmry's API

  • Sunday, May 29, 2016
  • by faruhnar
  • Repository
  • 0 Watchers
  • 3 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Smmry PHP Client Build Status

By Faruh Narzullaev, (*1)

Smmry, (*2)

Installing via Composer

The recommended way to install Smmry PHP Client is through Composer., (*3)

composer require faruh/smmry

Usage

<?php
    use Faruh\Smmry\SmmryClient;

    $client = new SmmryClient([
        'sm_api_key'       => 'API_KEY',
        'sm_length'        => 7,
        'sm_keyword_count' => 2
    ]);

    $result = $client
        ->strategy('url')
        ->setResource('http://randomtextgenerator.com/')
        ->summarize();

Go to http://smmry.com/partner to obtain your key., (*4)

Documentation: http://smmry.com/api, (*5)

The Versions

29/05 2016

dev-master

9999999-dev

PHP client library to access Smmry's API

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Faruh Narzullaev

summary smmry summarize

28/05 2016

v1.0.0

1.0.0.0

PHP client library to access Smmry's API

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by Faruh Narzullaev

summary smmry summarize