jmflava/mongo-transformer

There is no license information available for the latest version (v1.1) of this package.

A utility class to transform MongoDB cursor objects to various other types.

v1.1 2013-03-07 15:27 UTC

This package is not auto-updated.

Last update: 2024-06-16 03:02:01 UTC


README

MongoTransformer

A utility class that transforms MongoDB cursor objects to various other types.

Usage examples:

$transformer->convert($mongoCursor)->toArray();
$transformer->convert($mongoCursor)->toJson();
$transformer->convert($mongoCursor)->toJsonp($callback);