Libraries tagged by irstea
mediagone/types-common
3647 Downloads
A collection of generic Value Objects you should (always) use instead of primitive types!
mawebdk/preg-match
5 Downloads
PregMatch is an encapsulation of preg_match returning a boolean instead of 0/1 and throwing an exception in case of an error.
lexbelcode/laravel-eloquent-dynamic-tables-for-models
4 Downloads
A simple but effective way to set the table of a model at runtime and continue using Eloquent instead of QueryBuilder
klimesf/nette-jwt-user-storage
46 Downloads
Nette IUserStorage implementation using JWT instead of sessions.
kduma/eloquent-tokenable
175 Downloads
Allows using tokens (HashIDs) instead of id in Laravel Eloquent models.
kamerk22/ipfuscator
6 Downloads
IPFuscation is a technique that allows for IP addresses to be represented in hexadecimal or decimal instead of the decimal encoding we are used to. IPFuscator allows us to easily convert to these alternative formats that are interpreted in the same way.
jarjobs/sonatadtomodelmanager
3838 Downloads
Bundle for handling Sonata Admin form data with data-transfer-object instead of entity
itonomy/module-database-logger
128 Downloads
Module which extends default monolog logger to log into database instead of files
imarc/craft-pickture
1138 Downloads
A custom field type to let users pick between thumbnails instead of just text labels.
ibrunotome/google2fa-laravel
10917 Downloads
The pragmarx/google2fa with cache store instead sessions
hyperlink/laravel-created-by
77 Downloads
Annoyed by writing the created by foreign user id for every model? Use our blueprint function instead
hnhdigital-os/laravel-ics
480 Downloads
A Laravel warraper for the eluceo/iCal package that offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
hassansin/dbcart
7279 Downloads
Shopping Cart library for Laravel 5 that uses Database instead of Sessions
happyr/google-site-authenticator-bundle
15128 Downloads
Authenticate your website (not your users) with Google API. Can be used instead as Domain-Wide Delegation of Authority
girgias/csv
17 Downloads
A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.Supports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.