mgp25 / rae-api
RAE API
Fund package maintenance!
mgp25
Requires
- php: >=7.4
- ext-curl: *
- guzzlehttp/guzzle: ^7.5
- lazyjsonmapper/lazyjsonmapper: ^2.0.0
- netresearch/jsonmapper: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.8.0
README
This is RAE private API. With this library you can find similar words, get word of the day and word definitions.
Do you like this project? Become a sponsor!
Installation
Using Composer
composer require mgp25/rae-api
require __DIR__.'/../vendor/autoload.php'; $rae = new \RAE\RAE();
If you want to test new and possibly unstable code that is in the master branch, and which hasn't yet been released, then you can use master instead (at your own risk):
composer require mgp25/rae-api dev-master
I don't have Composer
You can download it here.
Examples
All examples can be found here.
Code of Conduct
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior.
License
The MIT License