hugsbrugs/php-synonym

There is no license information available for the latest version (dev-master) of this package.

PHP Synonym Utilities

Installs: 1 783

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/hugsbrugs/php-synonym

dev-master 2019-04-19 13:03 UTC

This package is auto-updated.

Last update: 2025-09-20 03:57:40 UTC


README

This librairy allows one to get english and french synonyms

Build Status

Coverage Status

Install

Install package with composer

composer require hugsbrugs/php-synonym

In your PHP code, load librairy

require_once __DIR__ . '/../vendor/autoload.php';
use Hug\Synonym\Synonym as Synonym;

Usage

Find Synonym

Synonym::find($word, $lang = 'en');

Add other laguages

To add other languages Download your thesaurus synonym dictionnary Use one of these scripts mysql2sqlite grfiv

./mysql2sqlite.sh thesaurus_en.sql | sqlite3 thesaurus_en.db

Unit Tests

composer exec phpunit

Author

Hugo Maugey visit my website ;)