One of the most sought-after features for PHP is Generics: The ability to have a type that takes another type as a parameter. It’s a feature found in most compiled languages by now, but implementing generics in an interpreted language like PHP, where all the type checking would have to be done at runtime, has always proven Really Really Hard(tm), Really Really Slow(tm), or both.
PHP
★ Detecting spam and auto-replies with Jev and the Laravel AI SDK
Yesterday Taylor announced that Jev support landed in the 1.x branch of the Laravel AI SDK. We started using it that same day for spam detection in There There. Let’s take a look at what Read more…