Libraries tagged by methods to class
dgifford/property-setter-trait
3809 Downloads
Trait providing methods to set class properties with an array.
atomastic/macroable
7063 Downloads
Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.
romanlazko/support-macroable
4 Downloads
Trait Macroable to dynamically add methods to your PHP classes.
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.
akondas/php-runtime
1869 Downloads
PHP Runtime class provides methods to get total and free memory
imliam/laravel-macros
6 Downloads
A collection of miscellaneous methods to extend some of Laravel's core classes through the use of macros and mixins
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
1922 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
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.
grzgajda/comicvine-api
56 Downloads
PHP class wrapper providing a simple and flexible methods to using ComicVine API.
nickmoline/robots-checker
849 Downloads
Class to check a URL for robots exclusion using all possible methods of robots exclusion
hotelmah/write-file
15 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.