PHPackages                             morrislaptop/advindex - 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. morrislaptop/advindex

ActiveCakephp-plugin

morrislaptop/advindex
=====================

142151PHP

Since Apr 12Pushed 13y ago1 watchersCompare

[ Source](https://github.com/morrislaptop/advindex)[ Packagist](https://packagist.org/packages/morrislaptop/advindex)[ RSS](/packages/morrislaptop-advindex/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Advanced Index
==============

[](#advanced-index)

Advanced scaffolding which allows searching and exporting / importing of your models.. For CakePHP 2

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

[](#installation)

Add the repo to your working directory

```
git submodule add https://github.com/morrislaptop/advindex app/Plugin/Advindex

```

Add the following to app/Config/bootstrap.php

```
CakePlugin::load('Advindex');

```

Add the following to the top of AppController.php

```
App::uses('Scaffold', 'Advindex.Controller');
App::uses('ScaffoldView', 'Advindex.View');

```

Include the following in your controller:

```
public $helpers = array('Advindex.Advindex');
public $components = array('Advindex.Advindex');
public $scaffold = 'admin';

```

Finally, check you have your routing prefix enabled in app/Config/core.php

```
Configure::write('Routing.prefixes', array('admin'));

```

Configuration
-------------

[](#configuration)

See the bootstrap.php.example file to configure the scaffolding for each of your models

Getting the advindex layout in other plugins
--------------------------------------------

[](#getting-the-advindex-layout-in-other-plugins)

```
function beforeFilter() {
    	if ( !empty($this->params['admin']) ) {
		$this->layout = 'Advindex.default';
	}
}

```

Credits
-------

[](#credits)

For migration to CakePHP 2 -

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.5% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ecf933ed5c8b3e08c1880734166cb32d9e66eb50b01bb91ff74018c3e4b61058?d=identicon)[morrislaptop](/maintainers/morrislaptop)

---

Top Contributors

[![morrislaptop](https://avatars.githubusercontent.com/u/67807?v=4)](https://github.com/morrislaptop "morrislaptop (55 commits)")[![chainat](https://avatars.githubusercontent.com/u/572015?v=4)](https://github.com/chainat "chainat (2 commits)")

### Embed Badge

![Health badge](/badges/morrislaptop-advindex/health.svg)

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

PHPackages © 2026

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