Libraries tagged by storeden
white-rabbit-1-sketch/php-file-hash-map
3 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
usmonaliyev/env-auth
251 Downloads
The package provides middleware for Laravel applications to handle Basic Authentication and Secret Key Authentication using credentials stored in the .env file.
tumtum/phpunuhi-export-excel
297 Downloads
This extension for the phpunuhi project enables translations to be stored in an Excel table
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
shopapps/laravel-settings
84 Downloads
config style settings but stored in a DB
salted-herring/image-orientation-fixer
1864 Downloads
Automactially rotate the image that you upload to SilverStripe CMS, based on its orientation value stored in the exif data.
roniestein/package-macro-autocomplete
2339 Downloads
A helper package that allows barryvdh/laravel-ide-helper find and index macros stored in packages
onlinebuddies/modyllic
15 Downloads
MySQL database migrations, schema comparison, stored proc management made easy
nzta/googlemap-leafletfield
351 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
nickaguilarh/holo-settings
1908 Downloads
A package that allow entities to have settings stored in table.
michalsn/codeigniter-session-extended
12 Downloads
Managing user sessions stored in the database for the CodeIgniter 4 framework
mayocube/craft-notifications
139 Downloads
Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.
masterei/laravel-sproc
104 Downloads
Laravel Query Builder for handling stored procedure.
log1x/acf-encrypted-password
279 Downloads
A simple ACF field to use in place of the default Password field to encrypt the password stored in the database using PHP 5.5's password_hash.
kgrruz/codeigniter4-email-queue
90 Downloads
Queue, preview and and send emails stored in the database