Widget abstraction library of the PHP Ride framework.
A Widget interface represents a small component which can be placed in a container.
The WidgetProperties interface is used to set and get properties for the widget instance.
A generic implementation is provided through the GenericWidgetProperties class.
The WidgetModel interface is used to implement a data store of the available widgets.
For more examples, you can check the following implementations of this library:
You can use Composer to install this library.
composer require ride/lib-widget