Libraries tagged by methods to class
voral/mock-builder
36 Downloads
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.
jimthunderbird/phlexmock
14 Downloads
A tool to allow developers to mock any php class by redefining class methods
jclaveau/php-visibility-violator
201 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
net_bazzline/php_component_code_generator
1556 Downloads
free as in freedom component to generate php code for class, file, method, property, constant, documentation
elfiggo/brobdingnagian-detector
18 Downloads
Detects if your class and methods are too big and suggest to extract responsibilities and collaborators
sqonk/phext-core
1655 Downloads
This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.
pdo-proxy/pdo-proxy
25 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO objects.
leofranca47/abstract-repository-eloquent-laravel
545 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
afonzeca/universalsimplegrid
16 Downloads
The aim of the package Universal Simple Grid (Usg) is giving to Laravel 5 developers an easy way for creating, managing and representing DB data tables inside a 'Data Grid' by using simple classes and methods with a 'fluent' approach inside code
coffeephp/compression-method
39 Downloads
Provides interfaces for compression method classes to implement.
exposer/class-exposer
24 Downloads
Allows access to a classes private methods and properties
rotexsoft/compare-php-class-by-git-branch
4 Downloads
This package compares versions of PHP classes across two git branches to show methods & properties present in one branch & not in the other
matiasmuller/methods-stacks
54 Downloads
Manage DB queries very easily using simple search classes similar to form requests
tobento/service-macro
259 Downloads
Dynamically add methods to a class.
taitava/php-cachedcall
9 Downloads
A simple PHP trait that makes it easy to cache class method call results within a single session.