Libraries tagged by methods to class
best-served-cold/reflection
130 Downloads
Reflection - Simple utility to reflect objects and classes to access properties and methods.
amonite/async
3 Downloads
PHP async, await and Promise classes, about to run async methods
aesonus/php-magic
314 Downloads
Reads the class docblock to determine magic method behavior
scopez-jelmer/validation-helper
3 Downloads
Some helper methods to help you build up your validation classes quicker
pbxg33k/phalcon-dummy-backend-cache
6 Downloads
This is a library which doesn't cache but still offers a class that responses to the cache methods. Useful for developing/testing without cache.
jabarihunt/format
6 Downloads
Class to hold static formatting helper methods.
alpa/tools_sucker
12 Downloads
For unit testing. The sucker for classes and objects to call private methods.
webiik/container
70 Downloads
The Container adds handy methods to most common Pimple functions and then adds automatic injection of dependencies from container to class constructor.
ssitu/euclid
3 Downloads
A PHP tool to map your classes and methods, so you can execute them from the comfort of your command line interface.
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.
jessesoeteman/sqlite3_connection
50 Downloads
This class is used to connect to a SQLite3 database. It contains methods to execute queries and statements.
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.
designbycode/south-african-id-validator
70 Downloads
The South African ID Validator is a PHP class that validates and extracts information from South African ID numbers. It uses the Luhn Algorithm to validate the ID number and provides methods to determine the gender, citizenship, and birthdate of the individual.
coyote6/laravel-base
85 Downloads
Provides common base classes used for some of Coyote6 GraphX's developed projects. Provides UUID trait for models using it as a primary key. Provides trait methods to return models as options.
briward/itemlist
6 Downloads
Provides a way to build strongly typed lists of values. Provides methods to search, sort, and manipulate lists. Heavily inspired by the .NET List class.