ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
497 stars 343 forks source link

Migration to Laminas? #686

Open visto9259 opened 4 years ago

visto9259 commented 4 years ago

Are there plans to migrate this library and other ZF-Commons libraries to Laminas?

Can I help?

rarog commented 4 years ago

I did a fork and am in the process of rewriting, though I'm doing some BC changes to the code. If you are interested, you can find it here: https://github.com/rarog/laminas-user

visto9259 commented 4 years ago

@rarog, there are many forks of it that are now based on Laminas. I thought of doing one myself. I am more willing to use a library that is supported by an organization rather than an individual. No offense intended to people who share their work. I share my work too on GitHub. That’s why I am asking if Zf-Commons will migrate their work, although this package does not seem to have seen an update for a long time.

jarrettj commented 4 years ago

Same fear here. Looks abandoned. :(

matwright commented 4 years ago

@visto9259

https://github.com/Laminas-Commons/LaminasUser

Feel feel to contribute.

visto9259 commented 4 years ago

Thanks @matwright

I will. There are probably a few other ZF-Commons packages worth porting to Laminas-Commons like zfc-rbac.

@matwright, are you the "owner" of Laminas-Commons?

matwright commented 4 years ago

@visto9259 I set it up to try and keep it consistent with the zfc namespacing (laminas-commons). Happy to add you to the github organisation too and we can follow up with porting other components in there. I mainly use ODM and I am planning to bring across a fork of zfcuser-odm asap too.

visto9259 commented 4 years ago

@matwright Thanks.

zfc-rbac is the other Zf-Commons package that I use in my app. I will look into porting it over to Laminas.

jarrettj commented 4 years ago

Great stuff, thanks for the info @matwright. Will have a look.

vrkansagara commented 2 years ago

Ping @EvanDotPro @weierophinney

jarrettj commented 2 years ago

@vrkansagara I'm using the lm-commons fork. Hope that helps you :)

"lm-commons/lmc-user": "^1"

Regards. Jarrett

vrkansagara commented 2 years ago

@jarrettj I do appreciate your response. But I am looking for core contributor to respond.

weierophinney commented 2 years ago

@vrkansagara I've never actually been a contributor to this library!

At this point, if you're using laminas-api-tools, the lm-commons fork is the correct place to go.

vrkansagara commented 2 years ago

noted @weierophinney