1. Go to this page and download the library: Download axp-dev/dribbble-api library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
axp-dev / dribbble-api example snippets
$token = '...';
$client = new DribbbleApi($token);
public function getBuckets($id) : array
public function getBucketsShots($id) : array
public function getProjects($id) : array
public function getProjectsShots($id) : array
public function getShot($id) : array
public function getShots($params = []) : array
public function getShotsAttachments($id) : array
public function getShotsBuckets($id) : array
public function getShotsComments($id) : array
public function getShotsLikes($id) : array
public function getShotsProjects($id) : array
public function getShotsRebounds($id) : array
public function getTeamsMembers($id) : array
public function getTeamsShots($id) : array
public function getUsers($id) : array
public function getUsersBuckets($id) : array
public function getUsersFollowers($id) : array
public function getUsersFollowing($id) : array
public function getUsersLikes($id) : array
public function getUsersProjects($id) : array
public function getUsersShots($id) : array
public function getUsersTeams($id) : array
public function getJobs($id) : array
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.