PHPackages                             jinya/fire-and-forget - 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. jinya/fire-and-forget

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

jinya/fire-and-forget
=====================

A simple PHP library to just fire off an HTTP request and forget about it

0.1.11(4y ago)057MITPHPPHP &gt;=5.4.0

Since Nov 5Pushed 4y agoCompare

[ Source](https://github.com/Jinya-CMS/fire-and-forget)[ Packagist](https://packagist.org/packages/jinya/fire-and-forget)[ RSS](/packages/jinya-fire-and-forget/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (12)Used By (0)

FireAndForget
=============

[](#fireandforget)

A simple PHP library to just fire off an HTTP request and forget about it

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

[](#installation)

To get started, require this package in your composer.json and run `composer update`:

```
"hipsterjazzbo/fire-and-forget": "0.1.*"
```

### If you're using Laravel

[](#if-youre-using-laravel)

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

```
'HipsterJazzbo\FireAndForget\FireAndForgetServiceProvider',
```

You'll probably want to set up the alias:

```
'FireAndForget' => 'HipsterJazzbo\FireAndForget\Facades\FireAndForgetFacade'
```

You could also publish the config file:

```
php artisan config:publish hipsterjazzbo/fire-and-forget
```

Usage
-----

[](#usage)

Just call one of the methods (`get`, `post`, `put`, `delete`) and get on with your life. `FireAndForget` will compile the request, open a socket, fire the request and immediately close and return.

*Note* All the methods have the same signature.

```
// You can define a connection timeout, the default is 5
$connectionTimeout = 5;

$faf = new FireAndForget($connectionTimeout);
$faf->post($url, $params);
```

Or, if you're using Laravel,

```
FireAndForget::post($url, $params);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Recently: every ~526 days

Total

11

Last Release

1704d ago

### Community

Maintainers

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

---

Top Contributors

[![DerKnerd](https://avatars.githubusercontent.com/u/3452723?v=4)](https://github.com/DerKnerd "DerKnerd (9 commits)")

### Embed Badge

![Health badge](/badges/jinya-fire-and-forget/health.svg)

```
[![Health](https://phpackages.com/badges/jinya-fire-and-forget/health.svg)](https://phpackages.com/packages/jinya-fire-and-forget)
```

###  Alternatives

[danharrin/livewire-rate-limiting

Apply rate limiters to Laravel Livewire actions.

40423.1M27](/packages/danharrin-livewire-rate-limiting)[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11936.0M5.1k](/packages/illuminate-http)[ricorocks-digital-agency/soap

A SOAP client that provides a clean interface for handling requests and responses.

4281.8M5](/packages/ricorocks-digital-agency-soap)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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