Download the PHP package pointybeard/helpers-foundation-factory without Composer
On this page you can find all versions of the php package pointybeard/helpers-foundation-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pointybeard/helpers-foundation-factory
More information about pointybeard/helpers-foundation-factory
Files in pointybeard/helpers-foundation-factory
Package helpers-foundation-factory
Short Description Provides foundation factory classes and factory design pattern functionality
License MIT
Homepage https://github.com/pointybeard/helpers-foundation-factory
Informations about the package helpers-foundation-factory
PHP Helpers: Factory Foundation Classes
- Version: v1.0.4
- Date: June 05 2019
- Release notes
- GitHub repository
Provides foundation factory classes and factory design pattern functionality
Installation
This library is installed via Composer. To install, use composer require pointybeard/helpers-foundation-factory
or add "pointybeard/helpers-foundation-factory": "~1.0.0"
to your composer.json
file.
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Requirements
There are no particuar requirements for this library other than PHP 7.2 or greater.
To include all the PHP Helpers packages on your project, use composer require pointybeard/helpers
Usage
Include this library in your PHP files with use pointybeard\Helpers\Foundation\Factory
and extend the Factory\AbstractFactory
class like so:
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
Contributing
We encourage you to contribute to this project. Please check out the Contributing documentation for guidelines about how to get involved.
License
"PHP Helpers: Factory Foundation Classes" is released under the MIT License.