2017 © Pedro Peláez
 

library foursquare-service-provider

Foursquare API Client for the Silex Framework

image

thetwelvelabs/foursquare-service-provider

Foursquare API Client for the Silex Framework

  • Wednesday, May 1, 2013
  • by chriswoodford
  • Repository
  • 2 Watchers
  • 6 Stars
  • 287 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

# Foursquare API Client Service Provider (Silex) by TheTwelve Labs

A Silex Service Provider for our Foursquare API Client
https://github.com/chriswoodford/foursquare-php, (*1)

## Installation

Composer is currently the only way to install the foursquare client into your project., (*2)

Create your composer.json file

  {
      "require": {
          "thetwelvelabs/foursquare-service-provider": "dev-master@dev"
      }
  }

Download composer into your application root

  $ curl -s http://getcomposer.org/installer | php

Install your dependencies

  $ php composer.phar install

## Usage

Register the service provider, (*3)

  $app->register(new TheTwelve\Foursquare\Silex\FoursquareServiceProvider(), array(
      'foursquare.version' => 2,
      'foursquare.endpoint' => 'https://api.foursquare.com',
      'foursquare.clientKey' => 'symfony',
  ));

Get an instance of the TheTwelve\Foursquare\ApiGatewayFactory, (*4)

  $factory = $app['foursquare'];

The Versions

01/05 2013

dev-master

9999999-dev http://thetwelvelabs.com

Foursquare API Client for the Silex Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

silex foursquare

30/04 2013

0.1.x-dev

0.1.9999999.9999999-dev http://thetwelvelabs.com

Foursquare API Client for the Silex Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

silex foursquare

26/02 2013

v0.1.0

0.1.0.0 http://thetwelvelabs.com

Foursquare API Client for the Silex Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

silex foursquare