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

ActiveLibrary[API Development](/categories/api)

pangpondpon/sedo-api-client
===========================

13153PHP

Since May 12Pushed 9y ago6 watchersCompare

[ Source](https://github.com/s-patompong/sedo-api-client)[ Packagist](https://packagist.org/packages/pangpondpon/sedo-api-client)[ RSS](/packages/pangpondpon-sedo-api-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

sedo-api-client
===============

[](#sedo-api-client)

Library to talk with Sedo API

Laravel Installation
--------------------

[](#laravel-installation)

1. Add this code to your /config/app.php - providers array `SedoClient\SedoServiceProvider::class`
2. Run `php artisan vendor:publish` to publish configuration file, it will be located at /config/sedo.php (Note: You don't need to do this if you don't want to change anything in the configuration file.)
3. Add this to .env file and change them to your credentials

```
SEDO_USERNAME=
SEDO_PASSWORD=
SEDO_PARTNER_ID=
SEDO_SIGN_KEY=

```

### Usage

[](#usage)

You can inject the class to your method or use resolve helper

```
Route::get('/inject', function (SedoClient\Sedo $sedo) {
    dd($sedo);
});

Route::get('/inject-domain', function (SedoClient\SedoDomain $sedoDomain) {
    dd($sedoDomain);
});

Route::get('/inject-resolve', function () {
    $sedo = resolve('SedoClient\Sedo');
    dd($sedo);
});

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5e6fa560d4384df78f7d39c75e113c66f37e168a29a7dbdff32bc36ec55ed0d?d=identicon)[pangpondpon](/maintainers/pangpondpon)

---

Top Contributors

[![s-patompong](https://avatars.githubusercontent.com/u/3887531?v=4)](https://github.com/s-patompong "s-patompong (2 commits)")

---

Tags

apicomposerlibrary

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/pangpondpon-sedo-api-client/health.svg)](https://phpackages.com/packages/pangpondpon-sedo-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)
