PHPackages                             amaccis/php-dict - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. amaccis/php-dict

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

amaccis/php-dict
================

A PHP DICT client

0.1.0(5y ago)12MITPHPPHP ^7.4

Since Nov 19Pushed 4y agoCompare

[ Source](https://github.com/amaccis/php-dict)[ Packagist](https://packagist.org/packages/amaccis/php-dict)[ RSS](/packages/amaccis-php-dict/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

php-dict
========

[](#php-dict)

[![PHP Version](https://camo.githubusercontent.com/7f616a026330c1f52a316b141277f7dd009eec7737dd0ae0b00a1d1f7d0d28e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e342d626c75652e737667)](https://img.shields.io/badge/php-%5E7.4-blue.svg)[![CI](https://github.com/amaccis/php-stemmer/workflows/CI/badge.svg)](https://github.com/amaccis/php-stemmer/workflows/CI/badge.svg)

The DICT Protocol
=================

[](#the-dict-protocol)

As per [RFC 2229](https://www.ietf.org/rfc/rfc2229.txt), the Dictionary Server Protocol (DICT) is a TCP transaction based query/response protocol that allows a client to access dictionary definitions from a set of natural language dictionary databases. For more details see [dict.org](http://www.dict.org/w/).

Installation
------------

[](#installation)

php-dict is available on [Packagist](http://packagist.org/packages/amaccis/php-dict), you can install it using [Composer](http://getcomposer.org).

```
composer require amaccis/php-stemmer
```

Usage
-----

[](#usage)

```
