Libraries tagged by conditions
strtob/yii2-system-status
0 Downloads
Yii2 module to see system conditions via a check table
sosupp/site-legals
56 Downloads
A laravel package for easily including legally required pages such as: About Us, Privacy Policy, Impressum, Imprint, Terms and Conditions, Disclaimer, etc. No need to recreate models, CRUD functionalities. The package comes with the necessary classes, with drop-in UI for CRUDing these pages, and displaying them to the site users. Suitable for Blogs, News sites, Company websites, E-commerce, etc.
sonleu/barrier
5 Downloads
This is a small package to handle pre-conditions in controllers
slamecka/dependent-select-box
74 Downloads
Author is Daniel Robenek. Nette component selectbox whose condition depends on another. Values are updated either Ajax or without JS using a SubmitButton.
skaylic/yandex-weather-php
7 Downloads
Yandex.Weather uses proprietary forecasting technology Meteum to assess current weather conditions in specific locations on the territory of Russia and create forecasts for these geographic coordinates.
sixgweb/forms-plugin
18 Downloads
Frontend/Backend form builder for OctoberCMS that utilizes Sixgweb.Attributize and Sixgweb.Conditions plugins
silverstripers/scheduled-messages
52 Downloads
Send scheduled messages based on conditions. Silverstripe
sfw2/render
15 Downloads
simple redering library for rendering response content on conditions (Content negotiation)
serrg/text-cutter
43 Downloads
Utility to cut long text according to specified conditions (to make preview text, for example)
sarehub/easyeca
331 Downloads
Library to implements Event-condition-action style
sapphirecat/lisp-signals
11 Downloads
Lisp-style signals, conditions, and restarts
saheed/availability-check
2 Downloads
Returns the available products with the conditions added in each service
sadapon2008/mysql_collate
13 Downloads
Mysql Datasource For CakePHP supporting COLLATE in conditions
roblib/amars_conditional_fields
13 Downloads
Custom Roblib module using API #states to set conditions on sighting report form fields for the AMARS project.
rapidwebltd/no-post-data-laravel-middleware
78 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.