php-strict / widgets-consumer
Widgets Consumer.
dev-master
2019-05-21 05:56 UTC
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2024-10-21 21:12:10 UTC
README
Widgets Consumer Interface repository.
Widgets consumer ask widgets provider for widgets for specific scope/place, throught provider public interface. Or widgets provider can take consumer-object as parameter and inject widgets into it. For this purposes widgets consumer define public methods to gets current scope and all places for current scope.
See main widgets repository for detail description and examples.
Requirements
- PHP >= 7.1
Install
Install with Composer:
composer require php-strict/widgets-consumer