mgp25/rae-api

RAE API

Fund package maintenance!
mgp25

v2.0.1 2022-09-14 14:49 UTC

This package is auto-updated.

Last update: 2024-04-14 18:41:12 UTC


README

Latest Stable Version compatible license

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!

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