PHPackages                             iescarro/php-fetch - 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. iescarro/php-fetch

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

iescarro/php-fetch
==================

v0.0.2(1y ago)015MITPHP

Since Apr 11Pushed 1y ago1 watchersCompare

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

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

PHP Fetch
=========

[](#php-fetch)

A simple, lightweight PHP function inspired by JavaScript's `fetch()`, using cURL under the hood. Supports method, headers, and body customization — perfect for quick API calls.

📦 Installation
--------------

[](#-installation)

Use [Composer](https://getcomposer.org) to install:

```
composer require iescarro/php-fetch
```

🚀 Usage
-------

[](#-usage)

```
