PHPackages                             saci/req - 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. saci/req

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

saci/req
========

HTTP requests and XPATH queries in a simpler way

1.0.0(10y ago)014MITPHPPHP &gt;=5.4.0

Since Nov 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ronaldoaf/saci-req)[ Packagist](https://packagist.org/packages/saci/req)[ Docs](https://github.com/ronaldoaf/saci-req)[ RSS](/packages/saci-req/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![alt tag](https://camo.githubusercontent.com/6a5b39aa663ea7491480c10aa343f73084b171c1a6ef81612222f3cca68f3403/687474703a2f2f73372e706f7374696d672e6f72672f64687472307a6365332f73616369646174612e706e67)](https://camo.githubusercontent.com/6a5b39aa663ea7491480c10aa343f73084b171c1a6ef81612222f3cca68f3403/687474703a2f2f73372e706f7374696d672e6f72672f64687472307a6365332f73616369646174612e706e67)

saci/req
========

[](#sacireq)

HTTP requests and XPATH queries in a simpler way

\##Install

Including to your current composer.json

Add this line into require in your composer.json:

```
"saci/req": "*"
```

and use autoload.php to include the classes

\##Example usage

```
require 'vendor/autoload.php'

$req=New \Saci\Req('http://www.google.com');

$req->query("//a[@class='gbgt']");
```

\###Documentation

\####Input Parameters

---

\#####method *Description:* Any HTTP Method: GET, POST, PUT, DELETE

*Type:* String

*Default:* GET

---

\#####fields *Description:* Fields for Post Requests

*Type:* String or Array

*Default:* GET

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3882d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8255563?v=4)[ronaldoaf](/maintainers/ronaldoaf)[@ronaldoaf](https://github.com/ronaldoaf)

---

Top Contributors

[![ronaldoaf](https://avatars.githubusercontent.com/u/8255563?v=4)](https://github.com/ronaldoaf "ronaldoaf (27 commits)")

---

Tags

httpcurlqueryXpathscraping

### Embed Badge

![Health badge](/badges/saci-req/health.svg)

```
[![Health](https://phpackages.com/badges/saci-req/health.svg)](https://phpackages.com/packages/saci-req)
```

###  Alternatives

[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k37.1M280](/packages/rmccue-requests)[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.7M275](/packages/nategood-httpful)[mashape/unirest-php

Unirest PHP

1.3k10.1M164](/packages/mashape-unirest-php)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48349.4M452](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84711.6M81](/packages/smi2-phpclickhouse)[pear/http_request2

Provides an easy way to perform HTTP requests.

784.3M53](/packages/pear-http-request2)

PHPackages © 2026

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