PHPackages                             getclair/phinch-laravel - 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. getclair/phinch-laravel

ActiveLibrary[API Development](/categories/api)

getclair/phinch-laravel
=======================

Laravel package for Finch API SDK

v1.1(3y ago)0351MITPHPPHP ^8.1

Since Sep 3Pushed 3y agoCompare

[ Source](https://github.com/getclair/phinch-laravel)[ Packagist](https://packagist.org/packages/getclair/phinch-laravel)[ RSS](/packages/getclair-phinch-laravel/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (5)Versions (9)Used By (0)

Laravel Phinch
--------------

[](#laravel-phinch)

A Laravel wrapper for the [Finch API SDK](https://github.com/getclair/phinch)

[![Latest Version on Packagist](https://camo.githubusercontent.com/39ac66d627c5cc5806b0fa8fe682767f5bfc243bc27fdcfe489e9f33a803089a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f676574636c6169722f7068696e63682d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/getclair/phinch-laravel)[![PHP from Packagist](https://camo.githubusercontent.com/dba6f5e9e276dfff8d636765a0c5b21fef436bf93cf976e6cb31c0f9793867fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f676574636c6169722f7068696e63682d6c61726176656c)](https://camo.githubusercontent.com/dba6f5e9e276dfff8d636765a0c5b21fef436bf93cf976e6cb31c0f9793867fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f676574636c6169722f7068696e63682d6c61726176656c)

### Installation

[](#installation)

```
composer require getclair/phinch-laravel
```

### Configuration

[](#configuration)

Publish the Phinch config:

```
php artisan vendor:publish --tag=phinch
```

In your `config/services.php` file add:

```
'finch' => [
    'client_id' => env('FINCH_CLIENT_ID'),
    'client_secret' => env('FINCH_CLIENT_SECRET'),
    'connect_redirect' => env('FINCH_CONNECT_REDIRECT_URI'),
],
```

Add the associated values to your .env file.

### Usage

[](#usage)

TBD

### Documentation

[](#documentation)

See [Finch API docs](https://developer.tryfinch.com/)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Recently: every ~74 days

Total

8

Last Release

1098d ago

PHP version history (2 changes)v1.0PHP ^8.0

v1.1PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/378585?v=4)[Adam Campbell](/maintainers/hotmeteor)[@hotmeteor](https://github.com/hotmeteor)

---

Top Contributors

[![hotmeteor](https://avatars.githubusercontent.com/u/378585?v=4)](https://github.com/hotmeteor "hotmeteor (18 commits)")

---

Tags

apifinchlaravelphplaravelsdkfinchphinch

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/getclair-phinch-laravel/health.svg)

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

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1222.7M8](/packages/resend-resend-laravel)

PHPackages © 2026

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