-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (11 loc) · 906 Bytes
/
README
File metadata and controls
22 lines (11 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Dribbble Library for CodeIgniter
** FAIR WARNING: ** This is an early stage pre-release to track progress. Expect things to be broken and/or missing. This is meant for development, not (yet) production.
## What it Does
This library uses the Dribbble API to load shots and player info. It supports filtering by shot ID, predefined filter (e.g. popular), or player name.
## Installation
Move "Dribbble_API.php" to your libraries/ directory.
The library is named to prevent conflicts with controllers. To keep things simple, you should designate a shorter name for the library on load. The line below will load to `$dribbble` alone.
$this->load->library('dribbble_api', $config, 'dribbble');
Credits
Zach Dunn (zach@onemightyroar / www.onemightyroar.com)
This library is heavily based on the existing API wrapper for PHP () started by Martin Bean. (https://github.com/martinbean/dribbble-php)