By Manuel Lemos
PHP readonly classes is the name of the new feature introduced in PHP 8.2 that was released on December 2022.
The readonly classes are an evolution of the readonly class properties introduced in PHP 8.1.
Read this short tutorial article to learn more about readonly classes and how you can benefit from this feature if you use PHP 8.2 or later by checking some PHP code examples.