Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-strict/widgets-producer
Widgets Producer
https://github.com/php-strict/widgets-producer
php php-library php7 producer widget widget-library widgets
Last synced: about 1 month ago
JSON representation
Widgets Producer
- Host: GitHub
- URL: https://github.com/php-strict/widgets-producer
- Owner: php-strict
- License: gpl-3.0
- Created: 2019-05-04T06:46:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T10:01:56.000Z (over 5 years ago)
- Last Synced: 2024-10-28T07:34:00.357Z (3 months ago)
- Topics: php, php-library, php7, producer, widget, widget-library, widgets
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Widgets Producer
[![Software License][ico-license]](LICENSE.txt)
[![Codacy Badge][ico-codacy]][link-codacy]Widgets Producer repository.
This repository contains interfaces of widgets producer and widget.
Widgets producer takes widgets data and create widget. Widgets
producer may be a standalone (weather, currency, ...), or a part of
some module (for example - last news for news module).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-producer
```[ico-license]: https://img.shields.io/badge/license-GPL-brightgreen.svg?style=flat-square
[ico-codacy]: https://api.codacy.com/project/badge/Grade/c08c65f1cf744d88866039e583c6c9a5
[link-codacy]: https://www.codacy.com/app/php-strict/widgets-producer?utm_source=github.com&utm_medium=referral&utm_content=php-strict/widgets-producer&utm_campaign=Badge_Grade