@phpc I'm going to try to improve my cli app that's building reports of my work and invoices by getting data from project management services (currently it only supports youtrack but the plan is to get jira and kimai there as well). I also use it to practice and improve dev skills. Last improvement was to add some automated tests, psr12 and phpstan.
@phpc Working on a DocBook renderer: https://gitlab.com/Girgias/docbook-renderer
Possibly to improve the php.net docs, but also to have a way to properly write articles on my website (which won't get written but *shhh*)
@Crell @phpc PhD is an actual nightmare and a massive blob of code that does way too many things.
And none of the people who actually wrote it, don't contribute to it any more since 2012.
Trying to write this in a sane way, but I'm not even sure I can use static analysis on it because of how I overload the DOMNodes :(
@hunter @phpc The idea is to avoid endorsing any particular framework or library author. Eg, if PHP.net uses Symfony, the Laravel people would get upset and vice versa.
That's valid but the cost is ignoring the incredibly robust ecosystem of PHP. I'm not convinced that is a good tradeoff any more.
Although, they do use Dokuwiki for the wiki, even though it's 3rd party and a mess. So...
@Crell @ramsey @hunter @phpc The main reason my improvements to use composer were rejected for PhD was not the external lib, but needing to maintain something in the build process that is just going to rust away.
The biggest issue with php.net infra is that barely no one has a clue who has access to what antiquated machine that runs what piece of code.
My current plan is, if actually cover what is needed, to just publish a "mirror" myself to convince the swap.
@phpc Improve my console component, then probably create a CLI game ( RPG / Rogue like)
Also work on a phpunit test generator in my company (I will release a v0.1 tomorrow, but not currently open sourced, I will try to discuss and push for open source it)
Also try to add generic phpdoc for my ORM component for phpstan / phpstorm (sounds like complicated for now).
Lots of many thing for this year 👍