PHPackages                             uchm4n/api-client - 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. uchm4n/api-client

ActiveLibrary[API Development](/categories/api)

uchm4n/api-client
=================

Any API Wrapper client library

1.0.2(4y ago)14MITPHPPHP ^7.4|^8.1

Since Dec 3Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/uchm4n/api-client)[ Packagist](https://packagist.org/packages/uchm4n/api-client)[ RSS](/packages/uchm4n-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

API Client Wrapper
==================

[](#api-client-wrapper)

**Seamlessly integrate REST APIs into your PHP projects.**

This is a lightweight, framework-agnostic package designed to wrap any API with minimal effort. Built on top of Guzzle, it eliminates boilerplate code, allowing you to focus on data rather than HTTP handshake mechanics.

Below is an example demonstrating integration with the [JSONPlaceholder](https://jsonplaceholder.typicode.com) API.

Features
--------

[](#features)

- 🚀 **Framework Agnostic:** Works with Laravel, Symfony, or vanilla PHP.
- ⚡ **Guzzle Powered:** Leverages the robustness of the Guzzle HTTP client.
- 🔌 **Plug &amp; Play:** Designed for instant integration and rapid prototyping.

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

[](#installation)

```
composer require uchm4n/api-client
```

Usage
-----

[](#usage)

```
