47 Repositories
PHP silverstripe-mock-dataobjects Libraries
Demo Silverstripe and JavaScript sources for Lightning Talk "FormField Mini Apps" at StripeCon EU 2022
Watch the Lightning Talk on Youtube 📺 Demo repository for Lightning Talk "FormField Mini Apps with the JavaScript framework/lib/style of your choice"
Adds a "spam protection" field to SilverStripe userforms using Cloudflare's Turnstile service.
Turnstile for Silverstripe Adds a "spam protection" field to SilverStripe userforms using Cloudflare's Turnstile service. Maintainer Contact Ed Chipma
Attempting to create an intelligent mock of the Google API PHP Client for unit and functional testing
google-api-php-client-mock A small scale intelligent mock of the Google API PHP Client for unit and functional testing. Overview This is intended to m
An alternative to run cron jobs that uses simple HTTP requests
SilverStripe Simple Jobs An alternative to run cron jobs that uses simple HTTP requests. This module require SilverStripe CronTask. Why? Configuring c
SilverStripe Model Annotations Task
A SilverStripe Task to generate data object model annotations for defined db fields. Also for configs from data extensions.
Helper plugin to install SilverStripe recipes
SilverStripe recipe-plugin Introduction This plugin enhances composer and allows for the installation of "silverstripe-recipe" packages. These recipes
A SilverStripe module for conveniently injecting JSON-LD metadata into the header of each rendered page in SilverStripe
A SilverStripe module for conveniently injecting JSON-LD metadata into the header of each rendered page in Silver
Silverstripe module allowing editors to create newsletters using elemental blocks and export them to a sendy instance
Silverstripe Sendy Silverstripe module allowing editors to create newsletters using elemental blocks and export them to a sendy instance. Introduction
A simple extension that adds the a CMS Edit link to an element that is inline-editable
SilverStripe Elemental Advanced Edit A simple extension that adds the a CMS Edit link to an element that is inline-editable. Created as work-around to
Mockery - Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library
Mockery Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its c
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP
SimpleTest SimpleTest is a framework for unit testing, web site testing and mock objects for PHP. Installation Downloads All downloads are stored on G
Mock implementation of the Translation package, for testing with PHPUnit
PoP Translation - Mock Mock implementation of the Translation package, for testing with PHPUnit Install Via Composer composer require getpop/translati
Silverstripe-tinytidy - Control which styles are available in TinyMCE's style dropdown menu and what elements they can be applied to
TinyTidy for SilverStripe This module mainly serves as an example of how to customise the 'styles' dropdown menu in the TinyMCE editor to control whic
Alerts users in the SilverStripe CMS when multiple people are editing the same page.
Multi-User Editing Alert Alerts users in the SilverStripe CMS when multiple people are editing the same page. Maintainer Contact Julian Seidenberg ju
Multi-language translate module for Silverstripe, without having to manage separate site trees.
Silverstripe-fluent - Multi-language translate module for Silverstripe, without having to manage separate site trees.
This module integrates Silverstripe CMS with Google Translate API and then allows content editors to use automatic translation for every translatable field.
Autotranslate This module integrates Silverstripe CMS with Google Translate API and then allows content editors to use automatic translation for every
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 Searchable Module UPDATE - Full Text Search This module now uses Full Text Support for MySQL/MariaDB databases in version 3.* Adds more c
Searchable DataObjects is a module that permit to include DataObjects into frontend search
Searchable DataObjects Searchable DataObjects is a module that permit to include DataObjects into frontend search. Introduction Pages are not always t
Silverstripe-fulltextsearch - Adds external full text search engine support to SilverStripe
FullTextSearch module Adds support for fulltext search engines like Sphinx and Solr to SilverStripe CMS. Compatible with PHP 7.2 Important notes when
Silverstripe-solr-search - Advanced searching with SilverStripe, Solarium and Solr
Master is no longer the main branch. If you are using dev-master, switch to dev-primary Modern SilverStripe Solr Search Full documentation or see the
Silverstripe-debugbar/ - SilverStripe DebugBar module
SilverStripe DebugBar module Requirements SilverStripe ^4.0 maximebf/php-debugbar jdorn/sql-formatter Installation You can install the debug bar with
Silverstripe-ideannotator - Generate docblocks for DataObjects, Page, PageControllers and (Data)Extensions
silverstripe-ideannotator This module generates @property, @method and @mixin tags for DataObjects, PageControllers and (Data)Extensions, so ide's lik
Silverstripe-populate - Populate your database through YAML files
Populate Module This module provides a way to populate a database from YAML fixtures and custom classes. For instance, when a building a web applicati
Allows DataObjects to self-populate intelligently with fake data
Mock DataObjects for SilverStripe This module provides intelligent content generation functionality to all DataObjects. The object introspects its fie
Automatically delete old SiteTree page versions from Silverstripe
Version truncator for Silverstripe An extension for Silverstripe to automatically delete old versioned DataObject records from your database when a re
Allows Admins to quickly login as any user in the system during development/testing
SilverStripe User Switcher The module adds a small form both in the frontend to quickly login as any user in the system. The intended use is in testin
Silverstripe-masquerade - SilverStripe module to allow users to "masquerade" as other users
SilverStripe Masquerade Module About This module is designed to allow an Administrator to "login" as another "Member" without changing their password
Markdownfield - Markdown field for SilverStripe
MarkdownField This module introduces a new DB field type Markdown & Markdown Editor. It uses github style Markdown style. And uses the simple markdown
A field for editing code in the SilverStripe CMS using Ace Editor
SilverStripe CodeEditorField This module adds a CodeEditorField that uses Ace Editor (http://ace.c9.io/) to let you edit code (mostly HTML or JavaScri
Sspak - Tool for managing bundles of db/assets from SilverStripe environments
SSPak SSPak is a SilverStripe tool for managing database and assets content, for back-up, restoration, or transfer between environments. The file form
Silverstripe-sspy - Python based SSPAK export with higher reliability and cross-platform compatibility
SSPY - Python Stand-alone SSPAK solution © Simon Firesphere Erkelens; Moss Mossman Cantwell Usage: sspy [create|load|extract] (db|assets) --file=my.
SilverStripe live templates - Speed up development with SilverStripe live templates for PhpStorm and WebStorm
SilverStripe live templates My collection of live templates for WebStorm and PhpStorm, following PSR-2, using PHPDoc, and utilizing PHP 5.4 array shor
Vagrant-boxes - Setup scripts and docs for my vagrant boxes, primarily aimed at Web/SilverStripe developement
zauberfisch's vagrant boxes zauberfisch/silverstripe-debian64 Debian 10 x86_64 LAMP Box with many extra features, pre-configured for SilverStripe Sour
Very simple mock HTTP Server for testing Restful API, running via Docker.
httpdock Very simple mock HTTP Server for testing Restful API, running via Docker. Start Server Starting this server via command: docker run -ti -d -p
PHP Mocking Framework
Phake Phake is a framework for PHP that aims to provide mock objects, test doubles and method stubs. Phake was inspired by a lack of flexibility and e
Experimental userdocs thing
Silverstripe Docstation module Provides a CMS UI for browsing markdown documentation colocated with the project. Installation composer require silvers
Mock authentication for CodeIgniter 4
Tatter\Imposter Mock authentication for CodeIgniter
A SilverStripe Module with template methods to quickly make use of FocusPoint, LazySizes, and Object-fit
LazyFocusFit A SilverStripe module with template methods to quickly make use of FocusPoint, LazySizes and object-fit. Requirements PHP FocusPoint JS/C
A simple way to mock a client
Mocked Client A simple way to mock a client Install Via Composer $ composer require doppiogancio/mocked-client guzzlehttp/guzzle php-http/discovery No
SilverStripe Garbage Collection Module
SilverStripe Module for defining and processing Garbage Collection on SilverStripe Applications.
Add mocking capabilities to Pest or PHPUnit
This repository contains the Pest Plugin Mock. The Mocking API can be used in regular PHPUnit projects. For that, you just have to run the following c
A PHP library for mocking date and time in tests
ClockMock Slope s.r.l. ClockMock provides a way for mocking the current timestamp used by PHP for \DateTime(Immutable) objects and date/time related f
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
vfsStream vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with
Mock built-in PHP functions (e.g. time(), exec() or rand())
PHP-Mock: mocking built-in PHP functions PHP-Mock is a testing library which mocks non deterministic built-in PHP functions like time() or rand(). Thi
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
Mockery Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its c
Mock HTTP requests on the server side in your PHP unit tests
HTTP Mock for PHP Mock HTTP requests on the server side in your PHP unit tests. HTTP Mock for PHP mocks the server side of an HTTP request to allow in
Supercharge your app or SDK with a testing library specifically for Guzzle
Full Documentation at guzzler.dev Supercharge your app or SDK with a testing library specifically for Guzzle. Guzzler covers the process of setting up