2017 © Pedro Peláez
 

library zembed-php-wrapper

Zembed api php wrapper

image

thoughtchimp/zembed-php-wrapper

Zembed api php wrapper

  • Wednesday, December 13, 2017
  • by thoughtchimp
  • Repository
  • 2 Watchers
  • 0 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 21 % Grown

The README.md

Zembed SDK for PHP

This repository contains the open source PHP SDK that allows you to access the Zembed API from your PHP app., (*1)

Installation

The Zembed SDK can be installed with Composer. Run this command:, (*2)

composer require thoughtchimp/zembed-php-wrapper

Usage

Note: This version of the Zembed SDK for PHP requires PHP 5.5 or greater., (*3)

Instantiating SDK

use Zembed\API;

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

Get single embed

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

Get multiple embeds

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

Complete documentation is available here., (*4)

The Versions

13/12 2017

dev-master

9999999-dev https://github.com/thoughtchimp/zembed-php-wrapper

Zembed api php wrapper

  Sources   Download

MIT

The Requires

 

api php wrapper zembed

13/12 2017

v1.0.1

1.0.1.0 https://github.com/thoughtchimp/zembed-php-wrapper

Zembed api php wrapper

  Sources   Download

MIT

The Requires

 

api php wrapper zembed

21/09 2017

v1.0.0

1.0.0.0 https://github.com/thoughtchimp/zembed-php-wrapper

Zembed api php wrapper

  Sources   Download

MIT

The Requires

 

api php wrapper zembed