PHPackages                             ksmz/nana-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. [HTTP &amp; Networking](/categories/http)
4. /
5. ksmz/nana-laravel

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

ksmz/nana-laravel
=================

Laravel package for ksmz/nana

v0.8(6y ago)0208BSD-2-ClausePHPPHP &gt;=7.2

Since May 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/matical/nana-laravel)[ Packagist](https://packagist.org/packages/ksmz/nana-laravel)[ RSS](/packages/ksmz-nana-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (3)Versions (10)Used By (0)

nana-laravel
============

[](#nana-laravel)

Laravel package for [ksmz/nana](https://github.com/matical/nana). Documentation is still incomplete.

Install
-------

[](#install)

- `composer require ksmz/nana-laravel`
- `artisan vendor:publish --provider "ksmz\NanaLaravel\NanaServiceProvider"`

Differences
-----------

[](#differences)

This package provides a more appropriate integration with regards to manging the *Sink*.

Make sure you're bringing in the right facades/classes. The underlying package also provides a facade-like static proxy and basic *sink* support.

ksmz\\Nanaksmz\\Nana-LaravelFetchLaravelFetchConsumeLaravelConsumeSinkNanaManager (Typehintable, Registered in container)NanaFacades/Nana (Actual facade, aliased to \\Nana as well)Of course, if you have stuff registered in the sink through the config file (config/nana.php), you can't use `Sink` since it doesn't belong to *this* package.

That being said, nothing is stopping you from using the base package. If you're making super simple requests, use `ksmz\Nana\Nana.php`.

Features
--------

[](#features)

- Sinks can be pre-configured in `config/`.
- Save responses directly to your existing Laravel/Flysystem's storage drivers

Configuration
-------------

[](#configuration)

You should see a `nana.php` in your configuration directory. These are where you should configure your sinks. They are functionally identical to the *Sink* found in the base package.

As said in the base package's [Sink documentation](https://github.com/matical/nana/wiki/Sink), the Sink API + configuration is inspired by Laravel's *filesystems*.

#### Example Configuration

[](#example-configuration)

```
return [
    'default' => env('NANA_FAUCET', 'default'),
    'faucets' => [

        /*
        |--------------------------------------------------------------------------
        | Guzzle Options
        |--------------------------------------------------------------------------
        |
        | Here you may configure as many faucets as you wish.  is
        | passed directly to Guzzle's Request Options.
        |
        | See http://docs.guzzlephp.org/en/stable/request-options.html for more info.
        */
        'default' => [

            'default_disk'  => env('FILESYSTEM_DRIVER', 'local'),
            'guzzle_config' => [
                'http_errors' => false,
                'headers'     => [
                    'User-Agent' => 'nana/1.0',
                    'Accept'     => 'application/json',
                ],
            ],
            ...
];
```

### Examples

[](#examples)

```
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Every ~86 days

Recently: every ~33 days

Total

9

Last Release

2212d ago

PHP version history (3 changes)v0.0.1PHP &gt;=7.1.3

v0.1PHP &gt;=7.1

v0.4PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

http-clientlaravelphp

### Embed Badge

![Health badge](/badges/ksmz-nana-laravel/health.svg)

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

###  Alternatives

[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[tomschlick/request-migrations

HTTP Request Migrations

1844.5k](/packages/tomschlick-request-migrations)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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