contributte / nextras-orm-generator

:wolf: Rich Nextras\ORM entity generator for fast prototyping your new project.
https://contributte.org/packages/contributte/nextras-orm-generator.html
MIT License
20 stars 14 forks source link

Related projects #17

Closed f3l1x closed 3 years ago

f3l1x commented 5 years ago

I would love to see some cooperation on one package. What do you think guys?

@martenb @Barbarossa-42 @Zarganwar @nattreid

Cc @dakorpar

mabar commented 5 years ago

nattreid/orm

Zarganwar/nextras-orm-generator Barbarossa-42/nextras-orm-command

martenb/nextras-orm-code-generator

martenb commented 5 years ago

If you wan't to integrate my package, I can cooperate to help you with it...

martenb commented 4 years ago

I was thinking to rewrite my generator to composer script (no dependency on symfony/console, nette/di), is this the right way of merging these packages?

Zarganwar commented 4 years ago

I am able to cooperate but idk if integration of my old generator is to something. It's old and for old version of orm. I don't use this orm currently 🤕

f3l1x commented 4 years ago

@martenb I think it might be, but is it really needed? I mean I've only used this type of generator to start new project. Symfony Console could be opt-in.

@Zarganwar I see, thus it's okey and we keep it just like that. Thanks for comment.

martenb commented 4 years ago

In my case i used it everytime i need to create new entity, so no just at the start of project. Composer script could be easier to use for beginners i think.

martenb commented 4 years ago

@mabar

Currently, I am working on generic code generator. What do you think about that?

https://packagist.org/packages/adbros/worker

f3l1x commented 3 years ago

Looks great, how far are you?

f3l1x commented 3 years ago

Closing it now.