zext/zext

This package is abandoned and no longer maintained. No replacement package was suggested.

ZExt framework

dev-master 2019-01-15 21:48 UTC

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

Build Status

Requirements

PHP 5.4 or later

Installation

Via Composer

Add to composer.json following strings:

{
    "require": {
        "zext/zext": "dev-master"
    }
}

Manually

  1. Download the framework, unpack it and copy ZExt dir from library dir into your project's library dir.
  2. 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();