PHPackages                             yebto/api-client - 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. yebto/api-client

ActiveLibrary[API Development](/categories/api)

yebto/api-client
================

Base PHP client for YEB APIs. Works standalone or with Laravel.

00PHP

Since Mar 6Pushed 2mo agoCompare

[ Source](https://github.com/yebto/api-client)[ Packagist](https://packagist.org/packages/yebto/api-client)[ RSS](/packages/yebto-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

YEB API Client
==============

[](#yeb-api-client)

Base PHP client for all [YEB](https://yeb.to) API SDKs. This package provides the shared HTTP layer, configuration, and error handling used by individual API packages.

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

[](#installation)

```
composer require yebto/api-client
```

> You typically don't install this package directly. It's automatically included as a dependency of individual API packages like `yebto/currency-api`, `yebto/text-api`, etc.

Available API Packages
----------------------

[](#available-api-packages)

PackageDescription[yebto/currency-api](https://github.com/yebto/currency-api)Exchange rates, conversion, platform fees[yebto/text-api](https://github.com/yebto/text-api)Translate, rephrase, correct, summarize[yebto/short-links-api](https://github.com/yebto/short-links-api)URL shortening and analytics[yebto/qrcode-api](https://github.com/yebto/qrcode-api)QR code generation and experiences[yebto/screenshot-api](https://github.com/yebto/screenshot-api)Website screenshots, PDF, video capture[yebto/watermark-api](https://github.com/yebto/watermark-api)Image, PDF, video watermarking[yebto/bot-detect-api](https://github.com/yebto/bot-detect-api)Bot and crawler detection[yebto/mail-checker-api](https://github.com/yebto/mail-checker-api)Email validation[yebto/device-analyzer-api](https://github.com/yebto/device-analyzer-api)User-agent device detection[yebto/domain-api](https://github.com/yebto/domain-api)Domain analysis and niche detection[yebto/vat-api](https://github.com/yebto/vat-api)VAT calculation[yebto/pdf-builder-api](https://github.com/yebto/pdf-builder-api)PDF generation from prompt or image[yebto/invoicing-api](https://github.com/yebto/invoicing-api)Invoice, receipt, proforma generation[yebto/place-api](https://github.com/yebto/place-api)Location search by name or coordinates[yebto/html-generator-api](https://github.com/yebto/html-generator-api)HTML block and document generation[yebto/article-generator-api](https://github.com/yebto/article-generator-api)AI article generation[yebto/horoscope-api](https://github.com/yebto/horoscope-api)Daily, weekly, monthly horoscopes[yebto/numerology-api](https://github.com/yebto/numerology-api)Numerology readings and predictions[yebto/astrology-api](https://github.com/yebto/astrology-api)Natal charts, transits, synastryError Handling
--------------

[](#error-handling)

All API packages throw typed exceptions:

```
use Yebto\ApiClient\Exceptions\ApiException;
use Yebto\ApiClient\Exceptions\AuthenticationException;
use Yebto\ApiClient\Exceptions\RateLimitException;

try {
    $result = $api->someMethod();
} catch (AuthenticationException $e) {
    // Missing or invalid API key (401)
} catch (RateLimitException $e) {
    // Too many requests (429)
} catch (ApiException $e) {
    $e->getMessage();       // Error message
    $e->getHttpCode();      // HTTP status code
    $e->getResponseBody();  // Full response array
}
```

Free API Access
---------------

[](#free-api-access)

Register at [yeb.to](https://yeb.to) with Google OAuth to get a free API key with 1000+ requests included.

Support
-------

[](#support)

- API Directory: [yeb.to/api](https://yeb.to/api)
- Email:
- Issues: [GitHub Issues](https://github.com/yebto/api-client/issues)

License
-------

[](#license)

MIT - NETOX Ltd.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance58

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/57d7e2ce619fb0a25c0b8ebf53ab60f9aba259cbb926f697dc0cb6b5349dea85?d=identicon)[yebto](/maintainers/yebto)

---

Top Contributors

[![yebto](https://avatars.githubusercontent.com/u/217711937?v=4)](https://github.com/yebto "yebto (2 commits)")

---

Tags

apilaravelphpsdkyeb

### Embed Badge

![Health badge](/badges/yebto-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/yebto-api-client/health.svg)](https://phpackages.com/packages/yebto-api-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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