PHPackages                             pscheit/psc-cms-boot - 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. pscheit/psc-cms-boot

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

pscheit/psc-cms-boot
====================

Boot strapping package for Webforge

2.3.0(12y ago)01.1k[2 issues](https://github.com/pscheit/psc-cms-boot/issues)MITPHP

Since Feb 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/pscheit/psc-cms-boot)[ Packagist](https://packagist.org/packages/pscheit/psc-cms-boot)[ RSS](/packages/pscheit-psc-cms-boot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Psc - CMS - Boot
================

[](#psc---cms---boot)

PHP Bootloading Sucks - at least that helps to suck a little more less

[![Build Status](https://camo.githubusercontent.com/62903cd1be8cefe00d766745cf065d265f832442023b39d43f3f5d50c20f65ab/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f707363686569742f7073632d636d732d626f6f742e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/pscheit/psc-cms-boot)

- manages to load the autoload for composer (even if you're bootstrapping as a dependency)
- helps in early stages bootstrapping
- lets you bootstrap a Psc - CMS - Container for Psc - CMS - Projects

Copy the `lib/package.boot.php` next to your `bootstrap.php`

```
use Psc\Boot\BootLoader;

require 'package.boot.php';
$bootLoader = new BootLoader(__DIR__, 'ACME\Container');
$bootLoader->loadComposer();
$bootLoader->registerContainer(); // this is optional
```

When you registered the Container `$GLOBALS['env']['container']` points to the `ACME\Container`. When you do `$bootLoader->registerRootDirectory` the `$GLOBALS['env']['root']` points to a `\Webforge\Common\System\Dir` which is the directory of your bootstrap.php (given here as **DIR**).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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 ~54 days

Recently: every ~68 days

Total

6

Last Release

4574d ago

Major Versions

1.0 → 2.02013-02-09

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/pscheit-psc-cms-boot/health.svg)

```
[![Health](https://phpackages.com/badges/pscheit-psc-cms-boot/health.svg)](https://phpackages.com/packages/pscheit-psc-cms-boot)
```

###  Alternatives

[goszowski/laravel-vendor-minify

A vendor minify package, to remove tests and documentation and minifing all php files to save space

803.6k](/packages/goszowski-laravel-vendor-minify)[glooby/task-bundle

Scheduling of tasks for symfony made simple

3216.3k](/packages/glooby-task-bundle)[bvipul/generator

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

2030.5k](/packages/bvipul-generator)

PHPackages © 2026

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