Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-strict/widgets-consumer
Widgets Consumer
https://github.com/php-strict/widgets-consumer
consumer php php-library php7 widget widget-library widgets
Last synced: 6 days ago
JSON representation
Widgets Consumer
- Host: GitHub
- URL: https://github.com/php-strict/widgets-consumer
- Owner: php-strict
- License: gpl-3.0
- Created: 2019-05-01T11:51:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T05:56:58.000Z (over 5 years ago)
- Last Synced: 2024-04-01T20:03:34.949Z (9 months ago)
- Topics: consumer, php, php-library, php7, widget, widget-library, widgets
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Widgets Consumer
[![Software License][ico-license]](LICENSE.txt)
[![Codacy Badge][ico-codacy]][link-codacy]Widgets Consumer Interface repository.
Widgets consumer ask [widgets provider](https://github.com/php-strict/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](https://github.com/php-strict/widgets) repository
for detail description and examples.## Requirements
* PHP >= 7.1
## Install
Install with [Composer](http://getcomposer.org):
```bash
composer require php-strict/widgets-consumer
```[ico-license]: https://img.shields.io/badge/license-GPL-brightgreen.svg?style=flat-square
[ico-codacy]: https://api.codacy.com/project/badge/Grade/20d3903e6e824745b85905320123b5d7
[link-codacy]: https://www.codacy.com/app/php-strict/widgets-consumer?utm_source=github.com&utm_medium=referral&utm_content=php-strict/widgets-consumer&utm_campaign=Badge_Grade