PHPackages                             jarlskov/laravel-untappd - 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. [API Development](/categories/api)
4. /
5. jarlskov/laravel-untappd

ActiveLibrary[API Development](/categories/api)

jarlskov/laravel-untappd
========================

Small library that makes it easy to use the Jarlskov/Untappd API wrapper in your Laravel project.

0.0.2(4y ago)046PHP

Since Jun 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Jarlskov/laravel-untappd)[ Packagist](https://packagist.org/packages/jarlskov/laravel-untappd)[ RSS](/packages/jarlskov-laravel-untappd/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Introduction
============

[](#introduction)

This library provides an easy way to include the [Jarlskov/Untappd](https://github.com/Jarlskov/untappd) API wrapper in your Laravel project.

Installation
============

[](#installation)

Using composer
--------------

[](#using-composer)

### Install package

[](#install-package)

> composer require jarlskov/laravel-untappd

### Publish config file

[](#publish-config-file)

> php artisan vendor:publish --provider="Jarlskov\\LaravelUntappd\\Providers\\UntappdServiceProvider"

Usage
=====

[](#usage)

In the current version of [Jarlskov/Untappd](https://github.com/Jarlskov/untappd) you need to provide your own API credentials. You can see in the [Untappd API docs](https://untappd.com/api/docs) how to get your own credentials.

These credentials needs to be added to your Laravel project.

.env
----

[](#env)

The preferred way to add your credentials is to add them to your `.env` file by adding two new properties

> UNTAPPD\_CLIENT\_ID=\[YOUR\_UNTAPPD\_CLIENT\_ID\]
>
> UNTAPPD\_CLIENT\_SECRET=\[YOUR\_UNTAPPD\_CLIENT\_SECRET\]

Edit the config file
--------------------

[](#edit-the-config-file)

Alternatively, you can add the credentials directly in the config file.

The config is found in `config/untappd.php`.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~1 days

Total

2

Last Release

1474d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f6b99b8d5195cfd2cad8e348b571b7ddb5de5ec12ba30fc63e92d03dc3b9dd5?d=identicon)[Jarlskov](/maintainers/Jarlskov)

---

Top Contributors

[![Jarlskov](https://avatars.githubusercontent.com/u/392225?v=4)](https://github.com/Jarlskov "Jarlskov (2 commits)")

### Embed Badge

![Health badge](/badges/jarlskov-laravel-untappd/health.svg)

```
[![Health](https://phpackages.com/badges/jarlskov-laravel-untappd/health.svg)](https://phpackages.com/packages/jarlskov-laravel-untappd)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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