2017 © Pedro Peláez
 

library linkedin-api

A PHP implementation of the LinkedIn API with caching ability

image

redcode/linkedin-api

A PHP implementation of the LinkedIn API with caching ability

  • Wednesday, December 10, 2014
  • by maZahaca
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 40 % Grown

The README.md

LinkedIn API with caching

This library implements ability of caching all requests to LinkedIn API., (*1)

Installation

  • Add to you composer.json file the line:
"redcode/linkedin-api": "*",
  • Update composer with command:
composer update redcode/linkedin-api

Usage

// lifeTime of cache in seconds
$lifeTimeInSeconds  = 60 * 60;

// any writable dir
$cacheDir           = '',

$api = new RedCode\LinkedIn\LinkedIn([
       'api_key'       => '',
       'api_secret'    => '',
       'callback_url'  => ''
    ],
    new Cache\FilesystemCache($cacheDir),
    $lifeTimeInSeconds
);

The Versions

10/12 2014

dev-master

9999999-dev https://github.com/redco/linkedin

A PHP implementation of the LinkedIn API with caching ability

  Sources   Download

MIT

The Requires

 

api filesystem social cache oauth linkedin

10/12 2014

0.1.0

0.1.0.0 https://github.com/maZahaca/linkedin

A PHP implementation of the LinkedIn API with caching ability

  Sources   Download

MIT

The Requires

 

api filesystem cache oauth linkedin