Libraries tagged by methods to class
sqonk/phext-core
1768 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.
leofranca47/abstract-repository-eloquent-laravel
694 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
theod02/castor-class-task
1378 Downloads
Add possibility to use class and methods to expose task in castor
rikudou/friend-classes
23 Downloads
Allows other classes to access your class private methods/properties
tobento/service-macro
296 Downloads
Dynamically add methods to a class.
phpdepend/callmap
30 Downloads
PHPStan Plugin to collect method-calls for further processing
vswteam/laravel-hashed-naming
1660 Downloads
A trait to hashed naming methods to a class
atomastic/macroable
7064 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.
zauberfisch/silverstripe-better-image
750 Downloads
Adds additional methods to the SilverStripe Image class
astrotomic/laravel-transaction-proxy
1313 Downloads
This package provides a trait and class to call methods in a database transaction.
labrodev/php-mixed-converter
63 Downloads
PHP utility class that provides methods to convert mixed values to strings, ints or floats
bigsinoos/laravel-repository-response
9 Downloads
Solution to PHP repository class method responses, Helps to implement true Repository pattern.
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
mediagone/types-collections
1955 Downloads
Provides full-featured collections for primitive types, and generic classes to build your own strongly-typed collections. Each collection has chainable methods to perform traversal, filter and projection operations (similar to Microsoft's LINQ-like features).
mbrevda/aurasql-queryproxy
4111 Downloads
Class to proxy Aura Sql and Query methods