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!
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
You can download it here.
All examples can be found here.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior.
The MIT License