README.md
# Dhii Team - Factory Base
[![Build Status](https://travis-ci.org/Dhii/factory-base.svg?branch=master)](https://travis-ci.org/Dhii/factory-base)
[![Code Climate](https://codeclimate.com/github/Dhii/factory-base/badges/gpa.svg)](https://codeclimate.com/github/Dhii/factory-base)
[![Test Coverage](https://codeclimate.com/github/Dhii/factory-base/badges/coverage.svg)](https://codeclimate.com/github/Dhii/factory-base/coverage)
[![Latest Stable Version](https://poser.pugx.org/dhii/factory-base/version)](https://packagist.org/packages/dhii/factory-base)
[![This package complies with Dhii standards](https://img.shields.io/badge/Dhii-Compliant-green.svg?style=flat-square)][Dhii]
## Details
Base functionality for making concrete factories with ease.
### Classes
- [`AbstractBaseCallbackFactory`][AbstractBaseCallbackFactory] - Allows easy creation of factories that use a callback to create new instances.
[Dhii]: https://github.com/Dhii/dhii
[AbstractBaseCallbackFactory]: src/AbstractBaseCallbackFactory.php