dhii / factory-interface
Interfaces for working with factories.
Installs: 20 683
Dependents: 17
Suggesters: 1
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Requires
- php: ^5.3 | ^7.0
- dhii/exception-interface: ^0.1|^0.2
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- psr/container: ^1.0
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2020-11-30 18:40:38 UTC
README
Interfaces for working with factories.
Interfaces
FactoryInterface
- Creates things.DataObjectFactoryInterface
- Creates data objects.FactoryFactoryInterface
- Creates factories. For example, could create a factory from a callback or an FQN.FactoryAwareInterface
- Exposes a factory.