PHPackages                             alphalemon/al-pagetree-bundle - 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. alphalemon/al-pagetree-bundle

ActiveSymfony-bundle

alphalemon/al-pagetree-bundle
=============================

Describes a web page.

1.1.0(14y ago)11991MITPHPPHP &gt;=5.3.2CI failing

Since Jan 29Pushed 13y ago1 watchersCompare

[ Source](https://github.com/alphalemon/PageTreeBundle)[ Packagist](https://packagist.org/packages/alphalemon/al-pagetree-bundle)[ Docs](http://alphalemon.com)[ RSS](/packages/alphalemon-al-pagetree-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

\#PageTreeBundle The PageTreeBundle implements the properties and methods to describe a website's page.

Get the PageTreeBundle
----------------------

[](#get-the-pagetreebundle)

Clone this bundle in the vendor/bundles/AlphaLemon directory:

```
git clone git://github.com/alphalemon/PageTreeBundle.git vendor/bundles/AlphaLemon/PageTreeBundle

```

Configure the ThemeEngineBundle
-------------------------------

[](#configure-the-themeenginebundle)

Open the AppKernel configuration file and add the bundle to the registerBundles() method:

```
public function registerBundles()
{
    $bundles = array(
        ...
        new AlphaLemon\PageTreeBundle\AlphaLemonPageTreeBundle(),
    )
}

```

Register the PageTreeBundle namespaces in `app/autoload.php`:

```
$loader->registerNamespaces(array(
    ...
    'AlphaLemon'                     => __DIR__.'/../vendor/bundles',
));

```

Using the object
----------------

[](#using-the-object)

The page tree object is loaded and injected into the Dependency Injector Container and can be retrieved as follows:

```
$pageTree = $this->container->get('al_page_tree');

```

### Info and help

[](#info-and-help)

To get extra information or help you may write an email to info \[at\] alphalemon \[DoT\] com

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~20 days

Total

2

Last Release

5194d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86c46bc59b7abe8c18a0bb08713b28f2a4e10c729f5c4c247361860f421bdf46?d=identicon)[alphalemon](/maintainers/alphalemon)

---

Top Contributors

[![alphalemon](https://avatars.githubusercontent.com/u/1242258?v=4)](https://github.com/alphalemon "alphalemon (36 commits)")

---

Tags

webcmsthemethemesweb page

### Embed Badge

![Health badge](/badges/alphalemon-al-pagetree-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/alphalemon-al-pagetree-bundle/health.svg)](https://phpackages.com/packages/alphalemon-al-pagetree-bundle)
```

###  Alternatives

[bk2k/bootstrap-package

Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.

357891.4k72](/packages/bk2k-bootstrap-package)[yupe/yupe

Yupe is simple and lightweight CMF for web-development, built on top of Yii 1.x

5955.5k](/packages/yupe-yupe)[balbuf/composer-wp

Manage WordPress core, plugins, and themes with composer.

173.6k](/packages/balbuf-composer-wp)

PHPackages © 2026

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