Registry / web-framework / silverstripe-widgets

silverstripe-widgets

JSON →
library3.0.1phppackagistunverified

Widgets are small pieces of functionality such as showing the latest Comments or Flickr Photos, normally displayed on the sidebar.

composer require silverstripe/widgets
INSTALL
IMPORT
SIG · SILVERSTRIPE-WIDGE
S
silverstripe-widgets
web-frameworkphpv3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Widget
use SilverStripe\Widgets\Model\Widget;

Create and save a new widget.

use SilverStripe\Widgets\Model\Widget; $widget = Widget::create(); $widget->Title = 'Latest Comments'; $widget->write();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
silverstripe-widgets — pip install silverstripe-widgets · libregistry