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 1mo ago

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://www.gravatar.com/avatar/a708ebb48b907319fa9ab4f845ad0c8b7d35e427f317a5511fce9c5711df83fc?d=identicon)[Anaxim](/maintainers/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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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