An open API service indexing awesome lists of open source software.

https://github.com/borutainfo/common-abstraction

Basic classes facilitating creation of efficient object-oriented applications.
https://github.com/borutainfo/common-abstraction

collection dependency-injection file-logger value-object yaml-configuration

Last synced: 30 days ago
JSON representation

Basic classes facilitating creation of efficient object-oriented applications.

Awesome Lists containing this project

README

          

# 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](https://getcomposer.org/doc/01-basic-usage.md) if you are unfamiliar with Composer or dependency managers in general.

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

## Requirements

Project require PHP >= 7.1 with PDO extension.