Libraries tagged by castable
jabarihunt/mysql
81 Downloads
A simple class that handles MySQL database instances with support for both TCP and Socket connections. I created this class as a standard way to interact with MySQL databases from within other projects with very low overhead. I will personally use it as a dependency in those projects, but it's perfectly capable of being used as a standalone handler.
ivuorinen/curly
4 Downloads
HTTP Curl client capable of NTLM authentication
iburn36360/logger
19 Downloads
A Logging utility capable of formatting error output with stack traces, exception logging separately, fatal error handling and runtime log file swapping
hichembenali/php-invoicr
53 Downloads
Invoicr is a free and open-source PHP invoice generator that is capable of churning out HTML, PDF, DOCX, and PNG invoices. It is a simple fuss-free package that will give developers a quick boost with their invoice generation needs.
graymatterlabs/geoip
352 Downloads
GeoIp capable of supporting any Ip to geolocation service
germania-kg/translator
28 Downloads
Callable translator
germania-kg/renderer
177 Downloads
Render Callables for PHP files, Twig, Smarty and Markdown
germania-kg/psrcontainerfactory
75 Downloads
Factory callable that creates and returns a Pimple PSR-11 Container
germania-kg/nullfactory
29 Downloads
Factory callable that returns null or any other default value
germania-kg/namespaced-filefinder
25 Downloads
Callable to find files in namespaced directories
germania-kg/googlerecaptcha
55 Downloads
Callable and Pimple Service Provider for Google's ReCaptcha.
germania-kg/formvalidator
135 Downloads
Callable for validating and filtering user inputs with convenient evaluation API.
gburtini/router
23 Downloads
A very simple lightweight routing system capable of safe in-order fallbacks/priorities. All variables are treated as untainted. You should read the code (or at least 'Security' on the github page) before using this!
funnyfig/swoole_retrier
45 Downloads
repeatedly run a callable until stop called or timed-out. retry delay algorithm is borrowed from malkusch/lock Loop
fostam/retry
176 Downloads
Retry any callable until success or max retries, using various delay policies