Libraries tagged by prev
retentionscience/dummy-pkg
3 Downloads
Preventing Dependency Confusion in PHP with Composer
restruct/silverstripe-newsgrid
132 Downloads
Manage News items from a Gridfield to prevent cluttering the sitetree
repertus/dummy-pkg
3 Downloads
Preventing Dependency Confusion in PHP with Composer
reichwebconsulting/cron-expression
6 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
reflektion/dummy-pkg
3 Downloads
Preventing Dependency Confusion in PHP with Composer
refersion/dummy-pkg
2 Downloads
Preventing Dependency Confusion in PHP with Composer
recosense/dummy-pkg
3 Downloads
Preventing Dependency Confusion in PHP with Composer
recom/dummy-pkg
3 Downloads
Preventing Dependency Confusion in PHP with Composer
rcs_us/framework_core
14 Downloads
PHP implementation of Qt's signals/slots. This release is for 5.3+ & 7+ as there are namespaces. Please see other version for previous version without namespaces
rcdesign/rcgallery
0 Downloads
Simple TYPO3 Gallery with a list preview and a creation date
rbs1518/selifa-core
5 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
ravitechnology/dummy-pkg
4 Downloads
Preventing Dependency Confusion in PHP with Composer
raveinfosys/dummy-pkg
3 Downloads
Preventing Dependency Confusion in PHP with Composer
rapidwebltd/no-post-data-laravel-middleware
76 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.
ramzeng/laravel-tamper-attack
0 Downloads
laravel middleware to prevent tamper attacks.