PHPackages                             residit/nette-jsonp - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. residit/nette-jsonp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

residit/nette-jsonp
===================

Nette JSONP Response Extension

v1.9(8y ago)356BSD-3-ClausePHPPHP &gt;= 5.6

Since Jun 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/residit/nette-jsonp)[ Packagist](https://packagist.org/packages/residit/nette-jsonp)[ Docs](https://github.com/residit/nette-jsonp)[ RSS](/packages/residit-nette-jsonp/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

nette-jsonp
===========

[](#nette-jsonp)

Nette JSONP Response Extension

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

[](#installation)

The recommended way to install Nette JSONP Extension is through Composer:

```
composer require residit/nette-jsonp

```

Usage
-----

[](#usage)

```
namespace App\Presenters;

use Nette,
  Residit\Application\Responses\JsonpResponse;

class BasePresenter extends Nette\Application\UI\Presenter {

  /**
   *
   * @param string $callback
   * @param string $query
   */
  public function actionExampleEndpoint($callback, $query) {
    // ...
    // do the magic with $query
    // ...

    $data = array('foo' => 'bar');

    $this->sendResponse(new JsonpResponse($callback, $data));

  }
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 55.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 ~28 days

Recently: every ~38 days

Total

10

Last Release

3007d ago

### Community

Maintainers

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

---

Top Contributors

[![residit](https://avatars.githubusercontent.com/u/29371628?v=4)](https://github.com/residit "residit (10 commits)")[![abcdefghresidit](https://avatars.githubusercontent.com/u/91725671?v=4)](https://github.com/abcdefghresidit "abcdefghresidit (4 commits)")[![faltamartin](https://avatars.githubusercontent.com/u/85299640?v=4)](https://github.com/faltamartin "faltamartin (2 commits)")[![buchticka666](https://avatars.githubusercontent.com/u/22442971?v=4)](https://github.com/buchticka666 "buchticka666 (1 commits)")[![cur53se](https://avatars.githubusercontent.com/u/4260378?v=4)](https://github.com/cur53se "cur53se (1 commits)")

---

Tags

netteJSONP

### Embed Badge

![Health badge](/badges/residit-nette-jsonp/health.svg)

```
[![Health](https://phpackages.com/badges/residit-nette-jsonp/health.svg)](https://phpackages.com/packages/residit-nette-jsonp)
```

###  Alternatives

[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

881.7M6](/packages/nette-code-checker)[contributte/menu-control

Menu control for Nette framework

29108.6k1](/packages/contributte-menu-control)[carrooi/nette-menu

Menu control for Nette framework

2950.0k1](/packages/carrooi-nette-menu)[uestla/twigrid

Experimental DataGrid for Nette Framework

1712.3k2](/packages/uestla-twigrid)

PHPackages © 2026

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