Libraries tagged by happy
syehan/webhook-plugin
1 Downloads
Webhooks allow external services to be notified when certain events happen. When the specified events happen, we’ll send a POST request to each of the URLs you provide.
sunnysideup/schedulizer
12 Downloads
A silverstripe module for organising stuff to happen at arbitrary times in the future, useful with QueuedJobs
spiritedmedia/redis-full-page-cache-purger
137 Downloads
Purges keys from Redis when certain WordPress events happen. Pairs well with EasyEngine.
rhamadsani/migrationrollbackvisualizer
2 Downloads
Visualizes what will happen when you run a Laravel migration rollback.
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.
pixelbrackets/has_yet
398 Downloads
Has … yet? Script to set up a Twitter bot tweeting answers to important questions like “Has something happend yet?”
pilskalns/halpers
6 Downloads
Dumb use of little functions I happen to share between every project
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.
olegstepura/error-bundle
14 Downloads
Email notify about errors and exceptions happened in production mode
messagemedia/webhooks-sdk
1682 Downloads
The MessageMedia Webhooks allows you to subscribe to one or several events and when one of those events is triggered, an HTTP request is sent to the URL of your choice along with the message or payload. In simpler terms, it allows applications to 'speak' to one another and get notified automatically when something new happens.
icybee/module-dashboard
179 Downloads
Hosts widgets that display information about what is happening in Icybee.
hk2/multianalytics
1 Downloads
HK2 Multi Analytics - Offers easy integration of your ecommerce store with integrating Google Tag Manager, Facebook Domain Verification & Pixel Code in Magento Store saving you the hassle of manual setup. It also helps ContentSquare, etc from tracking data & providing real-time insights to improve the digital experience, increase customer happiness and drive growth.Easily configure Google Tag Manager & Facebook Pixel on your Magento 2 website. Using Magento 2 Google Tag Manager you can track the behavior of the customers coming onto your website. HK2 Multi Analytics automatically adds the Google Tag Manager code to all pages in your Magento 2 store, enabling site-wide tracking of user data. Added Google Product RSS Feed (Product feed for Google Shopping)
hiqdev/hiapi-r01
14 Downloads
hiAPI plugin for hEPPy
goomcoom/laravel-messages
5 Downloads
Sometimes you may wish to return responses with some extra messages informing the user of what happened. This package provides a fluent interface to add messages from anywhere within in your code base and gracefully add them to your JSON responses.
giacomomasseron/laravel-cache-when-db
2 Downloads
Register cache you want to clean when something happens in the database