PHPackages                             redeyed/sdk - 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. redeyed/sdk

ActiveLibrary[API Development](/categories/api)

redeyed/sdk
===========

Official Redeyed API client for PHP — AI tools, Sentinel human verification &amp; IP reputation. Free to install; requires a Redeyed API key to activate.

v1.0.0(yesterday)00MITPHPPHP &gt;=8.1

Since Jun 30Pushed yesterdayCompare

[ Source](https://github.com/Bruted/redeyed-php)[ Packagist](https://packagist.org/packages/redeyed/sdk)[ Docs](https://redeyed.com/developers)[ RSS](/packages/redeyed-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

redeyed/sdk (PHP)
=================

[](#redeyedsdk-php)

Official PHP client for the [Redeyed API](https://redeyed.com/developers) — AI creator tools, **Sentinel** human verification &amp; IP reputation. Dependency‑free (uses cURL), works in any PHP project or CMS.

> **Free to install. Activated by your API key.**The client refuses to run without a Redeyed API key. Create one in your Laboratory panel under **Developer → API Keys**.

Install
-------

[](#install)

```
composer require redeyed/sdk
```

Requires **PHP 8.1+** with the `curl` and `json` extensions.

Quick start
-----------

[](#quick-start)

```
use Redeyed\Client;
use Redeyed\RedeyedException;

// A key is required — the client throws without one.
$redeyed = new Client(getenv('REDEYED_API_KEY'));

try {
    $me  = $redeyed->me();                    // account + remaining quota
    $rep = $redeyed->ip('8.8.8.8');           // IP reputation (omit arg = caller)
    $ok  = $redeyed->verify($tokenFromWidget, ['site_key' => 'st_pub_…']);

    $chat = $redeyed->aiChat(['messages' => [['role' => 'user', 'content' => 'Three taglines, please.']]]);
    $para = $redeyed->aiParaphrase(['text' => 'Make this confident.']);
    $img  = $redeyed->aiImage(['prompt' => 'a neon fox, cinematic']);
} catch (RedeyedException $e) {
    // $e->errorCode (e.g. insufficient_scope), $e->status (e.g. 403), $e->getMessage()
}
```

Methods
-------

[](#methods)

MethodEndpointScope`me()``GET /me``account:read``ip(?string $ip)``GET /ip/{ip?}``sentinel:ip``verify(string $token, array $params = [])``POST /verify``sentinel:verify``aiChat(array $params)``POST /ai/chat``ai:chat``aiParaphrase(array $params)``POST /ai/paraphrase``ai:paraphrase``aiImage(array $params)``POST /ai/image``ai:image`Each returns the unwrapped `data` array, or throws `RedeyedException` on an error response.

Configuration
-------------

[](#configuration)

```
new Client($apiKey, [
    'base_url' => 'https://redeyed.com/api/v1', // override for self-hosted/staging
    'timeout'  => 60,                            // seconds
]);
```

License
-------

[](#license)

MIT © Redeyed Corporation. Support:

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5244208523531156be8603e3bb5a526fdc7857cf27610cbbfddcd9cf8fe51d68?d=identicon)[Bruted](/maintainers/Bruted)

---

Top Contributors

[![Bruted](https://avatars.githubusercontent.com/u/73144421?v=4)](https://github.com/Bruted "Bruted (1 commits)")

---

Tags

sdkaicaptchasentinelbot-detectionip reputationredeyed

### Embed Badge

![Health badge](/badges/redeyed-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/redeyed-sdk/health.svg)](https://phpackages.com/packages/redeyed-sdk)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46784.5k5](/packages/deepseek-php-deepseek-php-client)[gemini-api-php/client

API client for Google's Gemini API

224255.2k5](/packages/gemini-api-php-client)[mozex/anthropic-php

PHP client for the Anthropic API: messages, streaming, tool use, thinking, web search, code execution, batches, and more.

47480.9k16](/packages/mozex-anthropic-php)[claude-php/claude-php-sdk-laravel

Laravel integration for the Claude PHP SDK - Anthropic Claude API

5219.2k](/packages/claude-php-claude-php-sdk-laravel)[erdum/php-open-ai-assistant-sdk

A PHP class for seamless interaction with the OpenAI Assistant API, enabling developers build powerful AI assistants capable of performing a variety of tasks.

203.3k](/packages/erdum-php-open-ai-assistant-sdk)

PHPackages © 2026

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