Skip to content

yratof/dribbble-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Wrapper for Dribbble API

AUTHORS

Martin Bean ([email protected])
Zach Dunn ([email protected])

ChangeLog

12/28/2011 (Martin Bean):

  • Tagged for v2.0
  • Completely re-factored; check out the new examples

2/6/2011 (Zach Dunn):

  • Tagged for v1.0
  • Player class now supports draftees and followers. See the new example page for use cases.
  • New proposed MIT license added to the repo.
  • Player class now returns specific player lists instead of entire player objects for draftees() and following()
  • The old following() method is now shots_by_following(), since it makes more sense semantically.

NEWS

INSTALL

Simply deploy the files onto your web server's file system. Requires the curl extension to be enable on your web server.

THANKS

Jeremy Weiskotten, who inspired me to write this. If Ruby on Rails is more your flavour, check out his Ruby gem, swish, which is a Ruby wrapper for the Dribbble API: http://github.com/jeremyw/swish Some cues were also taken from Facebook's PHP SDK for version 2.0.

COPYING / LICENSE

Licensed under the MIT license. See LICENSE.txt for further information.

BUGS

Please track bugs using the issues tab of this project on GitHub https://github.com/martinbean/dribbble-php/issues

Releases

No releases published

Packages

No packages published