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(3y ago)046PHP

Since Jun 18Pushed 3y 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 1mo ago

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 14% 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

1423d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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