Libraries tagged by file output
instituteweb/min
11556 Downloads
Extends TYPO3's compressor for JS and CSS with minifier. This may save you up to 60% of default compressed file size. Also compresses HTML output of TYPO3. Full composer support.
codeminds/mailmanager
7 Downloads
Manage all outgoing mails in one central place. Configure all mails in one yaml file and disable or reroute all mails for debugging with one switch. Output the mail contents to files for more quick debugging.
bitzyk/test-parser
7 Downloads
Parser that read csv file and save xml or html output according to specifications
zeus-server/bandwidth-throttler
3 Downloads
This library can be used to limit (throttle) the speed of files served for download. It intercepts the PHP script output by setting a buffering handler that is called every time a given number of bytes are served to the browser. The library measures the time since the last time the PHP output buffer was flushed and hold on PHP for a while if the average download speed is above a given limit.
unreal4u/ds18b20-sensor-read
16 Downloads
Will read out the w1_slave file of a DS18B20 sensor and send the output to a MQTT broker
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
paba/paba
109 Downloads
PABA - PHP Apache Benchmark Analyser: analyses output of ab (Apache Benchmark) and generates CSV file
joest8/pdfinterpreter
2 Downloads
This class is designed to convert multiple PDF files, whether image-based or text-based, into an array of data.The class uses user-defined templates containing regular expressions to control the data extraction process, allowing for customized and flexible output.
jlabno/annotations-scanner
282 Downloads
Annotated files scanner - looks for methods annotated with provided annotations, outputs an array of either filepaths or directories.
jigius/todo
52 Downloads
Outputs all todo and fixme comments presents in php files
iburn36360/logger
17 Downloads
A Logging utility capable of formatting error output with stack traces, exception logging separately, fatal error handling and runtime log file swapping
gabrielqs/theme-settings
971 Downloads
Creates placeholders to be used in frequently used places by themes. By doing this, and by having a theme outputting such placeholders, one can avoid template files conflicts.
adamquaile/csvgenerator
26 Downloads
Generate CSVs with various ouput adapters (file, http response, etc..) . Minimal options, always quoted fields ("), always comma-delimited.