2017 © Pedro Peláez
 

library mt-data-api-client-php

Movable Type Data API client for PHP

image

masiuchi/mt-data-api-client-php

Movable Type Data API client for PHP

  • Sunday, April 2, 2017
  • by masiuchi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

mt-data-api-client-php

Movable Type Data API client for PHP., (*1)

Usage

use \MT\DataAPI\Client;

$opts = array(
  "base_url" => "http://localhost/mt/mt-data-api.cgi",
  "client_id" => "test"
);
$client = new Client($opts);

$res = $client->call('list_sites');

The Versions

02/04 2017

dev-master

9999999-dev https://github.com/masiuchi/mt-data-api-client-php

Movable Type Data API client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Masahiro IUCHI

02/04 2017

0.0.1

0.0.1.0 https://github.com/masiuchi/mt-data-api-client-php

Movable Type Data API client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Masahiro IUCHI