PHPackages                             thoughtchimp/zembed-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. thoughtchimp/zembed-php-wrapper

AbandonedArchivedLibrary[API Development](/categories/api)

thoughtchimp/zembed-php-wrapper
===============================

Zembed api php wrapper

v1.0.1(8y ago)071MITPHPPHP &gt;=5.5

Since Sep 21Pushed 8y agoCompare

[ Source](https://github.com/thoughtchimp/zembed-php-wrapper)[ Packagist](https://packagist.org/packages/thoughtchimp/zembed-php-wrapper)[ Docs](https://github.com/thoughtchimp/zembed-php-wrapper)[ RSS](/packages/thoughtchimp-zembed-php-wrapper/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Zembed SDK for PHP
==================

[](#zembed-sdk-for-php)

This repository contains the open source PHP SDK that allows you to access the Zembed API from your PHP app.

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

[](#installation)

The Zembed SDK can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require thoughtchimp/zembed-php-wrapper
```

Usage
-----

[](#usage)

> **Note:** This version of the Zembed SDK for PHP requires PHP 5.5 or greater.

#### Instantiating SDK

[](#instantiating-sdk)

```
use Zembed\API;

$api = API('Pass api_key here');
```

#### Get single embed

[](#get-single-embed)

```
$embed = $api->embed('http://thoughtchimp.com');
```

#### Get multiple embeds

[](#get-multiple-embeds)

```
$embeds = $api->embeds([
    'http://rohitkhatri.com',
    'http://thoughtchimp.com',
    'https://google.com'
]);
```

Complete documentation is available [here](http://thoughtchimp.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~83 days

Total

2

Last Release

3075d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpapiwrapperzembed

### Embed Badge

![Health badge](/badges/thoughtchimp-zembed-php-wrapper/health.svg)

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

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[jayzeng/virustotalapi

VirusTotal Public API v2.0 PHP Wrapper

62140.7k3](/packages/jayzeng-virustotalapi)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)

PHPackages © 2026

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