Libraries tagged by dead methods
mrkindy/deadscanner
52 Downloads
Laravel console command to list dead methods and classes from Laravel projects.
jdrieghe/array-helpers
482515 Downloads
A collection of convenience methods to deal with arrays in php. Somewhat inspired by Laravel array helpers.
hananils/kirby-date-methods
884 Downloads
Parsing and formatting dates can be difficult, especially if you deal with multilingual content. Date Methods aims to simplify date output by providing page and field methods to handle points in time as well as date ranges accurately in your snippets and templates.
aedart/overload
12839 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
aedart/athenaeum-properties
2048 Downloads
DEPRECATED - Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
zozlak/logging
12173 Downloads
Set of methods to deal with the HTTP Accept header
zozlak/http-accept
9789 Downloads
Set of methods to deal with the HTTP Accept header
cse/helpers-arrays
69 Downloads
Array helpers provides extra static methods allowing you to deal with arrays more efficiently.
hopkins/migrate-reload
180 Downloads
A simple console command to drop every table in the database, and then run migrations, as well as seeds. Helpful for rapid development when you do not want to deal with the down() methods of migrations
bakgul/kernel
232 Downloads
This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.
symfony/json-streamer
741178 Downloads
Provides powerful methods to read/write data structures from/into JSON streams.
ci/restclientbundle
619866 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
slub/php-mods-reader
26662 Downloads
Read MODS metadata into PHP objects that offer some convenient data extraction methods
shootproof/php-sdk
46946 Downloads
The API comes free of charge with your ShootProof account and currently is only available in the form of JSON responses. Read up on the API documentation to discover the different methods that are available.
granam/strict-object
54263 Downloads
Base object, checking access to undefined properties and methods