Libraries tagged by Class methods
idimsh/better-bypass-finals
3082 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
runopencode/metadata
147 Downloads
Utility to read/search for class/property/method metadata (attributes).
rmunate/laravel_helpers
2761 Downloads
Empower Your Laravel Journey: Unleash the Power of Helpers! Unlock a world of possibilities with our standard creation and seamless utilization of helpers within the Laravel framework. Our solution offers a simple, efficient, and elegant way to execute your application's custom methods from any class or view, making development a breeze. Supercharge your Laravel project and elevate your coding experience with our Helper Library.
glowy/macroable
5290 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.
evas-php/evas-di
122 Downloads
Di module (Dependency Injection container trait & class) based on magic methods
dgifford/property-setter-trait
5643 Downloads
Trait providing methods to set class properties with an array.
betterphp/php-reflection-utils
11839 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
purplespider/silverstripe-asset-delete-if-unused-extension
4511 Downloads
Provides a deleteIfUnused() method to the File class
mmedia/classcontroller
11115 Downloads
A controller that can take standard PHP classes and convert them to controller methods with auto validation.
vakata/http
6405 Downloads
HTTP Request / Response classes (extending Laminas/Diactoros with a few methods)
tojibon/web-scraper
66 Downloads
A web scraper php class using PHP cURL to scrap web page. By which you can scrap web page by cURL get, post methods also by which you can scrap web page content from a asp.net based websites with form post.
shahmal1yev/gcollection
3323 Downloads
GenericCollection is a versatile PHP library that provides a type-safe collection class for managing various data types. Simplify your data management with intuitive methods and strong type constraints.
mouf/html.template.menus.basicmenu
144877 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
imponeer/toarray-interface
16097 Downloads
A PHP interface defining a standard method for converting objects to arrays. Ensures consistent method naming and return type for array conversion across different classes.
drupal/core-datetime
412 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.