Michael Kimsal

39 Followers
74 Following
106 Posts
php dev in the raleigh/triangle area
webhttps://kimsal.com

A colleague just sent me this PHP library - https://github.com/tplaner/When

Multiple times over the years I've had to deal with recurrence, and now I find what looks to be a good library which can handle this. Seems to do the trick for the scenarios I've encountered.

Anyone else have experience with this, or can point to something better?

GitHub - tplaner/When: PHP Date Recursion library

PHP Date Recursion library. Contribute to tplaner/When development by creating an account on GitHub.

GitHub

Quickly determine some basic quality info on your PHP code with phpinsights

phpqa is an alias to the phpqa docker tool @ https://github.com/jakzal/phpqa

#php #phpqa #refactoring

Added 'quiet rules' behaviour to cyclopsmonitor.com. Known maintenance periods? Skip downtime notifications during those windows with quiet rules.

Curious about checking out the quality of your PHP project, but don't know where to start?

https://github.com/jakzal/phpqa is a project providing docker images of various tools to help measure aspects of your PHP code.

docker run --init -it --rm -v "$(pwd):/project" -v "$(pwd)/tmp-phpqa:/tmp" -w /project jakzal/phpqa phploc ./

will run the phploc tool on your current folder

But... you can alias the tool, then simply run

$ phpqa <toolname> <params>

to run any of the tools on any code.

hello #php #montreal ! :). In town sunday and monday (nov 16/17) - anyone care to grab a coffee? :)

Anyone have any of those $PHP hats from laravel? They're sold out. https://shop.laravel.com/products/laravel-php-dad-hat

I got one at longhornphp but would liked to have got another one as a gift for family but missed it.

Does anyone have one I could buy?

Laravel $PHP Dad Hat

The #longhornphp 2025 tutorial day is underway! @alena is presenting on BDD, @flowcontrol is walking through building an observability extension with Rust, and @DaveLiddament is diving into building custom Rector rules.
Rocking wings at @longhorn !!
This man owes me a universally unique ID
Laravel question - is there any recommended way of wrapping/intercepting calls to session to react to get/set/delete of specific keys in the session?