Libraries tagged by Class methods
jaycodesign/btchelper
197 Downloads
Btc Helper is a class with some helper methods for bitcoin
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.
draculaid/phpmocker
16 Downloads
Create mock class for final classes and traits; Create mock method for static, private and final methods
zauberfisch/silverstripe-better-image
750 Downloads
Adds additional methods to the SilverStripe Image class
xiidea/ci-base-model
625 Downloads
An extension of CodeIgniter's base Model class for providing a couple handy methods
jswhetstone/twig-extension
2330 Downloads
A Twig extension providing convenience methods for context-specific HTML classes.
permafrost-dev/laravel-str-extras
3 Downloads
Extra helper methods for the Laravel Str helper class.
pdo-proxy/pdo-proxy
26 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.
mbrevda/aurasql-queryproxy
4111 Downloads
Class to proxy Aura Sql and Query methods
grzgajda/comicvine-api
56 Downloads
PHP class wrapper providing a simple and flexible methods to using ComicVine API.
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.
nickmoline/robots-checker
858 Downloads
Class to check a URL for robots exclusion using all possible methods of robots exclusion
mouf/html.template.menus.basicmenu
143791 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
mediagone/types-collections
1951 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).
make/accessible
81 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.