PHPackages                             zoopcommerce/slipstream - 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. zoopcommerce/slipstream

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

zoopcommerce/slipstream
=======================

An alternative to the standard composer autoloader

0.1(12y ago)04041MITPHPPHP &gt;=5.3.0

Since Sep 4Pushed 12y ago2 watchersCompare

[ Source](https://github.com/zoopcommerce/slipstream)[ Packagist](https://packagist.org/packages/zoopcommerce/slipstream)[ Docs](http://github.com/zoopcommerce/slipstream)[ RSS](/packages/zoopcommerce-slipstream/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (1)

\#Slipstream

Introduction
------------

[](#introduction)

The composer autoloader is quite good, and quite fast when used with `composer.phar dump-autoload --optimize`. However, the `--optimize` option maps every single class in your dependency tree. If you are a using a framework such as zf2 or symfony, that can mean 3000+ of classes. Chances are that your app is only using a small fraction of those. Slipstream will rewrite the classmap in production to include only the classes you need, meaning faster page load times.

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

[](#installation)

Install the module using Composer into your application's vendor directory. Add the following line to your `composer.json`.

```
{
    "require": {
        "zoopcommerce/slipstream": "~0.1"
    }
}
```

Usage
-----

[](#usage)

Your `vendor/composer/` directory must be writable.

Where your code previously called the composer autoloader with:

```
$loader = include vendor/autoload.php;

```

Replace with:

```
$loader = include vendor/zoopcommerce/slipstream/autoload.php;

```

That's it!

Enjoy.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4636d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f3bf5fcc3eabf76d34f29c0dd234bd0651efd165c700cd214c5d87be894edc5?d=identicon)[superdweebie](/maintainers/superdweebie)

---

Top Contributors

[![superdweebie](https://avatars.githubusercontent.com/u/1670364?v=4)](https://github.com/superdweebie "superdweebie (5 commits)")

---

Tags

phpcomposerautoloader

### Embed Badge

![Health badge](/badges/zoopcommerce-slipstream/health.svg)

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

###  Alternatives

[typo3/class-alias-loader

Amends the composer class loader to support class aliases to provide backwards compatibility for packages

4313.7M21](/packages/typo3-class-alias-loader)[jbzoo/composer-diff

See what has changed after a composer update.

53888.9k1](/packages/jbzoo-composer-diff)[liborm85/composer-vendor-cleaner

Composer Vendor Cleaner removes unnecessary development files and directories from vendor directory.

35342.7k1](/packages/liborm85-composer-vendor-cleaner)[camcima/php-geohash

Refactored GeoHash package

1074.0k](/packages/camcima-php-geohash)

PHPackages © 2026

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