zext / zext
ZExt framework
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 4
Forks: 3
Open Issues: 0
pkg:composer/zext/zext
Requires
- php: >=5.4.0
- jeremeamia/superclosure: ~1.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2020-01-24 15:23:22 UTC
README
This is a legacy project. It is not supported anymore and is not recomended to use.
ZExt framework 1.0
Requirements
PHP 5.4 or later
Installation
Via Composer
Add to composer.json following strings:
{
"require": {
"zext/zext": "dev-master"
}
}
Manually
- Download the framework, unpack it and copy ZExt dir from library dir into your project's library dir.
- Add the framework to autoload by namespace "ZExt" and dir "my_app_library/ZExt".
You can also use the framework's autoloader:
require 'my_app_library/ZExt/Loader/Autoloader.php'; ZExt\Loader\Autoloader::registerDefaults();