Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 Ideas #110

Closed
7 of 13 tasks
kbond opened this issue Jan 16, 2021 · 5 comments
Closed
7 of 13 tasks

2.0 Ideas #110

kbond opened this issue Jan 16, 2021 · 5 comments
Milestone

Comments

@kbond
Copy link
Member

kbond commented Jan 16, 2021

@wouterj and I have been discussing some potential changes for 2.0. This is a list of potential ideas:

@kbond kbond added this to the 2.0 milestone Jan 16, 2021
@wouterj
Copy link
Contributor

wouterj commented Jan 16, 2021

Method names: $user = UserFactory::new()->create()->object() is unfortunate. The ->object() would be removed by removing the Proxy (above) but $user = UserFactory::new()->create() is still confusing...

See #111 for a proposal to fix this

@wouterj wouterj mentioned this issue Feb 28, 2021
5 tasks
@nikophil
Copy link
Member

nikophil commented Apr 11, 2021

Hello @kbond
sorry if it's not the correct place to ask kind of things

Are you willing to supportdoctrine/odm in the future version this library?

@wouterj
Copy link
Contributor

wouterj commented Apr 11, 2021

@nikophil the library is written based on doctrine/persistence (with some specific features requiring doctrine/orm). So there is a theoretical chance that this bundle supports doctrine/odm already (but afaik, it has never been tested).

@nikophil
Copy link
Member

Nice to here that, I'm gonna try that on a project of mine which uses mongo
I'm afraid it won't support embedded collections out of the box... I'll let you know

@nikophil
Copy link
Member

all of the subjects raised here have been addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants