# A WordPress plugin's foundation
It provides shared functions for the WordPress plugin in an object - orientated way

## Features
- Provides singleton functionality easily.
- Can make any class singleton by extending `Container` class.
- Can write multiple type of logs by `Log` class
## Usage
```shell
composer require devkabir/plugin
```

You will get full usage example from [my boilerplate](https://github.com/devkabir/wordpress-plugin)
