samuel-tallet/symfony-mongodb-document-maker

A Symfony command to generate MongoDB document PHP classes.

v1.0.1 2020-08-02 08:59 UTC

This package is auto-updated.

Last update: 2024-04-12 19:04:59 UTC


README

A Symfony command to generate MongoDB document PHP classes with annotations, getters and setters. Inspired by Symfony's Maker Bundle.

Installation

Installation can be easily done via Composer:

composer require samuel-tallet/symfony-mongodb-document-maker

Usage

To generate a PHP class run these commands:

cd vendor/samuel-tallet/symfony-mongodb-document-maker
php bin/console generate:document

Copyright

© 2020 Samuel Tallet