This looks suspiciously similar to azjezz/psl, just with a different API. It even has the same name: PHP Standard Library.

The PHP community would be better if devs worked together instead of copying and re-branding someone else's work. Credit to azjezz for the original PSL.

@afilina At least the screenshot shows a perfect example of adding pointless complexity rather than addressing the design flaw of using implicit APIs with magic strings.

@theseer @afilina And I wonder what the improvement over `Assert::string($apiKey)` or `/** @var string $apiKey */` is.....

🀷

@theseer @afilina Apart from the obvious `Config::getApiKey(): string`