Libraries tagged by Rauth
sunnysideup/export-all-from-modeladmin
159 Downloads
Export ALL fields from ModelAdmin rather than just the displayed fields.
sunnysideup/downloadtoemail
17 Downloads
Create a link on your site that allows the user to download a file via their e-mail (the user gets a link to the file sent to their email rather than allowing a direct download).
silverstripe-australia/silverstripe-constraints
353 Downloads
Define constraints on data objects that are evaluated before writing, rather than form level validators
shawngiroux/php_tui
1 Downloads
A rather incomplete library for creating terminal interfaces
se7enxweb/bcurlaliaswithdash
5 Downloads
BC Url Alias With Dash is a simple eZ Publish Platform (Legacy) kernel override extension which overrides the default ezchartransform class to provide a simple feature it allows all content urls to be separated by a dash character rather than the default underscor character. Great for advanced developers!
roy404/eloquent
2 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
redot/validator
3 Downloads
Validation framework lets you configure, rather than code, your validation logic.
qbnk/guzzle5-oauth2-subscriber
10182 Downloads
OAuth2 authentication and reauthorization for Guzzle 5.x - forked and based on nmrkt/guzzle5-oauth2-subscriber
peterpalma/file-cache
0 Downloads
Stores cache on disk rather than in a database
ordent/ramenrest
615 Downloads
RamenRest is another Rest Library for Laravel, it focused on exposing of each component separately and use it on controller. Rather than just having AIO process.
moe/remote-gallery
19 Downloads
Gallery designed for images to be hosted elsewhere (Amazon S3, Dropbox etc) rather than on the web server.
moe/login-screen
75 Downloads
Standard login screen for Silverstripe instances which host many sites. A rather unique user-case.
mjducharme/laravel-model-json-storage
175 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.
michielkempen/laravel-uuid-model
15660 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
metabolism/wp-redis-user-session-storage
56 Downloads
Store WordPress user session tokens in Redis rather than the usermeta table. Requires PECL Redis library.