PHPackages                             quidphp/navigation - 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. quidphp/navigation

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

quidphp/navigation
==================

Javascript module for navigating a website without reloading

5.31.9(4y ago)2561MITJavaScript

Since Jul 2Pushed 4y ago2 watchersCompare

[ Source](https://github.com/quidphp/navigation)[ Packagist](https://packagist.org/packages/quidphp/navigation)[ Docs](https://quidphp.com)[ RSS](/packages/quidphp-navigation/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

QuidPHP/Navigation
==================

[](#quidphpnavigation)

[![Release](https://camo.githubusercontent.com/93f98ac1949b558307fa62336514786bebcdc62eeb6e16b1d33b0121b91caa07/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f717569647068702f6e617669676174696f6e)](https://packagist.org/packages/quidphp/navigation)[![License](https://camo.githubusercontent.com/22963b8c11388b15a5f2c5fe789800fd25fc4b176069a1b7973cbb4b13e24e6f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f717569647068702f6e617669676174696f6e)](https://github.com/quidphp/navigation/blob/master/LICENSE)[![Code Size](https://camo.githubusercontent.com/cad71e01a808c1b6c64f81b18b6fc52cd904231b8b3784d94ad0e7f194d724e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f717569647068702f6e617669676174696f6e)](https://github.com/quidphp/navigation)

About
-----

[](#about)

**QuidPHP/Navigation** contains a Javascript module for navigating a website without reloading.

License
-------

[](#license)

**QuidPHP/Navigation** is available as an open-source package under the [MIT license](LICENSE).

Documentation
-------------

[](#documentation)

**QuidPHP/Navigation** documentation is available at [QuidPHP/Docs](https://github.com/quidphp/docs).

NPM Installation
----------------

[](#npm-installation)

**QuidPHP/Navigation** can be easily installed with [NPM](https://www.npmjs.com/package/quidphp-navigation).

```
$ npm install quidphp-navigation
```

Once installed, the package will be available within your *node\_modules* folder.

Composer Installation
---------------------

[](#composer-installation)

**QuidPHP/Core** can also be installed with [Composer](https://getcomposer.org). It is available on [Packagist](https://packagist.org/packages/quidphp/navigation).

```
$ composer require quidphp/navigation
```

Once installed, the package will be available within your *vendor* folder.

Dependency
----------

[](#dependency)

**QuidPHP/Navigation** has the following dependency:

- [quidphp-browser](https://github.com/quidphp/browser) - JavaScript module with helpers for use within the browser

All dependencies will be resolved by using the [NPM](https://www.npmjs.com) installation process.

Requirement
-----------

[](#requirement)

**QuidPHP/Navigation** requires any modern browser (not Internet Explorer).

Comment
-------

[](#comment)

**QuidPHP/Navigation** code is commented and all methods are explained (in French).

Overview
--------

[](#overview)

**QuidPHP/Navigation** contains one entry file.

- [index](index.js) - Entry file for the module

### Source

[](#source)

**QuidPHP/Navigation** contains 3 JavaScript files. Here is an overview:

- [doc](src/doc.js) - Root component for a document node
- [history](src/history.js) - Component managing site navigation with the HistoryAPI
- [windowUnload](src/windowUnload.js) - Component to manage the unload notification with the window object

### Styling

[](#styling)

**QuidPHP/Navigation** also contains 2 SCSS files. Here is an overview:

- [document](css/document.scss) - Stylesheet for the document component, includes many style reset
- [init](css/init.scss) - Stylesheet containing default variables and a set of helpers mixins

### Distributable

[](#distributable)

**QuidPHP/Navigation** contains 2 scripts that can be used in the browser.

- [navigation](dist/navigation.js) - Minified and transpiled script ready for production
- [navigation-test](dist/navigation-test.js) - Same as navigation.js but also contains the module tests

### Testing

[](#testing)

**QuidPHP/Navigation** contains 2 test scripts:

- [navigation](test/navigation.js) - Script to test the navigation module
- [run](test/run.js) - File to run the testsuite in navigation

**QuidPHP/Navigation** testsuite can be run in the browser by creating a new [QuidPHP/Assert](https://github.com/quidphp/assert) project. Some tests can also be run in Node with the command:

```
$ npm run test
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1462d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1444427?v=4)[Pierre-Philippe Emond](/maintainers/emondpph)[@emondpph](https://github.com/emondpph)

---

Top Contributors

[![emondpph](https://avatars.githubusercontent.com/u/1444427?v=4)](https://github.com/emondpph "emondpph (18 commits)")

---

Tags

nodejsphp frameworkquidquidphpjs-framework

### Embed Badge

![Health badge](/badges/quidphp-navigation/health.svg)

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

###  Alternatives

[fxp/composer-asset-plugin

NPM/Bower Dependency Manager for Composer

9434.8M41](/packages/fxp-composer-asset-plugin)[foxy/foxy

Fast, reliable, and secure NPM/Yarn/pnpm bridge for Composer

182290.8k26](/packages/foxy-foxy)[mouf/nodejs-installer

An installer package that let's you install NodeJS and NPM as a Composer dependency.

107709.1k15](/packages/mouf-nodejs-installer)[vladkens/autoprefixer

Run Autoprefixer using node.js in you php.

76340.5k3](/packages/vladkens-autoprefixer)[php-forge/foxy

Fast, reliable, and secure Bun/NPM/Yarn/pnpm bridge for Composer

45136.3k4](/packages/php-forge-foxy)

PHPackages © 2026

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