Results 12 issues of Kevin Boyd

Added Silex 2 support so I can bump OpenCFP up to Silex 2 (now that it's officially out). Also added phpunit to the composer.json (just because that's my preferred way...

I received this Deprecation notice when running unit tests for `sculpin` under PHP 8.1: ``` PHP Deprecated: preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in...

I am seeking a handful of code examples - things (horrors!) that people have encountered in the wild - preferably with matching examples of how they were modernized, so BeautifulPHP.com...

Needs to be fleshed out and unit tested.

I'm running a Container with `defaultToShared=true`, and if I add an inflector, it runs the inflector every time the shared class exits the container. This is causing some unexpected behaviour...

### Steps to reproduce the problem 1. View a post on the web on your primary instance 2. Copy a permalink from that post by right-clicking on the post's date...

bug

In a stunning press release today, the Orange House announced a revolutionary new technology that allows client-side javascript to combine text and images into a single canvas, and then transmit...

By specifying an optional 3rd parameter (in seconds), you can cause a small delay between retries. This can be useful to avoid the perception of flooding.

Simple console command to create a user: `php artisan create:user [email protected] 'Example Name' exampleusername 'password'`