Libraries tagged by due
duellsy/aws-sdk-php-laravel
618 Downloads
A simple Laravel 5/6/7/8 service provider for including the AWS SDK for PHP.
duelistrag3/php-wowemu-auth
7 Downloads
Wowemu compliant SRP6 auth implementation
duelistrag3/laravel-config-writer
11 Downloads
Laravel provider to be able to rewrite configuration
dueldanov/whoops
11 Downloads
Whoops Implementation for Email Reporting
zgcasas/cron-expression
70 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
zenki/zenkipay-api-client
12 Downloads
Definition of technical specification of the product; Zenkipay is a gateway cryptocurrency payment system that allows merchant's to receive payments on their e-commerce portals. Unlike other platforms, Zenkipay ensures customer satisfaction through its payment process. guarantee deposit (delivered product and expected quality) to settle payment to the merchant, thus avoiding the loss of client assets due to online scams.
zanderwar/class.upload.php
3 Downloads
This PHP class uploads files and manipulates images very easily. This is a fork from verot/class.upload.php due to it's lack of release
yeyoudaoren/trois
0 Downloads
trois && duex
williamorazi/cron-expression
102 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
vanushwashere/cron-expression-php5
673 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
synga/console-abstraction
1669 Downloads
Due to the differences in the cli interaction in a lot of the frameworks, it is handy to have one way to handle the console interaction.
stevenfoncken/assignments-viewer-for-moodle-php
6 Downloads
PHP web application that lists the currently due assignments of a Moodle™ user
ronte-ltd/json-api-bundle
11 Downloads
Our bundle to work with api due to jsonapi.org
reichwebconsulting/cron-expression
9 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
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.