PHPackages                             bymayo/dribbble - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bymayo/dribbble

AbandonedArchivedCraft-plugin

bymayo/dribbble
===============

Connect to Dribbble API to pull in shots, projects, user etc via Twig.

2.0.3(5y ago)41.3kMITPHP

Since Feb 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bymayo/craft-dribbble)[ Packagist](https://packagist.org/packages/bymayo/dribbble)[ RSS](/packages/bymayo-dribbble/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

> ⚠️ Deprecated - This Craft CMS 3.x plugin is no longer supported and won't be upgraded to later versions of Craft CMS.

[![](https://github.com/bymayo/dribbble/raw/master/resources/img/icon.png?raw=true)](https://github.com/bymayo/dribbble/blob/master/resources/img/icon.png?raw=true)

Dribbble for Craft CMS 3.x
==========================

[](#dribbble-for-craft-cms-3x)

Dribbble is a Craft CMS plugin that enables use of the Dribbble API to pull in shots, projects, user etc via Twig.

Requirements
------------

[](#requirements)

- Craft CMS 3.x
- MySQL (No PostgreSQL support)

Install
-------

[](#install)

Install via the Plugin Store within your Craft 3 installation or using Composer: `composer require bymayo/dribbble`

Setup
-----

[](#setup)

- Register your application with Dribbble -  using the `Website URL` and `Callback URL` in the plugin settings.
- Once you've registered your application, copy the `Client ID` and `Client Secret` and fill in the correct fields in plugin settings.
- When your settings have saved click `Connect to Dribbble` and authorise Dribbble to connect to Craft CMS.

Templating
----------

[](#templating)

There is only one available Twig tag to pull through anything from the Dribbble API.

The `get` tag allows you to pull anything from the Dribbble API. For example, if you want to output a list of shots by the authorised user, you would do the following:

```
{% for shot in craft.dribbble.get('user/shots', 10) %}
	{{ shot.images.normal }}
{% endfor %}
```

The property/values the `get` method outputs depends on the option you specify. The property/values for the above example can be found under `Shots` ()

Options
-------

[](#options)

  **Name** **Type** **Default Value** **Description**   GET string null You can use any GET option from the Dribbble API () e.g. `user/projects` or `user/shots`. Also check to see what property/values are output for each GET option   Limit integer null Sets the limit on the amount of objects pulled from the API Notes
-----

[](#notes)

- Using the `user/likes` GET method is not available unless you contact Dribbble for a special token
- Remember, Dribbble is spelt with 3 b's. Check your spellings 😎

Roadmap
-------

[](#roadmap)

- Fieldtype to select specific shots to show in an entry

---

Brought to you by [ByMayo](http://bymayo.co.uk)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~487 days

Total

3

Last Release

2020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5965e183e46bc8706da3c84d4afdc6df46dc1c41c878894925228780b0e6c2a?d=identicon)[bymayo](/maintainers/bymayo)

---

Top Contributors

[![bymayo](https://avatars.githubusercontent.com/u/522877?v=4)](https://github.com/bymayo "bymayo (35 commits)")

---

Tags

craftcmscraftcms-plugindribbblecmsCraftcraftcmscraft-plugindribbble

### Embed Badge

![Health badge](/badges/bymayo-dribbble/health.svg)

```
[![Health](https://phpackages.com/badges/bymayo-dribbble/health.svg)](https://phpackages.com/packages/bymayo-dribbble)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
