PHPackages                             saraf/async-request-snitch - 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. saraf/async-request-snitch

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

saraf/async-request-snitch
==========================

12.5k1[1 PRs](https://github.com/SarafApp/async-request-snitch/pulls)PHP

Since May 19Pushed 6mo agoCompare

[ Source](https://github.com/SarafApp/async-request-snitch)[ Packagist](https://packagist.org/packages/saraf/async-request-snitch)[ RSS](/packages/saraf-async-request-snitch/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Json Snitch Proxy
=================

[](#json-snitch-proxy)

It's a really simple api based proxy to bypass sanctions or anything else like that!

How to deploy?
--------------

[](#how-to-deploy)

### Docker

[](#docker)

This project is shipped with `Dockerfile`! Just build it with below command:

```
> docker build -t snitch-proxy .
```

### CLI

[](#cli)

First you should install `php` with `composer`. you need at least **`php 8`** and above. Then run below commands to start project:

```
> composer install
> php server.php
```

How to use?
-----------

[](#how-to-use)

It works in any language you think of. Just replace the url and put it in `X-Proxy-To` header. for example in curl:

```
curl --location 'http://127.0.0.1:9898' \
--header 'X-Proxy-To: https://jsonplaceholder.typicode.com/todos/200' \
--header 'X-Proxy-Config: {"timeout": 1}'
```

additional configurations should go into `X-Proxy-Config`. config values are:

```
{
  "timeout": 10,
  "followRedirects": true
}
```

1. `timeout`: the maximum time to wait for response from destination address
2. `followRedirects`: enable or disable follow redirects

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance47

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.8% 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://avatars.githubusercontent.com/u/42109239?v=4)[Parsa](/maintainers/Parsoolak)[@Parsoolak](https://github.com/Parsoolak)

---

Top Contributors

[![hasanparasteh](https://avatars.githubusercontent.com/u/42239446?v=4)](https://github.com/hasanparasteh "hasanparasteh (23 commits)")[![Parsoolak](https://avatars.githubusercontent.com/u/42109239?v=4)](https://github.com/Parsoolak "Parsoolak (1 commits)")

### Embed Badge

![Health badge](/badges/saraf-async-request-snitch/health.svg)

```
[![Health](https://phpackages.com/badges/saraf-async-request-snitch/health.svg)](https://phpackages.com/packages/saraf-async-request-snitch)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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