Libraries tagged by capturely
vmpublishing/psr15-middleware-error-handler
381 Downloads
dependency-less middleware to capture and process any throwable with a dedicated error handler
vlw/globalsnapshot
25 Downloads
Capture and restore the state of all PHP superglobals.
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.
tomatophp/circle-notes-module
25 Downloads
Capture Notes, organize tasks and ideas easily
themming/httpcapturebundle
11 Downloads
Symfony bundle to capture http request and response data in your logs.
teknicode/bootstrap-forms
60 Downloads
PHP Class to generate an HTML form with Bootstrap 4 styling. A built in form capture class can send the form via Email, SMS or MySQLi. Includes Google ReCaptcha.
teescripts/rpt-forms
4 Downloads
The quickest, easiest and most elegant way to create dynamic forms to capture and display data.
sunnysideup/mailcapture
54 Downloads
Capture emails being sent
smurfworks/laravel-model-meta
31 Downloads
Dynamically configure and capture strictly-typed metadata for your Laravel models as fluent attributes
sikessem/tracer
10 Downloads
A minimal and modern PHP library to capture, filter, and iterate over debug_backtrace results with a fluent API.
siccl/bootstrap-forms
18 Downloads
PHP Class to generate an HTML form with Bootstrap 4 styling. A built in form capture class can send the form via Email, SMS or MySQLi. Includes Google ReCaptcha.
randak/charlotte
5 Downloads
Charlotte crawls through your website and captures data in a database, including links between pages, H1 elements, scripts, stylesheets, and keywords.
phpish/template
517 Downloads
Capture output of and compose plain old PHP templates
pedrotroller/trace-debug
14052 Downloads
A little debugging tool. You can capture stack traces.
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.