PHPackages                             hirmeos/entity-fishing-php-wrapper - 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. [API Development](/categories/api)
4. /
5. hirmeos/entity-fishing-php-wrapper

ActiveLibrary[API Development](/categories/api)

hirmeos/entity-fishing-php-wrapper
==================================

This is a PHP library/wrapper of the NERD API. High level method calls that parse the JSON API response to PHP classes for ease of use.

1.0.1(7y ago)020CC0-1.0PHPPHP ^5.3.3 || ^7.0

Since Sep 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hirmeos/entity-fishing-client-php)[ Packagist](https://packagist.org/packages/hirmeos/entity-fishing-php-wrapper)[ RSS](/packages/hirmeos-entity-fishing-php-wrapper/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (3)Used By (0)

PHP Client for NERD entity fishing API
======================================

[](#php-client-for-nerd-entity-fishing-api)

This is a PHP library/wrapper of the [NERD API](http://nerd.readthedocs.io/). High level method calls that parse the JSON API response to PHP classes for ease of use.

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

[](#installation)

### Method 1

[](#method-1)

Just copy the following files in your project:

1. Folder: Domain
2. Folder: WebResponse
3. File: EFWebServiceManager.php

### Method 2

[](#method-2)

Method 2 relies on Packagist ()

```
{
    "require": {

  	    "hirmeos/entity-fishing-php-wrapper" : "*"
    }
}

```

See the composer documentation here:  and here:

Usage
-----

[](#usage)

Include: EFWebServiceManager.php in your file

`require_once('EFWebServiceManager.php');`

**Disambiguate Text**

`EFWebServiceManager::disambiguateText(String searchText, String lang);`

Returns object of type: `EFDisambiguateTextWebResponse`

**Disambiguate Short Text**

`EFWebServiceManager::disambiguateShortText(String searchText, String lang);`

Returns object of type: `EFDisambiguateShortTextWebResponse`

**Disambiguate Term Vector**

`EFWebServiceManager::disambiguateTermVector(Array searchText, String lang);`

Returns object of type: `EFDisambiguateTermWebResponse`

**Disambiguate PDF**

`EFWebServiceManager::disambiguatePDF(String pdf_file_path, String lang);`

Returns object of type: `EFDisambiguatePDFWebResponse`

**Concept**

`EFWebServiceManager::concept(int concept_id, String lang);`

Returns object of type: `EFConceptWebResponse`

**Term**

`EFWebServiceManager::term(int term_id, String lang);`

Returns object of type: `EFTermWebResponse`

**Language**

`EFWebServiceManager::language(String text);`

Returns object of type: `EFLanguageWebResponse`

**Segmentation**

`EFWebServiceManager::segmentation(String text);`

Returns object of type: `EFSegmentationWebResponse`

### Responses

[](#responses)

All response objects have the following three public variables:

`public $has_error;`

`public $status_code;`

`public $error_msg;`

Use the variables to check for API request errors before proceeding to the actual response data.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2834d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/198671?v=4)[Kostas Stamatis](/maintainers/kstamatis)[@kstamatis](https://github.com/kstamatis)

### Embed Badge

![Health badge](/badges/hirmeos-entity-fishing-php-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/hirmeos-entity-fishing-php-wrapper/health.svg)](https://phpackages.com/packages/hirmeos-entity-fishing-php-wrapper)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
