2017 © Pedro Peláez
 

library api

Simple PHP wrapper for the Fridge API

image

fridge/api

Simple PHP wrapper for the Fridge API

  • Wednesday, October 26, 2016
  • by tamagokun
  • Repository
  • 1 Watchers
  • 2 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Fridge API

Install

Composer.json, (*1)

{
    "require": {
      "fridge/api": "@stable"
    }
}

Usage

$client = new \FridgeApi\Client("sk_xxxxxxxxxxx", "xxxxxxxxxxxx");
$pages = $client->get('content', array(
  'type' => 'pages'
));

foreach ($pages as $page) {
  $page->title = "New Page Title";
  // Save new title
  $client->put("content/{$page->id}", $page->commit());
}

See the Fridge Documentation for more examples., (*2)

The Versions

26/10 2016

dev-master

9999999-dev http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge

26/10 2016

0.5

0.5.0.0 http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge

19/10 2016

0.4.1

0.4.1.0 http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge

22/12 2015

0.4

0.4.0.0 http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge

18/03 2015

v0.3.1

0.3.1.0 http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge

18/03 2015

v0.3

0.3.0.0 http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge

10/11 2014

v0.2

0.2.0.0 http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge

26/09 2014

v0.1

0.1.0.0 http://github.com/fridge-cms/fridge_api.php

Simple PHP wrapper for the Fridge API

  Sources   Download

MIT

The Requires

 

api client fridge