3 Repositories
PHP accessors Libraries
A PHP library for simplifying the use of accessors.
Accessor A PHP library for simplifying the use of accessors. Usage use Doctrine\ORM\Mapping as ORM; use Phine\Accessor\AccessorTrait; use Phine\Access
5 May 14, 2020
Make your accessors smarter
Computed properties for Eloquent Laravel 5.4+ Based on this tweet: https://twitter.com/reinink/status/899713609722449920 Some examples for better unde
197 Jul 22, 2022
🔥 Fire events on attribute changes of your Eloquent model
class Order extends Model { protected $dispatchesEvents = [ 'status:shipped' = OrderShipped::class, 'note:*' = OrderNoteChanged:
252 Dec 7, 2022