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

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

hipsterjazzbo/fire-and-forget
=============================

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

0.1.6(10y ago)149.7k↓77.8%5[1 issues](https://github.com/hipsterjazzbo/fire-and-forget/issues)MITPHPPHP &gt;=5.4.0

Since Nov 5Pushed 6y ago4 watchersCompare

[ Source](https://github.com/hipsterjazzbo/fire-and-forget)[ Packagist](https://packagist.org/packages/hipsterjazzbo/fire-and-forget)[ RSS](/packages/hipsterjazzbo-fire-and-forget/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (8)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

31

—

LowBetter than 66% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Recently: every ~81 days

Total

7

Last Release

3853d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/231361?v=4)[Hazel Fidecaro](/maintainers/HipsterJazzbo)[@hipsterjazzbo](https://github.com/hipsterjazzbo)

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[mateusjunges/laravel-kafka

A kafka driver for laravel

7243.4M20](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28146.3k](/packages/phpro-http-tools)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

2037.5k](/packages/onlime-laravel-http-client-global-logger)

PHPackages © 2026

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