PHPackages                             eltharin/juniorjs - 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. [Framework](/categories/framework)
4. /
5. eltharin/juniorjs

ActiveSymfony-bundle[Framework](/categories/framework)

eltharin/juniorjs
=================

JuniorJS Bundle for symfony

V1.6.3(3mo ago)0123GPL-3.0JavaScript

Since Jul 2Pushed 3mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (24)Used By (0)

Junior JS Library

```
JR.ajax(url, options = {})

```

call an Ajax query

Manage Events

```
JR.Events.add (eventName, elementSelector, handler)

```

allow add an event on an HTML element but placed on document root to allow dispatching event on newest elements

```
JR.Events.dispatch(eventName, element, options = {})

```

dispatch the event

Manage Popup

```
let popup = new JR.Popup();
popup.load(data);

```

create a popup

set class openpopup on a link allow you to call differently a link,

simple clic open a popup with the page emedded or with a middle clic that open you a new page

you have to set your template with condition on

```
{%- if app.request.headers.get('X-Requested-With') != 'XMLHttpRequest' -%}

...
{%- endif -%}

```

take a look to my othr plugin Ajaxresponser allowing a route to be responded in ajaxmode (a json with message, errors, success, ...} or HTML page)

allow load a link in ajax and load in a html element :

[Text]()

allow load a link in ajax and load in a new popup :

[Text]()

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance79

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~42 days

Recently: every ~35 days

Total

23

Last Release

112d ago

### Community

Maintainers

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

---

Top Contributors

[![eltharin](https://avatars.githubusercontent.com/u/7547802?v=4)](https://github.com/eltharin "eltharin (25 commits)")

---

Tags

symfonybundlewebJS

### Embed Badge

![Health badge](/badges/eltharin-juniorjs/health.svg)

```
[![Health](https://phpackages.com/badges/eltharin-juniorjs/health.svg)](https://phpackages.com/packages/eltharin-juniorjs)
```

###  Alternatives

[twitter/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

174.1k1.7M27](/packages/twitter-bootstrap)[botilka/botilka

CQRS &amp; Event Sourcing framework

352.8k](/packages/botilka-botilka)

PHPackages © 2026

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