Skip to content

Instantly share code, notes, and snippets.

View celsocelante's full-sized avatar

Celso Celante celsocelante

View GitHub Profile
@ajaxray
ajaxray / 1_DocumentSerializer.php
Last active July 3, 2018 10:54
A simple PHP Trait to make Doctrine MongoDB ODM Documents serializable to Array or JSON
<?php
/**
* Created by PhpStorm.
* Author: Anis Ahmad <[email protected]>
* Date: 5/11/14
* Time: 10:44 PM
*/
namespace Your\CoreBundle\Traits;