Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipublikuj-archive/widgets
Dynamic page controls aka widgets manager for Nette Framework (2.4+)
https://github.com/ipublikuj-archive/widgets
ipub ipublikuj nette nette-component nette-extension nette-framework php php7 php71 php72 widget widget-manager
Last synced: about 1 month ago
JSON representation
Dynamic page controls aka widgets manager for Nette Framework (2.4+)
- Host: GitHub
- URL: https://github.com/ipublikuj-archive/widgets
- Owner: ipublikuj-archive
- License: other
- Archived: true
- Created: 2014-09-18T19:30:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T18:55:27.000Z (over 5 years ago)
- Last Synced: 2024-09-22T20:30:58.000Z (about 1 month ago)
- Topics: ipub, ipublikuj, nette, nette-component, nette-extension, nette-framework, php, php7, php71, php72, widget, widget-manager
- Language: PHP
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Widgets
[![Build Status](https://img.shields.io/travis/ipublikuj-ui/widgets.svg?style=flat-square)](https://travis-ci.org/ipublikuj-ui/widgets)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/ipublikuj-ui/widgets.svg?style=flat-square)](https://scrutinizer-ci.com/g/ipublikuj-ui/widgets/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/ipublikuj-ui/widgets.svg?style=flat-square)](https://scrutinizer-ci.com/g/ipublikuj-ui/widgets/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/widgets.svg?style=flat-square)](https://packagist.org/packages/ipub/widgets)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/widgets.svg?style=flat-square)](https://packagist.org/packages/ipub/widgets)Dynamic page content components alias **widgets** manager for [Nette Framework](http://nette.org/)
## Introduction
This extensions add ability to display small webpage parts called widgets (like in WordPress) in your application based on Nette framework
* Collects all site widgets which could be created by you or downloaded
* Render each widget in way you want## Installation
The best way to install ipub/widgets is using [Composer](http://getcomposer.org/):
```sh
$ composer require ipub/widgets
```After that you have to register extension in config.neon.
```neon
extensions:
widgets: IPub\Widgets\DI\WidgetsExtension
```## Documentation
Learn how to use widgets manager for custom widgets in [documentation](https://github.com/iPublikuj/widgets/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/widgets](http://github.com/iPublikuj/widgets).