Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 8 hours ago
JSON representation

Dynamic page controls aka widgets manager for Nette Framework (2.4+)

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).