PHPackages                             ewilde-imperial/edp-superluminal - 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. ewilde-imperial/edp-superluminal

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

ewilde-imperial/edp-superluminal
================================

Modification of https://github.com/EvanDotPro/EdpSuperluminal to work with Laminas

2.0.1(6y ago)02.5kBSD-3-ClausePHP

Since Jun 17Pushed 6y agoCompare

[ Source](https://github.com/ewilde-imperial/EdpSuperluminal)[ Packagist](https://packagist.org/packages/ewilde-imperial/edp-superluminal)[ Docs](https://github.com/ewilde-imperial/EdpSuperluminal)[ RSS](/packages/ewilde-imperial-edp-superluminal/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (4)Used By (0)

EdpSuperluminal
===============

[](#edpsuperluminal)

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

[](#introduction)

EdpSuperluminal is a Laminas module that caches the Zend classes used by your application into a single file. Including this file greatly reduces the execution time of your application, as the calls to the standard autoloader are almost entirely eliminated.

**Warning:** After installing and enabling this module, it may seem as though your Laminas application is running faster than the speed of light (superluminal). Don't panic. This is just an illusion and no laws of physics are being violated.

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

[](#installation)

- Clone this module into your `vendor/` directory and enable `EdpSuperluminal`
- Copy `vendor/.../config/edp-superluminal.config.php.dist` to `application/config/autoload/edp-superluminal.config.php` and edit as required
- Add the following line in `public/index.php` immediately after the `chdir()`call:

```
