Registry / utility / automattic-jetpack-autoloader

automattic-jetpack-autoloader

JSON →
library5.0.20phppackagistunverified

Creates a custom autoloader for a plugin or theme.

composer require automattic/jetpack-autoloader
INSTALL
IMPORT
SIG · AUTOMATTIC-JETPACK
A
automattic-jetpack-autoloader
utilityphpv5.0.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Autoloader
use Automattic\Jetpack\Autoloader\Autoloader;

Register the Jetpack autoloader.

use Automattic\Jetpack\Autoloader\Autoloader; $autoloader = new Autoloader(); $autoloader->register(); // Registers custom autoloading for Jetpack packages.
Debug
Known issues
gotchaDesigned for WordPress plugins/themes; may conflict with Composer autoloader.
fix
Ensure it's loaded after Composer's autoloader.
affects: *
Upgrade
Version history
5.0.20latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
38
OpenAI (training)
2
Resources
automattic-jetpack-autoloader — pip install automattic-jetpack-autoloader · libregistry