PHPackages                             rdurica/restnova - 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. rdurica/restnova

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

rdurica/restnova
================

RESTnova is a lightweight and modern PHP client for making HTTP requests, specifically designed for communicating with RESTful APIs. It provides an intuitive interface for sending GET, POST, PUT, DELETE, and other HTTP requests effortlessly.

00PHP

Since Apr 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rdurica/restnova)[ Packagist](https://packagist.org/packages/rdurica/restnova)[ RSS](/packages/rdurica-restnova/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

RESTnova
========

[](#restnova)

[![PHP](https://camo.githubusercontent.com/397fdb003e1ce45ddaa601a46346dd54e077dac402e967bc3d6ebd5b5f3b30b1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332d626c75652e737667)](http://php.net)[![GitHub](https://camo.githubusercontent.com/aed995ede585ae5a56221e2bc47d561d73867457066b5719afab6c7bd1edfccf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f726475726963612f726573746e6f7661)](https://camo.githubusercontent.com/aed995ede585ae5a56221e2bc47d561d73867457066b5719afab6c7bd1edfccf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f726475726963612f726573746e6f7661)

RESTnova is a lightweight and modern PHP client for making HTTP requests, specifically designed for communicating with RESTful APIs. It provides an intuitive interface for sending GET, POST, PUT, DELETE, and other HTTP requests effortlessly.

Features
--------

[](#features)

- Simple and intuitive API for sending HTTP requests
- Supports various HTTP methods: GET, POST, PUT, DELETE, etc.
- Modern and lightweight design
- Required PHP &gt;= 8.3

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

[](#installation)

You can install RESTnova via [Composer](https://getcomposer.org).

```
composer require rdurica/restnova
```

Usage
-----

[](#usage)

```
// Create client. All setters are optional.
$client = Client::create()
    ->addHeaderItem('User-Agent', 'example')
    ->setTimeout(10)
    ->setFollowRedirects(false)
    ->build();

// Execute request.
$response = $client->get('https://api-example.robbyte.net/auth');

// Available methods:
// - get
// - post
// - delete
// - head
// - patch
```

Contributing
------------

[](#contributing)

If you would like to contribute to this project, please fork the repository and create a pull request. We welcome all contributions, including bug fixes, new features, and documentation improvements.

License
-------

[](#license)

This project is licensed under the terms of the MIT license.

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![rdurica](https://avatars.githubusercontent.com/u/16089770?v=4)](https://github.com/rdurica "rdurica (5 commits)")

### Embed Badge

![Health badge](/badges/rdurica-restnova/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

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

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/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

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

PHPackages © 2026

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