Libraries tagged by Rauth
webbuilders-group/silverstripe-login-files
279 Downloads
Changes how assets in Silverstripe that require a logged in user are handled by redirecting them to login rather than returning a page not found while keeping draft assets as a page not found.
umdigital/wordpress-github-updater
144 Downloads
Provides simple method to distribute releases using github rather than wordpress plugin repo.
techendeavors/dnsoverhttps
27 Downloads
DNSOverHttps allows you to query DNS records over an HTTPS connection rather than interacting with your local DNS server. Supports the public Mozilla, Cloudflare, and Google API servers.
particle/state
22 Downloads
A rather simplistic but pretty finite state machine implementation
martinbean/eloquent-singular-table-names
4396 Downloads
Makes Eloquent models use singular (rather than plural) table names by default.
irap/aws-emailer
863 Downloads
A package that adds support for emailing through AWS directly (rather than using SMTP)
intahwebz/flickrguzzle
174 Downloads
A Flickr wrapper to allow you to call the Flickr api with Guzzle as the backend.Goal is to have 100% Flickr api coverage rather than just upload/display photos (currently at 23%).
iansltx/business-days
339 Downloads
A way to calculate date periods based on the concept of business days rather than calendar days
fromholdio/silverstripe-no-edit-message
13 Downloads
Display friendly message in CMS on pages where user has no edit perm, rather than read-only form.
fromholdio/silverstripe-formaction-link
9 Downloads
A type of FormAction that renders as a link/anchor rather than button or input.
coinvestor/laravel-batchsqs
4128 Downloads
An alternative Amazon SQS queue driver for Laravel. Messages are sent in batches rather than one at a time, which may be more efficient if you have a lot of messages to send.
cfxmarkets/repo-tools
366 Downloads
A small set of tools to help manage repositories, such as database migration tools, etc. NOTE: Because these tools encompass a wide range of uses, we've decided not to declare their dependencies explicitly. Rather, these dependencies are _suggested,_ such that people who need them may easily find and download them, while those who don't won't need to incorporate excess code.
bradp/static-404
147 Downloads
Quickly output a 404 for static files that aren't found, rather than loading the normal 404 page
tekton/session
49 Downloads
Tekton Session provides a session manager based on Aura\Session rather than Laravel's session manager.
okipa/laravel-model-json-storage
1364 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.