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.
- Host: GitHub
- URL: https://github.com/borutainfo/common-abstraction
- Owner: borutainfo
- License: mit
- Created: 2019-05-22T16:58:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:10:42.000Z (about 3 years ago)
- Last Synced: 2025-09-07T04:46:54.868Z (5 months ago)
- Topics: collection, dependency-injection, file-logger, value-object, yaml-configuration
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.