PHPackages                             silverstripe-australia/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. silverstripe-australia/silverstripe-pagejax

Abandoned → [symbiote-library/silverstripe-pagejax](/?search=symbiote-library%2Fsilverstripe-pagejax)Silverstripe-module[Utility &amp; Helpers](/categories/utility)

silverstripe-australia/silverstripe-pagejax
===========================================

Adds partial page loading using ajax

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

Since Jun 23Pushed 8y ago5 watchersCompare

[ Source](https://github.com/silverstripe-australia-archive/silverstripe-pagejax)[ Packagist](https://packagist.org/packages/silverstripe-australia/silverstripe-pagejax)[ RSS](/packages/silverstripe-australia-silverstripe-pagejax/feed)WikiDiscussions master Synced 3d 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

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

3063d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81a02d16342f3aba374149210eab73bc6bc0552120fc2dca6303a08acc1ba29c?d=identicon)[ssau](/maintainers/ssau)

---

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/silverstripe-australia-silverstripe-pagejax/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.1M84](/packages/silverstripe-userforms)[symbiote/silverstripe-gridfieldextensions

A collection of useful grid field components

951.9M265](/packages/symbiote-silverstripe-gridfieldextensions)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[silverstripe/tagfield

Tag field for SilverStripe

561.3M50](/packages/silverstripe-tagfield)

PHPackages © 2026

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