samuel-tallet / symfony-mongodb-document-maker
A Symfony command to generate MongoDB document PHP classes.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 1
pkg:composer/samuel-tallet/symfony-mongodb-document-maker
Requires
- php: >=7.2
- nayjest/str-case-converter: ^1.0
- symfony/console: ^4.4
This package is auto-updated.
Last update: 2025-09-12 22:05:34 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