PHPackages                             rawcreative/laravel-receiptful - 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. rawcreative/laravel-receiptful

ActiveLibrary[API Development](/categories/api)

rawcreative/laravel-receiptful
==============================

Receiptful Integration for Laravel

08PHP

Since May 13Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rawcreative/laravel-receiptful)[ Packagist](https://packagist.org/packages/rawcreative/laravel-receiptful)[ RSS](/packages/rawcreative-laravel-receiptful/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Receiptful for Laravel 5
------------------------

[](#receiptful-for-laravel-5)

This is a package to integrate [Receiptful](https://github.com/rawcreative/receiptful) with Laravel. You can use it to easily connect to the Receiptful API to manage your Receiptful account. This package also provides a Facade for easy shortcuts.

Installation
------------

[](#installation)

Require this package in your composer.json and run composer update (or run `composer require rawcreative/laravel-receiptful:0.1.x` directly):

```
"rawcreative/laravel-receiptful": "0.1.*@dev"

```

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
'RawCreative\Receiptful\ReceiptfulServiceProvider',

```

You will need to add your Receiptful API key to the services.php config file in your app's config directory. We recommend utilizing your .env file to populate the key:

```
'receiptful' => [
	'secret' => env('RECEIPTFUL_SECRET', ''),
],

```

To use the Facade, add the following to the facades array your app.php config file.

```
 'Receiptful' => 'RawCreative\Receiptful\Facade',

```

When calling the Receiptful facade/instance, it will create the Api using the key provided in the services config file.

Examples
--------

[](#examples)

```
// All receipts
$receipts = Receiptful::receipts();

// Individual receipt
$receipt = Receiptful::receipt(['receipt_id' => 2]);

// Coupons
$coupons = Receiptful::coupons();
```

Credits
-------

[](#credits)

- [Tim Debo](https://github.com/rawcreative)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![rawcreative](https://avatars.githubusercontent.com/u/1143718?v=4)](https://github.com/rawcreative "rawcreative (3 commits)")

### Embed Badge

![Health badge](/badges/rawcreative-laravel-receiptful/health.svg)

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

###  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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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