Nic's repositories
addons.silverstripe.org
Website hosting SilverStripe Framework extensions
dynamic-vagrant-puphpet
A few puphpet based vagrant boxes that are easy to spin up... SilverStripe works well with these
php-gitlab-api
GitLab API client for PHP
phpab
A PHP library to implement A/B testing.
silverstripe-addressable
Adds configurable address fields to an object, and provides automatic geocoding.
silverstripe-admin
SilverStripe Admin Component
silverstripe-bootstrap-select
A form field utilizing the dropdown.js bootstrap component via https://github.com/silviomoreto/bootstrap-select
silverstripe-chunkeduploadfield
A Silverstripe UploadField that supports (very) large uploads without fiddling with php.ini
silverstripe-collection
Display a filterable collection of pages or dataobjects on a page
silverstripe-cropperfield
Provides an interface for you to generate thumbnails of things in the CMS. Adapters can be used to extend the functionality to thumbnail videos, PDF documents, etc.
silverstripe-csv-utility
A utility class to aid in generating csv files from data sets, mainly DataList and ArrayList.
silverstripe-custommenus
Adds the ability to create multiple menu's in the CMS and then render them using a custom control
silverstripe-display-logic
The Display Logic module allows you to add conditions for displaying or hiding certain form fields based on client-side behavior.
silverstripe-examples
A collection of branches with code snippet examples.
silverstripe-installer
The installer for SilverStripe CMS and Sapphire. Check out this repository to start working with SilverStripe!
silverstripe-limitedrelationsgridfield
Adds the ability to limit the number of items in the relationship managed by GridField.
silverstripe-mailchimp
Adds mailchimp integration to SilverStripe, eventually inside a widget
silverstripe-multivaluefield
A fieldtype that makes it possible to store arrays of data (serialised) in the DB. Useful if you have many fields that you don't want to normalise out over many joins
silverstripe-quickaddnew
A decorator for a form field that manages as has_one relation, to allow adding a new object on the fly
silverstripe-searchable
Adds to the default Silverstripe search by adding a custom results controller and allowing properly adding custom data objects and custom fields for searching
silverstripe-staff-directory
A simple staff directory for SilverStripe sites
silverstripe-travis-support
Creates a SilverStripe project "around" a module, based on core version constraints and its composer.json definitions
silverstripe-userforms
UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
silverstripe-watermarkable
Extends your SS3 to add watermarks to your images.
silverstripe-youtube-playlist
A page that allows for displaying a videos from a Youtube Playlist.
viewable-dataobject
DataExtension that easily allows a DataObject to be viewed like a Page