ride/lib-widget

Widget library of the Ride framework

1.0.0 2016-10-07 09:40 UTC

This package is auto-updated.

Last update: 2024-04-12 23:12:39 UTC


README

Widget abstraction library of the PHP Ride framework.

What's In This Library

Widget

A Widget interface represents a small component which can be placed in a container.

WidgetProperties

The WidgetProperties interface is used to set and get properties for the widget instance.

A generic implementation is provided through the GenericWidgetProperties class.

WidgetModel

The WidgetModel interface is used to implement a data store of the available widgets.

Implementations

For more examples, you can check the following implementations of this library:

Installation

You can use Composer to install this library.

composer require ride/lib-widget