samuel-tallet / symfony-mongodb-document-maker
A Symfony command to generate MongoDB document PHP classes.
v1.0.1
2020-08-02 08:59 UTC
Requires
- php: >=7.2
- nayjest/str-case-converter: ^1.0
- symfony/console: ^4.4
This package is auto-updated.
Last update: 2025-03-12 20:58:28 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