library class-cache
Pack a bunch of PHP classes into one file for faster loading
corepos/class-cache
Pack a bunch of PHP classes into one file for faster loading
- Friday, January 26, 2018
- by gohanman
- Repository
- 1 Watchers
- 0 Stars
- 67 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 12 % Grown
ClassCache
Pack a bunch of PHP classes into a single file for faster loading, (*1)
Usage
$cacheLocation = '/path/to/cache/file.php';
$cache = new COREPOS\ClassCache\ClassCache($cacheLocation);
// cache a class
$cache->add('Class\\To\\Cache');
// load everything in the cache
include($cache->get());
dev-master
9999999-dev
Pack a bunch of PHP classes into one file for faster loading
Sources
Download
Apache-2.0
Apache 2.0
The Development Requires
by
Andy Theuninck
1.1.0
1.1.0.0
Pack a bunch of PHP classes into one file for faster loading
Sources
Download
Apache 2.0
The Development Requires
by
Andy Theuninck
1.0.0
1.0.0.0
Pack a bunch of PHP classes into one file for faster loading
Sources
Download
Apache 2.0
The Development Requires
by
Andy Theuninck