Libraries tagged by cnerta
sarelvdwalt/response-json-envelope
14 Downloads
A simple object that can be used to put a response (in JSON, given as an array) inside a standard envelope, giving you a place to put certain meta-data, including the response-code.
rudymas/manipulator
207 Downloads
A collection of classes that manipulate a certain subject (Text, Number, Date, ...)
rockerox/timecircles
1208 Downloads
TimeCircles is a jQuery plugin that provides a nice looking way to either count down towards a certain time, or to count up from a certain time. The goal for TimeCircles is to provide a simple yet dynamic tool that makes it very easy to provide visitors an attractive countdown or timer.
robiningelbrecht/reddit-php-client
1 Downloads
Example of a Reddit PHP client used as a bot to import certain posts.
ricdardox/validador-php5
5 Downloads
Permite validar campos o valores los cuales tienen que cumplir ciertas reglas
rayms/magento2-order-events-broadcaster
7 Downloads
A magento 2 extension that broadcast data to an API for certain order events
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.
qrz-io/onedayadmin
3 Downloads
Adds ability to give 1 day access to the admin panel to certain users.
prij/silverstripe-iprestrictedpage
9 Downloads
Simple SilverStripe module that allows pages to be viewable to certain IP addresses only.
phproger/list-scanner
12 Downloads
Simple, but practical list viewer, which can help you to find certain word, or similar expression and give a result.
petrabarus/yii2-eithervalidator
15419 Downloads
Yii2 validator to force one of certain attributes to be filled
oliver-noth/markup-check
34 Downloads
Parses and checks certain tags in an html markup given by either an url to fetch the markup from or the markup itself.
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything
nlybe/special_notifications
6 Downloads
Extended notifications functionality on certain events for Elgg communites
niisan/some-discovery
0 Downloads
By using the type declaration, the processing class corresponding to a certain class is automatically linked.