sheerwater / ss-bson-data-formatter
A BSON Data Formatter for the SilverStripe framework.
Package info
github.com/Sheerwater/SS-BSON-Data-Formatter
Type:silverstripe-module
pkg:composer/sheerwater/ss-bson-data-formatter
dev-master
2014-01-12 21:02 UTC
Requires
- php: >=5.4.0
- silverstripe/framework: 3.*
This package is auto-updated.
Last update: 2026-03-01 00:20:13 UTC
README
This is a simple clone of SilverStripe's JSON Data Formatter, modified to encode and decode BSON. Requirements: bson_encode and bson_decode functions. These could come from any module, but a common source is the PHP Mongo DB library.