PHPackages                             apnet/jquery - 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. apnet/jquery

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

apnet/jquery
============

jQuery for AsseticImporter

2.2.4(9y ago)01.0k2MITPHPPHP &gt;=5.3.0

Since Apr 21Pushed 9y ago2 watchersCompare

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

READMEChangelogDependencies (9)Versions (6)Used By (2)

jQuery Assets Importer
======================

[](#jquery-assets-importer)

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

[](#installation)

Add requirements to composer.json:

```
{
  "require" : {
    "apnet/jquery" : "~2.2"
  }
}
```

Configurations
--------------

[](#configurations)

Register `ApnetAsseticImporterBundle` bundle in the `AppKernel.php` file

```
// ...other bundles ...
$bundles[] = new Apnet\AsseticImporterBundle\ApnetAsseticImporterBundle();
```

Add jQuery importer to services.yml

```
services:
    apnet.assetic.importer.jquery:
        parent: assetic.importer_path
        arguments:
            - %kernel.root_dir%/../vendor/apnet/jquery/app/Resources/assets/dist
            - jquery
        tags:
            - { name: apnet.assetic.config_mapper }
```

Twig
----

[](#twig)

To include jQuery into Twig template use **imported\_asset** function:

```

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~202 days

Total

5

Last Release

3598d ago

Major Versions

1.11.1 → 2.1.3-BETA12015-04-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd7f833537e59f3a0275ec881051e8d08ee9b658025f675f201228956da8a3e0?d=identicon)[covex-nn](/maintainers/covex-nn)

---

Top Contributors

[![covex-nn](https://avatars.githubusercontent.com/u/110878?v=4)](https://github.com/covex-nn "covex-nn (18 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/apnet-jquery/health.svg)

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

PHPackages © 2026

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