PHPackages                             symbiote-library/silverstripe-pagejax - 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. symbiote-library/silverstripe-pagejax

ActiveSilverstripe-module

symbiote-library/silverstripe-pagejax
=====================================

Adds partial page loading using ajax

1.0.2(8y ago)781BSD-3-ClauseJavaScript

Since Jun 23Pushed 7y ago5 watchersCompare

[ Source](https://github.com/symbiote-library/silverstripe-pagejax)[ Packagist](https://packagist.org/packages/symbiote-library/silverstripe-pagejax)[ RSS](/packages/symbiote-library-silverstripe-pagejax/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

> ## **IMPORTANT**
>
> [](#important)

> This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!

Pagejax module for SilverStripe
===============================

[](#pagejax-module-for-silverstripe)

Adds partial page loading using ajax.

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

[](#installation)

Follow the standard SilverStripe module [installation procedure](http://doc.silverstripe.com/framework/en/topics/modules#installation)

Requirements
------------

[](#requirements)

You must have jquery included in your page

Usage
-----

[](#usage)

Cuurently we need to modify Page\_Controller and add the following method

```
	public function getViewer($action) {
        $viewer = parent::getViewer($action);
		$this->extend('updateViewer', $action, $viewer);
        return $viewer;
    }
```

Modify your main Page.ss template and change

```
	$Layout
```

to

```
	$Layout
```

Then, any link you want to loaded internally needs to have the pagejax class applied, ie

```
	Internal page
```

To customise the way the page transitions in and out, you can bind to the window.pagejaxStart and window.pagejaxComplete events, eg

```
	$(window).bind('pagejaxStart', function () { });
```

To change the page title on each refresh, specify an `ajaxTitle()` method on your Page\_Controller class; otherwise, the page title will not be chanaged.

The module does take into account CSS and JS added using Requirements:: by parsing out relevant headers

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~116 days

Total

3

Last Release

3014d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cb5f9953ff86ed3e53f49caa1d3d0c4a1d2323d35ff6686ef17d74c532b7dbb?d=identicon)[symbiote-library](/maintainers/symbiote-library)

---

Top Contributors

[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (6 commits)")[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (3 commits)")

---

Tags

silverstripeajax

### Embed Badge

![Health badge](/badges/symbiote-library-silverstripe-pagejax/health.svg)

```
[![Health](https://phpackages.com/badges/symbiote-library-silverstripe-pagejax/health.svg)](https://phpackages.com/packages/symbiote-library-silverstripe-pagejax)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[silverstripe-themes/simple

The SilverStripe simple theme (default SilverStripe 3 theme)

411.3M8](/packages/silverstripe-themes-simple)[silverstripe/admin

SilverStripe admin interface

262.6M325](/packages/silverstripe-admin)[sheadawson/silverstripe-select2

A set of silverstripe form fields based on http://ivaynberg.github.com/select2/

1923.5k3](/packages/sheadawson-silverstripe-select2)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)

PHPackages © 2026

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