Introduction to PHP Enums
PHP 8.1 finally brings enums which can be know from other programming languages like C#. It is in my opinion one of best things which came with new php version.
Enums
Prior enums you maybe used static classes like me or you have installed enum compos...
maymeow.hashnode.dev3 min read