openapi-generator/samples/client/wordnik-api/php
2014-06-10 16:55:57 -07:00
..
tests updated templates 2014-06-10 08:21:51 -07:00
wordnik updated templates 2014-06-10 08:21:51 -07:00
PHPWordnikApiCodegen.scala updated copyrights 2014-06-10 16:55:57 -07:00
README.md updated templates 2014-06-10 08:21:51 -07:00

PHP client for Wordnik.com API

Overview

This is a PHP client for the Wordnik.com v4 API. For more information, see http://developer.wordnik.com/ .

Generation

This client was generated using the provided script:

/bin/php-wordnik-api.sh

Testing

These tests require PHPUnit. If you require PHPUnit to be installed, first get PEAR:

wget http://pear.php.net/go-pear.phar
php -d detect_unicode=0 go-pear.phar

Then install PHPUnit:

pear config-set auto_discover 1
pear install pear.phpunit.de/PHPUnit

The tests require you to set three environment varibales:

export API_KEY=your api key
export USER_NAME=some wordnik.com username
export PASSWORD=the user's password

The tests can be run as follows:

phpunit tests/AccountApiTest.php
phpunit tests/WordApiTest.php
phpunit tests/WordsApiTest.php
phpunit tests/WordListApiTest.php
phpunit tests/WordListsApiTest.php