Libraries tagged by Class methods

bshaffer/phpunit-retry-annotations

23 Favers
457556 Downloads

Traits for retrying test methods and classes in PHPUnit

Go to Download


debuss-a/mtomsoapclient

34 Favers
153366 Downloads

This class overrides SoapClient::__doRequest() method to implement MTOM for PHP. It decodes XML and integrate attachments in the XML response.

Go to Download


astrotomic/php-conditional-proxy

31 Favers
127847 Downloads

This package provides a trait and class to allow calling methods based on a condition without breaking the method chain.

Go to Download


reflective/reflection

0 Favers
11182 Downloads

Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.

Go to Download


php-censor/phpdoc-checker

13 Favers
71411 Downloads

A simple tool for checking that your PHP classes and methods use PHPDocs (PHP DocBlocks Checker fork).

Go to Download


neild3r/php-docblock-checker

0 Favers
102159 Downloads

A simple tool for checking that your PHP classes and methods use docblocks.

Go to Download


doganoo/php-util

7 Favers
4448 Downloads

A collection of common classes and methods that I am usually working with

Go to Download


akondas/php-runtime

6 Favers
2757 Downloads

PHP Runtime class provides methods to get total and free memory

Go to Download


securetrading/data

0 Favers
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.

Go to Download


mouf/utils.common.conditioninterface

3 Favers
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.

Go to Download


digitaldream/laracrud

335 Favers
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

Go to Download


azimkordpour/power-enum

41 Favers
10777 Downloads

This light package provides some methods to your Enum classes to make the most of them.

Go to Download


marcocesarato/sqlparser

30 Favers
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.

Go to Download


steefdw/standards-enums

2 Favers
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.

Go to Download


naoray/eloquent-model-analyzer

16 Favers
419561 Downloads

Helpful methods to gain more information about eloquent model classes.

Go to Download


<< Previous Next >>