PHPackages                             pith-front/pith-pack-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. pith-front/pith-pack-jquery

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

pith-front/pith-pack-jquery
===========================

Pack jQuery for Pith

0.2.1(1y ago)07811MITJavaScriptPHP ^8.2

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pith-front/pith-pack-jquery)[ Packagist](https://packagist.org/packages/pith-front/pith-pack-jquery)[ RSS](/packages/pith-front-pith-pack-jquery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (1)

pith-pack-jquery
================

[](#pith-pack-jquery)

Pack jQuery for Pith

---

About
=====

[](#about)

This project packs jQuery so that it can be used with the Pith Framewok.

For info on jQuery, see the jQuery website at

For info on Pith, see the Pith website at

Install
=======

[](#install)

Install to an existing Pith Framework project

Use Composer to install pack to the `vendor` folder.

```
php composer.phar require pith-front/pith-pack-jquery
```

Add new route to you Route List:

```
public array $routes = [
    // Other routes....
    // ...

    // Add route to call jQuery from
    ['route', 'GET', '/resources/vendor/library/jquery/{filepath:.+}', '\\PithFront\\PithPackJquery\\JqueryResourceRoute'],
];
```

To add jQuery to the page from PHP, call `addScript( )` in a View Requisition.

(For the last parameter use 'library-for-layout' if jQuery needs to be loaded with the theme scripts and styles, otherwise use 'library-for-page' to load with the current page-specific scripts and styles.)

```
$this->addScript('jQuery', '/resources/vendor/library/jquery/jquery-3.6.4/jquery-3.6.4.min.js', 'library-for-page');
```

To add jQuery in HTML, do:

```

```

---

Licensing Info
==============

[](#licensing-info)

The legal info below was current at the time of writing. Future/Newer versions may be licensed or copyrighted differently

### Sizzle.js

[](#sizzlejs)

- Sizzle.js *(included inside jQuery)*
- MIT License, with exception for linked node modules being licensed separately.
- Copyright (c) JS Foundation and other contributors, See
- Repo:

### jQuery 3.6.4

[](#jquery-364)

- jQuery 3.6.4 *(included inside pith-pack-jquery)*
- Released under the MIT license. *(Also Includes Sizzle.js )*
- Copyright (c) OpenJS Foundation and other contributors.
- Site:

### jQuery 3.7.1

[](#jquery-371)

- jQuery 3.7.1 *(included inside pith-pack-jquery)*
- Released under the MIT license. *(Also Includes Sizzle.js )*
- Copyright (c) OpenJS Foundation and other contributors.
- Site:

### Ian's jQuery Toolbox

[](#ians-jquery-toolbox)

- Ian's jQuery Toolbox
- MIT license
- Copyright (c) Ian Maurmann
- Link:

### jQuery 4.0.0-beta

[](#jquery-400-beta)

- jQuery 4 Beta
- Copyright (c) OpenJS Foundation and other contributors.
- Site:

### pith-pack-jquery

[](#pith-pack-jquery-1)

- pith-pack-jquery
- MIT license *(Matching the included jQuery and Sizzle.js)*
- Copyright (c) Ian Maurmann
- Link:

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.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 ~107 days

Total

5

Last Release

401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c32dd228fc3a4b48657581af0a38b03459aedfe4ada8858e493de4091c33ad96?d=identicon)[pith-front](/maintainers/pith-front)

---

Top Contributors

[![ian-maurmann](https://avatars.githubusercontent.com/u/10981013?v=4)](https://github.com/ian-maurmann "ian-maurmann (16 commits)")[![pith-front](https://avatars.githubusercontent.com/u/158997115?v=4)](https://github.com/pith-front "pith-front (7 commits)")

### Embed Badge

![Health badge](/badges/pith-front-pith-pack-jquery/health.svg)

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

###  Alternatives

[jayanka/patch-manager

A magento extension to maintain data patches

232.4k](/packages/jayanka-patch-manager)[tapp/filament-progress-bar-column

Add beautiful, color-coded progress bars to your Filament table columns. Perfect for inventory, tasks, storage, and any progress metrics without writing custom views.

124.5k](/packages/tapp-filament-progress-bar-column)

PHPackages © 2026

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