PHPackages                             acidclick/acidrest - 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. [API Development](/categories/api)
4. /
5. acidclick/acidrest

ActiveProject[API Development](/categories/api)

acidclick/acidrest
==================

1.1.1(7y ago)1119BSD-3-ClausePHPPHP &gt;= 5.4.0

Since Dec 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/acidclick/AcidRest)[ Packagist](https://packagist.org/packages/acidclick/acidrest)[ Docs](http://www.acidclick.cz)[ RSS](/packages/acidclick-acidrest/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

AcidRest
========

[](#acidrest)

Simple REST API fluent PHP library

Basic usage
-----------

[](#basic-usage)

```
	$f = new Acidclick\Rest\Fluent('http://url/api');

	// retrieve product with id = 1 -> http://url/api/product/1?token=123456
	$f->query('token', '123456')->get()->product(1)->execute();

	// insert product
	$f->query('token', '123456')->post()->product()->body(['name' => 'Test'])->execute();

	// update product
	$f->query('token', '123456')->put()->product(1)->body(['name' => 'Test1'])->execute();
	$f->query('token', '123456')->post()->product(1)->body(['name' => 'Test1'])->execute();

	// delete product
	$f->query('token', '123456')->delete()->product(1)->execute();

	// get product reviews -> http://url/api/product/1/review?token=123456
	$f->query('token', '123456')->get()->product(1)->review()->execute();

	// add product review
	$f->query('token', '123456')->post()->product(1)->review()->body(['from' => 'Thomas', 'text' => 'Great product'])->execute();
```

Instalation
-----------

[](#instalation)

The best way to install acidclick/acidrest is using [Composer](http://getcomposer.org/):

```
$ composer require acidclick/acidrest:dev-master
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~541 days

Total

3

Last Release

2746d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/74a89a82c94ea2b0290070f68dccb25fb9fb67703c48bc596f1b23888c49802b?d=identicon)[acidclick](/maintainers/acidclick)

---

Top Contributors

[![acidclick](https://avatars.githubusercontent.com/u/1314581?v=4)](https://github.com/acidclick "acidclick (21 commits)")

### Embed Badge

![Health badge](/badges/acidclick-acidrest/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3751.2M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.9k496.1k32](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

232.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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