/common-abstraction

Basic classes facilitating creation of efficient object-oriented applications.

Primary LanguagePHPMIT LicenseMIT

Common Abstraction

The package contains basic classes facilitating creation of efficient object-oriented applications.

Installation

Install the library using Composer. Please read the Composer Documentation if you are unfamiliar with Composer or dependency managers in general.

"require": {
    "boruta/common-abstraction": "^0.1"
}

Requirements

Project require PHP >= 7.1 with PDO extension.