sheerwater / ss-bson-data-formatter
A BSON Data Formatter for the SilverStripe framework.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 2
Type:silverstripe-module
Requires
- php: >=5.4.0
- silverstripe/framework: 3.*
This package is auto-updated.
Last update: 2024-10-29 03:58:43 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.