Download the PHP package thetwelvelabs/foursquare-service-provider without Composer
On this page you can find all versions of the php package thetwelvelabs/foursquare-service-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thetwelvelabs/foursquare-service-provider
More information about thetwelvelabs/foursquare-service-provider
Files in thetwelvelabs/foursquare-service-provider
Download thetwelvelabs/foursquare-service-provider
More information about thetwelvelabs/foursquare-service-provider
Files in thetwelvelabs/foursquare-service-provider
Vendor thetwelvelabs
Package foursquare-service-provider
Short Description Foursquare API Client for the Silex Framework
License MIT
Homepage http://thetwelvelabs.com
Package foursquare-service-provider
Short Description Foursquare API Client for the Silex Framework
License MIT
Homepage http://thetwelvelabs.com
Keywords silexfoursquare
Please rate this library. Is it a good library?
Informations about the package foursquare-service-provider
Foursquare API Client Service Provider (Silex) by TheTwelve Labs
==================================================================
A Silex Service Provider for our Foursquare API Client
https://github.com/chriswoodford/foursquare-php
Installation
Composer is currently the only way to install the foursquare client into your project.
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
$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
$factory = $app['foursquare'];
All versions of foursquare-service-provider with dependencies
PHP Build Version
Package Version
The package thetwelvelabs/foursquare-service-provider contains the following files
Loading the files please wait ....