ride / lib-widget
Widget library of the Ride framework
1.0.0
2016-10-07 09:40 UTC
Requires
- ride/lib-mvc: ^1.0.0
This package is auto-updated.
Last update: 2026-03-13 03:41:29 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