2017 © Pedro Peláez
 

library wordsapi

A simple PHP WordsAPI wrapper. A dictionary and thesaurus for the English language.

image

vcarreira/wordsapi

A simple PHP WordsAPI wrapper. A dictionary and thesaurus for the English language.

  • Monday, February 15, 2016
  • by vcarreira
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9,668 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 16 % Grown

The README.md

WordsApi

A wrapper around WordsAPI., (*1)

Installation

Add the following line to the require section of composer.json:, (*2)

{
    "require": {
        "vcarreira/wordsapi": ">= 1.0"
    }
}

Usage

In order to use the wrapper you must first get an API key from WordsAPI. The following examples show how to use the WordsService to fetch information regarding some word., (*3)

    $service = new \WordsApi\WordService(API_KEY);
    $word = $service->word('effect');
    var_dump($word->definitions());
    var_dump($word->synonyms());
    var_dump($word->rhymes());
    var_dump($word->pronunciation());

Limitation

Version 1.0 does not support search requests., (*4)

The Versions

15/02 2016

dev-master

9999999-dev http://github.com/vcarreira/wordsapi

A simple PHP WordsAPI wrapper. A dictionary and thesaurus for the English language.

  Sources   Download

MIT

The Requires

  • php >= 5.5.9
  • ext-curl *

 

by Vitor Carreira

language dictionary thesaurus

15/02 2016

1.0.1

1.0.1.0 http://github.com/vcarreira/wordsapi

A simple PHP WordsAPI wrapper. A dictionary and thesaurus for the English language.

  Sources   Download

MIT

The Requires

  • php >= 5.5.9
  • ext-curl *

 

by Vitor Carreira

language dictionary thesaurus

12/02 2016

1.0

1.0.0.0 http://github.com/vcarreira/wordsapi

A simple PHP WordsAPI wrapper. A dictionary and thesaurus for the English language.

  Sources   Download

MIT

The Requires

  • php >= 5.5.9
  • ext-curl *

 

by Vitor Carreira

language dictionary thesaurus