nytris/overdrive

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/nytris/overdrive

dev-main 2026-02-01 22:51 UTC

This package is auto-updated.

Last update: 2026-02-01 22:52:08 UTC


README

Build Status

Optimises PHP autoloading performance.

Usage

Install this package with Composer:

$ composer require nytris/overdrive

Configure for Nytris Ignition

See Nytris Ignition documentation for details on setting up Ignition, into which this preflight will be installed:

nytris.ignition.php

<?php

declare(strict_types=1);

use Nytris\Ignition\IgnitionConfig;
use Nytris\Overdrive\OverdrivePreflight;

$ignitionConfig = new IgnitionConfig();

$ignitionConfig->installPreflight(new OverdrivePreflight());

return $ignitionConfig;

See also