7
joykill
6y

Just published my first composer package :) It's no big deal most likely but had to let go my excitement somewhere...

It's a package to jumpstart PHP projects wanting to use Gitlab CI by adding some defaults, and adding automated on commit formatting checks.

Main reason I created it, is because i was tired of doing the same config over and over again for my projects...

Anyhow if anyone were to be interested, here it is => https://packagist.org/packages/...

Oh and by the way, yes, it's PHP, and yes I actually do like working with it :)

Comments
  • 2
    That’s awesome!
  • 2
    It only does the basics obviously, but to me, the automated formatting pre commit hook is the main feature... Even if you're not really using the ci, it's worth installing just for that
  • 0
    next step probably is setting up a custom php docker instance for use in the CI stuff, the base one I'm using right now does not have some of the PHP extensions I need for my current PHP project
Add Comment