Hey Guys,
I wrote Jonathan Reinink asking about process of adding new packages.
He linked me here with a note, that there is too much packages (~30) at the moment, there is not space for new ones.
That's expected state in evolution, if you grow a successful open-srouce project.
So instead of asking for adding my package, I'd like to help you decresing maintenance work.
(Btw, if you talked about it in some topic here, just link me there, pls.)
I used to maintain 20+ separated packages and it was really hell.
Have you considered using monorepo? Like Symfony, Laravel or Sylius.
It allows to few users to effectivelly maintain huge amount of packages in one repository.
I wrote a post about it, that should expalin point, advantages and disadvantages.
https://www.tomasvotruba.cz/blog/2017/01/31/how-monolithic-repository-in-open-source-saved-my-laziness/
Let me know, what do you think about it and if it fits your vision.
Tomas