/TechDivision_Properties

Package that provides basic functionality to handle property files.

Primary LanguagePHP

TechDivision_Properties

Latest Stable Version Total Downloads Latest Unstable Version License Build StatusScrutinizer Code QualityCode Coverage

Introduction

This library provides basic functionality to handle property and resource files.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "techdivision/properties": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

Usage

Coming soon!

External Links