nikic / scalar_objects

Extension that adds support for method calls on primitive types in PHP
MIT License
1.13k stars 44 forks source link

Is this project dead? #45

Closed lopesrichard closed 2 years ago

nikic commented 2 years ago

I just checked, this project still works fine on PHP 8.1 and PHP 8.2-dev.

HallofFamer commented 2 years ago

I dont think the project is dead, but there aint significant progress in the direction developers want to see either. Is there plan to add it to PECL one day? Also maybe eventually, someone will draft a RFC for scalar objects, if one day PHP considers adding extension methods like C#. I feel the syntax of C#'s extension methods is quite similar to how scalar objects work.