steezer/steeze-vendor

The steeze system USES a common development library

v1.0.8 2022-07-15 16:19 UTC

This package is auto-updated.

Last update: 2024-06-15 20:43:10 UTC


README

steeze-vendor

The steeze system USES a common development library

Installation

Prerequisites

requires PHP 5.3.3 or greater.

Setup through composer

First, add steeze-vendor to the list of dependencies inside your composer.json:

{
    "require": {
        "steezer/steeze-vendor": "~1.0"
    }
}

Then simply install it with composer:

$> composer install --prefer-dist