2017 © Pedro Peláez
 

package pinterest-bot

PHP library for Pintrest

image

seregazhuk/pinterest-bot

PHP library for Pintrest

  • Tuesday, July 31, 2018
  • by seregazhuk
  • Repository
  • 31 Watchers
  • 196 Stars
  • 7,148 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 63 Forks
  • 8 Open issues
  • 100 Versions
  • 15 % Grown

The README.md

Pinterest Bot for PHP

Pinterest PHP Bot , (*1)

#

Build Status Code Climate Scrutinizer Code Quality Test Coverage StyleCI Total Downloads, (*2)

A PHP library to help you work with your Pinterest account without API credentials., (*3)

The Pinterest API is painful: receiving an access token involves registering a developer account, registering an application, then waiting for confirmation. Not to mention, the public API itself is poorly implemented and has a limited set of features., (*4)

This library offers the full functionality available on Pinterest's website, with no need to register an application to receive an access token. All that's needed is your account login information (but even this is not required if you don't plan on creating pins, writing comments or sending messages)!, (*5)

Installation

Dependencies

Library requires CURL extension and PHP 7.0 or above., (*6)

The recommended way to install this library is via Composer. New to Composer?, (*7)

composer require seregazhuk/pinterest-bot

Quick Start

// You may need to amend this path to locate Composer's autoloader
require('vendor/autoload.php'); 

use seregazhuk\PinterestBot\Factories\PinterestBot;

$bot = PinterestBot::create();

// Login
$bot->auth->login('mypinterestlogin', 'mypinterestpassword');

// Get lists of your boards
$boards = $bot->boards->forUser('yourUserName');

// Create a pin
$bot->pins->create('http://exmaple.com/image.jpg', $boards[0]['id'], 'Pin description');

Note: Some methods (e.g. get user followers/following, pins likes/dislikes, search and other feed queries) use Pinterest navigation through results (with bookmarks). This means that for every batch of results, a call is made to Pinterest and a Pagination object with Pinterest API results is returned., (*8)

How to avoid ban

To avoid being banned by Pinterest, do not aggressively pin or write comments (e.g. creating hundreds of pins in a single minute). Do this by inserting timeouts (sleep($seconds)) with calls., (*9)

Examples

These articles provide examples of common tasks that can be performed with the bot:, (*10)

How can I thank you?

Why not star this GitHub repo? I'd love the attention! Or, you can donate to my project on PayPal:, (*11)

Support me with some coffee, (*12)

Thanks!, (*13)

The Versions

31/07 2018

dev-master

9999999-dev

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • ext-curl *
  • ext-fileinfo *
  • php >=7.0

 

The Development Requires

by Serega Zhuk
by Sergey Zhuk
by Seregey Zhuk

php lib pinterest

31/07 2018

v5.8.1

5.8.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=7.0
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

31/07 2018

dev-board-invites

dev-board-invites

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=7.0
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

29/07 2018

dev-use-short-isset-syntax

dev-use-short-isset-syntax

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=7.0
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

07/07 2018

5.8.0

5.8.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=7.0
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

23/06 2018

5.7.3

5.7.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

23/06 2018

dev-login-requirements-for-pinners

dev-login-requirements-for-pinners

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

10/06 2018

5.7.2

5.7.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

13/05 2018

5.7.1

5.7.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

13/05 2018

dev-notification-details-endpoint-fix

dev-notification-details-endpoint-fix

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

06/05 2018

5.7.0

5.7.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

06/05 2018

dev-news-hub-details

dev-news-hub-details

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

22/03 2018

5.6.9

5.6.9.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

22/03 2018

dev-comments-for-pin

dev-comments-for-pin

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

21/03 2018

dev-remove-likes-functionality

dev-remove-likes-functionality

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

20/03 2018

5.6.8

5.6.8.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

20/03 2018

5.6.7

5.6.7.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

16/03 2018

dev-request-refactoring

dev-request-refactoring

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

13/03 2018

dev-develop

dev-develop

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Serega Zhuk
by Sergey Zhuk
by Seregey Zhuk

php lib pinterest

23/02 2018

5.6.6

5.6.6.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

13/02 2018

5.6.5

5.6.5.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

09/02 2018

5.6.4

5.6.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

04/02 2018

5.6.3

5.6.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Sergey Zhuk

php lib pinterest

18/01 2018

5.6.2

5.6.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

31/12 2017

5.6.1

5.6.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

25/12 2017

5.6.0

5.6.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

02/12 2017

5.5.9

5.5.9.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

29/11 2017

5.5.8

5.5.8.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

22/11 2017

5.5.7

5.5.7.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

21/11 2017

5.5.6

5.5.6.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

12/11 2017

5.5.5

5.5.5.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

28/10 2017

5.5.4

5.5.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

13/08 2017

5.5.3

5.5.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

22/07 2017

5.5.2

5.5.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

10/07 2017

5.5.1

5.5.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

02/07 2017

5.5.0

5.5.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

27/06 2017

5.4.5

5.4.5.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

23/06 2017

5.4.4

5.4.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

16/06 2017

5.4.3

5.4.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

08/06 2017

5.4.2

5.4.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

31/05 2017

5.4.1

5.4.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *
  • ext-fileinfo *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

28/05 2017

5.4.0

5.4.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

23/05 2017

5.3.11

5.3.11.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

23/05 2017

5.3.10

5.3.10.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

09/05 2017

5.3.9

5.3.9.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

07/05 2017

5.3.8

5.3.8.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

07/05 2017

5.3.7

5.3.7.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Seregey Zhuk

php lib pinterest

01/05 2017

5.3.6

5.3.6.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

23/04 2017

5.3.5

5.3.5.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

23/04 2017

5.3.4

5.3.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

22/04 2017

5.3.3

5.3.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

17/04 2017

5.3.2

5.3.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

14/04 2017

5.3.1

5.3.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

09/04 2017

5.3.0

5.3.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

02/04 2017

5.2.7

5.2.7.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

25/03 2017

5.2.6

5.2.6.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

18/03 2017

5.2.5

5.2.5.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

16/03 2017

5.2.4

5.2.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

24/01 2017

5.2.3

5.2.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

24/01 2017

5.2.2

5.2.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

22/01 2017

5.2.1

5.2.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

08/01 2017

5.2.0

5.2.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

31/12 2016

5.1.7

5.1.7.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

25/12 2016

5.1.6

5.1.6.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

20/12 2016

5.1.5

5.1.5.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

20/12 2016

5.1.4

5.1.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

12/12 2016

5.1.3

5.1.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

11/12 2016

5.1.2

5.1.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

03/12 2016

5.1.1

5.1.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

02/12 2016

5.1.0

5.1.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

13/11 2016

5.0.1

5.0.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

08/11 2016

5.0.0

5.0.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

24/10 2016

4.13.3

4.13.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

23/10 2016

4.13.2

4.13.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

15/10 2016

4.13.1

4.13.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

09/10 2016

4.13.0

4.13.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

29/09 2016

4.12.7

4.12.7.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

26/09 2016

4.12.6

4.12.6.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

25/09 2016

4.12.5

4.12.5.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

25/09 2016

4.12.4

4.12.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

25/09 2016

4.11.3

4.11.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

18/09 2016

4.11.2

4.11.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

18/09 2016

4.11.1

4.11.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

16/09 2016

4.11.0

4.11.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

13/09 2016

4.10.1

4.10.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

12/09 2016

4.10.0

4.10.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

11/09 2016

4.9.0

4.9.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

11/09 2016

4.8.0

4.8.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

10/09 2016

4.7.0

4.7.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

08/09 2016

4.6.1

4.6.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

26/08 2016

4.6.0

4.6.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

26/08 2016

4.5.4

4.5.4.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

16/08 2016

4.5.3

4.5.3.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

16/08 2016

4.5.2

4.5.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

09/08 2016

4.5.1

4.5.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

09/08 2016

4.5.0

4.5.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

06/07 2016

4.4.2

4.4.2.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

02/07 2016

4.4.1

4.4.1.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

02/07 2016

4.4.0

4.4.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest

27/06 2016

4.3.0

4.3.0.0

PHP library for Pintrest

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • ext-curl *

 

The Development Requires

by Serega Zhuk

php lib pinterest