Tom WrightforDecodeLabs dev logblog.decodelabs.com·Oct 21, 2022Development log - 2022/42Stash A new addition to DecodeLabs this week, Stash brings a comprehensive caching system to the ecosystem. Implementing both PSR-6 Cache and PSR-16 Simple Cache standard interfaces, Stash provides simple and flexible means to store volatile data qui...DiscussDev log recapsDecodeLabs Stash
Tom WrightforDecodeLabs dev logblog.decodelabs.com·Oct 18, 2022Introducing: DecodeLabs ExceptionalPHP (and, as it happens, most modern languages) rely on a fairly rudimentary concept of Exceptions to handle errors at runtime. The principle is generally sound, however the implementation suffers from a handful of key flaws. Primarily, meaning is in...DiscussIntroducing...DecodeLabs Exceptional