Closed cnizzardini closed 1 year ago
@lorenzo is this no longer maintained?
@cnizzardini not using this anymore, but I try to be a good open source citizen and merge things whenever I find the time. Thanks for your contribution!
@cnizzardini let me know if you would like to become a maintainer and I can give you commit bits
Not sure I have the time or the deeper knowledge of all bits of this library to fully maintain it. I'd be fine maintaining it with a group of people though. Are there are any other contributors you can think of to add as well @lorenzo ?
This PR adds github actions pipeline so the library can be tested in all supported versions of CakePHP and PHP. It also resolves a number of errors, typos and inaccurate comments.
Resolves #62
Looking at the last PR some users @swiffer @gildonei and others may take issue with removing the mixed return type, but it seems as though that PR may have broken installs running 7.2 - 7.4.
If this PR is approved I suggest forcing PRs to pass checks, updating build image on readme, and ideally adding coveralls.io so we can see coverage statics.