Hi there, I'm Ollie Read
I do a bunch of stuff with PHP & Laravel, which I will endevaour to update this readme with when I can, but right now I'm working on a course for Multitenancy with Laravel.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI do a bunch of stuff with PHP & Laravel, which I will endevaour to update this readme with when I can, but right now I'm working on a course for Multitenancy with Laravel.
Eloquence provides a cache on top of Eloquent that prevents multiple models being created for a single database row using the Identity Map design pattern.
Transmute is a simple PHP library for transmuting data between multiple formats and types.
PHP
This PR adds the ReflectionMethod::hasPrototype
method, to allow users to check whether a method has a prototype, falling more in line with the way…
Description
All currently attributable reflections have a single method relating to attributes.
getAttributes(?string $name = null, int $flags = 0)…