Libraries tagged by Class methods
bshaffer/phpunit-retry-annotations
457556 Downloads
Traits for retrying test methods and classes in PHPUnit
debuss-a/mtomsoapclient
153366 Downloads
This class overrides SoapClient::__doRequest() method to implement MTOM for PHP. It decodes XML and integrate attachments in the XML response.
astrotomic/php-conditional-proxy
127847 Downloads
This package provides a trait and class to allow calling methods based on a condition without breaking the method chain.
reflective/reflection
11182 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
php-censor/phpdoc-checker
71411 Downloads
A simple tool for checking that your PHP classes and methods use PHPDocs (PHP DocBlocks Checker fork).
neild3r/php-docblock-checker
102159 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
doganoo/php-util
4448 Downloads
A collection of common classes and methods that I am usually working with
akondas/php-runtime
2757 Downloads
PHP Runtime class provides methods to get total and free memory
securetrading/data
438923 Downloads
Secure Trading's Data package. Contains getters/setters/deleters for a data object and allows extending classes to define validation methods for specific data keys.
mouf/utils.common.conditioninterface
505716 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.
digitaldream/laracrud
20682 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
azimkordpour/power-enum
10777 Downloads
This light package provides some methods to your Enum classes to make the most of them.
marcocesarato/sqlparser
36420 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
steefdw/standards-enums
41254 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
naoray/eloquent-model-analyzer
419561 Downloads
Helpful methods to gain more information about eloquent model classes.