K-Phoen / rulerz

Powerful implementation of the Specification pattern in PHP
MIT License
872 stars 96 forks source link

Abandoned project ? #121

Open cedvan opened 3 years ago

cedvan commented 3 years ago

Hi,

is this project abandoned?

If so, is this decision due to a lack of time or a design problem? Would it be possible to find a new maintainer?

K-Phoen commented 3 years ago

Yep, it should be considered a "not maintained".

The current design has some flows, but I still think that the main idea is interesting. I haven't touched this library in a while though, mainly because of a lack of time and interest as I no longer work with PHP.

If a person willing to maintain it would magically show up, I'd gladly accept it. @cedvan interested? ;)

cedvan commented 3 years ago

Unfortunately, I don't have time too.. Sorry.

So I preferred to implement custom specification pattern in my project in order to avoid being trapped with this unmaintained library. It will be interesting to update the README in order to inform future potential users

toniperic commented 1 year ago

Hey @K-Phoen, I've had a similar idea in mind for a while now and accidentally stumbled upon your library today.

What are some of the most notable flaws you've detected with the current design?