PHPackages                             minetro/cli-http-extension - 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. [CLI &amp; Console](/categories/cli)
4. /
5. minetro/cli-http-extension

Abandoned → [contributte/http](/?search=contributte%2Fhttp)ArchivedLibrary[CLI &amp; Console](/categories/cli)

minetro/cli-http-extension
==========================

CLI HTTP Extension for Nette

0.2.0(9y ago)25.2k1BSD-3-ClausePHPPHP &gt;=5.6

Since Apr 8Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/contributte/cli-http)[ Packagist](https://packagist.org/packages/minetro/cli-http-extension)[ Docs](https://github.com/minetro/cli-http-extension)[ RSS](/packages/minetro-cli-http-extension/feed)WikiDiscussions master Synced 1mo ago

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

[![](https://camo.githubusercontent.com/613332b0ee04a660171e363c9bbcc3a666d29fea69b41261b5958a05af99905d/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f636c692d687474702f3f646570726563617465643d31)](https://camo.githubusercontent.com/613332b0ee04a660171e363c9bbcc3a666d29fea69b41261b5958a05af99905d/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f636c692d687474702f3f646570726563617465643d31)

 [![](https://camo.githubusercontent.com/a8b1cd856d7d396fdebbe46947cc3507490acc267a02361e5e53bb7b820c95c3/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e)](https://bit.ly/ctteg) [![](https://camo.githubusercontent.com/86d6416fc04f8bcc3daa7bf881526b9953b9726b1164d05c157c8713e3a73418/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77)](https://bit.ly/cttfo) [![](https://camo.githubusercontent.com/5d170ab94e6d594609561e16fe0f9e4293968fbd4dfcfafc5e11efc1415ef09c/68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534)](https://contributte.org/partners.html)

 Website 🚀 [contributte.org](https://contributte.org) | Contact 👨🏻‍💻 [f3l1x.io](https://f3l1x.io) | Twitter 🐦 [@contributte](https://twitter.com/contributte)

Disclaimer
----------

[](#disclaimer)

⚠️This project is no longer being maintained. Please use [contributte/http](https://github.com/contributte/http).Composer[`minetro/cli-http-extension`](https://packagist.org/packages/minetro/cli-http-extension)Version[![](https://camo.githubusercontent.com/cb7d665feeb23edef86bcabe40e7ba97a098f71e054b36ad438bf2064b25d024/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6d696e6574726f2f636c692d687474702d657874656e73696f6e)](https://camo.githubusercontent.com/cb7d665feeb23edef86bcabe40e7ba97a098f71e054b36ad438bf2064b25d024/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6d696e6574726f2f636c692d687474702d657874656e73696f6e)PHP[![](https://camo.githubusercontent.com/a2c096da67b8aa469141a8448c92c02ae5d1deae242ec7a44517ae51457a8b46/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6d696e6574726f2f636c692d687474702d657874656e73696f6e)](https://camo.githubusercontent.com/a2c096da67b8aa469141a8448c92c02ae5d1deae242ec7a44517ae51457a8b46/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6d696e6574726f2f636c692d687474702d657874656e73696f6e)License[![](https://camo.githubusercontent.com/863383e920e71b055fd50b3b07e15a20f3216658bb5ed1ebcfc42e369d419bf5/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f636c692d68747470)](https://camo.githubusercontent.com/863383e920e71b055fd50b3b07e15a20f3216658bb5ed1ebcfc42e369d419bf5/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f636c692d68747470)CLI HTTP Extension for Nette. Provide URL in your CLI mode only, it does not override your `http.request` in other modes.

Usage
-----

[](#usage)

Place it in your config file (e.q. config.neon).

### Simplest

[](#simplest)

```
extensions:
	clihttp: Minetro\Bridges\CliHttpExtension(www.example.com)
```

### Extended

[](#extended)

```
extensions:
	clihttp: Minetro\Bridges\CliHttpExtension

clihttp:
	url: www.example.com
	# other params
	query: NULL
	post: NULL
	files: NULL
	cookies: NULL
	headers: NULL
	method: NULL
	remoteAddress: NULL
	remoteHost: NULL
	rawBodyCallback: NULL
```

Development
-----------

[](#development)

This package was maintained by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this package.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance49

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~510 days

Total

2

Last Release

3548d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (11 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (3 commits)")

---

Tags

command-linecontributtehttpnette-framework

### Embed Badge

![Health badge](/badges/minetro-cli-http-extension/health.svg)

```
[![Health](https://phpackages.com/badges/minetro-cli-http-extension/health.svg)](https://phpackages.com/packages/minetro-cli-http-extension)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[contributte/console

Best Symfony Console for Nette Framework

983.6M49](/packages/contributte-console)[kdyby/console

Symfony Console integration for Kdyby components

601.8M73](/packages/kdyby-console)

PHPackages © 2026

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