Download the PHP package heyday/silverstripe-flexibledataformatters without Composer
On this page you can find all versions of the php package heyday/silverstripe-flexibledataformatters. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package silverstripe-flexibledataformatters
Flexible Data Formatters
Provides a way to easily format a selection of a DataObject's fields used in a custom API. This is often useful when creating your own RESTful API that doesn't use SilverStripes RestfulServer
For a SilverStripe 2.4
compatible version see the branch 0.2
.
Installation (with composer)
$ composer require heyday/silverstripe-flexibledataformatters:~0.1
Usage
Unit testing
Install dev dependencies from within module:
silverstripe-flexibledataformatters/ $ composer install --dev
Use standard phpunit
command
silverstripe-flexibledataformatters/ $ phpunit
If you don't have phpunit
installed globally:
silverstripe-flexibledataformatters/ $ vendor/bin/phpunit
License
Flexible Data Formatters is licensed under an MIT license
All versions of silverstripe-flexibledataformatters with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
~1.0
The package heyday/silverstripe-flexibledataformatters contains the following files
Loading the files please wait ....