Skip to content

Basic classes facilitating creation of efficient object-oriented applications.

License

Notifications You must be signed in to change notification settings

borutainfo/common-abstraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.