boruta/common-abstraction

Basic classes facilitating creation of efficient object-oriented applications.

0.4.0 2023-01-07 09:07 UTC

This package is auto-updated.

Last update: 2024-04-07 11:42:30 UTC


README

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.