Libraries tagged by Magic Method
emilmoe/extendable
0 Favers
62 Downloads
62 Downloads
Allowing methods classes to be extended with static and non-static methods. Also supporting classes with already magic methods.
rapidwebltd/etsy-php
0 Favers
17 Downloads
17 Downloads
Based on Etsy Rest API description output, this wrapper provides a simple client with all available methods on Etsy API (thanks to the __call magic PHP method!), validating its arguments on each request.
fleshgrinder/stringable
1 Favers
712 Downloads
712 Downloads
Interface for easy identification of classes that implement the magic __toString method.