Libraries tagged by host file
ost/laravel-file-manager
31 Downloads
This package used to upload,update and delete single or multiple file and more..
brunodebarros/fix-php-post-input
80 Downloads
If your $_POST/$_FILES are empty and they shouldn't be, this library fixes them.
sb2-media/simple-custom-post-types
7 Downloads
Simple Wordpress plugin for registering custom post types via a configuration file.
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.
kinoritech/lost-in-translation
279 Downloads
This scans your laravel project for used locale keys that aren't translated by your locale files.
jhernandes/php-filemanager
25 Downloads
Lib para validar arquivo enviado via POST
miha/post-install
22 Downloads
Create directories, files and links
edmondscommerce/vendor-override
7 Downloads
Applies hot fixes to vendor composer packages for when forking is not possible like in Magento 2
edmondscommerce/m2-hotfixes
9 Downloads
Hot fixes for core bugs and issues in Magento 2
aginev/wp-sanitize
45 Downloads
WordPress transliterate post slugs and media file names
martindilling/postit-printer
5 Downloads
Generate pdf files to print on post-it notes.
aicial/webrequest
59 Downloads
Web request library providing GET PUT POST HEAD Cookies and more for file_get_contents
wolfiesites/yaml-to-wordpress
7 Downloads
Manage wordpress with yaml. Create settings pages and metaboxes for posts and terms. Add pages to admin menu. Register custom post types and taxonomies via config.yaml file. Use it in all ur plugins or themes. Unleash full power of wordpress quickly.
ahost/logging
6 Downloads
Create & save log file and store data in database
rothkj1022/php-xss-sanitizer
65 Downloads
PHP XSS Sanitizer uses HTMLPurifier to recursively clean up get, post, and files arrays to protect your application.