Skip to content

aleksandrzen/ZExt

 
 

Repository files navigation

##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();

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.8%
  • Other 1.2%