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: 2025-03-15 22:14:04 UTC


README

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