PHPackages                             wpoets/curl-handler - 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. wpoets/curl-handler

ActiveAwesome-handler[HTTP &amp; Networking](/categories/http)

wpoets/curl-handler
===================

Handler for sending curl request in Awesome Enterprise

1.4(2y ago)0432[1 PRs](https://github.com/WPoets/curl-handler/pulls)GPL-3.0-or-laterPHPPHP &gt;=7.4

Since Oct 8Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/WPoets/curl-handler)[ Packagist](https://packagist.org/packages/wpoets/curl-handler)[ Docs](https://awxdocs.com/)[ RSS](/packages/wpoets-curl-handler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

curl-handler
============

[](#curl-handler)

provides support for using curl via shortcodes

You can use the following command to include it using the composer

`composer require wpoets/curl-handler`

supported shortcodes

1. curl.api.get
2. curl.api.post
3. curl.page.get
4. curl.api.patch

```
[template.set url_two='https://wpoets.com/api' /]
[arr.create o.set='template.data']
  [username _value='' /]
  [password _value='' /]
  [force_single_access]yes[/force_single_access]
[/arr.create]

[arr.create o.set='template.proxy']
        [host _value=''/]
        [port  _value=''/]
        [user  _value=''/]
        [password  _value=''/]
[/arr.create]

[arr.create o.set='template.headers']
    [header new]
        [key  _value=''/]
        [val  _value=''/]
    [/header]
[/arr.create]

[curl.api.get url='{template.url_one}' o.set='template.urlone' c.ignore=t/]
[curl.api.get url='{template.url_two}' data='{template.data}' o.set='template.urltwo' c.ignore=t/]

[curl.api.post url='{template.url_two}' data='{template.data}' header='{template.headers}' proxy='{template.proxy}' o.set='template.urltwo' c.ignore=t/]

```

Support was also added to return cookies, with the response from v1.3 onwards.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance43

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.9% 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 ~107 days

Recently: every ~132 days

Total

6

Last Release

780d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f04df18d3bf6dbcffb70af2170a3fa675b377a0e2aa187bdc2d16a6374fb0f4b?d=identicon)[thecancerus](/maintainers/thecancerus)

---

Top Contributors

[![wpoet-dev](https://avatars.githubusercontent.com/u/8723841?v=4)](https://github.com/wpoet-dev "wpoet-dev (9 commits)")[![thecancerus](https://avatars.githubusercontent.com/u/81062?v=4)](https://github.com/thecancerus "thecancerus (6 commits)")[![dipawita](https://avatars.githubusercontent.com/u/20037127?v=4)](https://github.com/dipawita "dipawita (2 commits)")

---

Tags

wordpresscurlshortcodelow-code Awesome Enterprise

### Embed Badge

![Health badge](/badges/wpoets-curl-handler/health.svg)

```
[![Health](https://phpackages.com/badges/wpoets-curl-handler/health.svg)](https://phpackages.com/packages/wpoets-curl-handler)
```

PHPackages © 2026

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