Libraries tagged by stored
alban/laravel-data-sync
109 Downloads
LaravelSheetSync is a library designed for the Laravel framework that allows you to import data from various sources, map its headers, build collections of objects based on the mapped data, and compare them with data currently stored in the database. It automatically classifies records into three categories: create, update, and delete, facilitating efficient and precise synchronization.
ahkmunna/paypalpayment
10830 Downloads
laravel-paypalpayment is simple package help you process direct credit card payments, stored credit card payments and PayPal account payments with your L4 projects using paypal REST API SDK.
philf/setting
30231 Downloads
Persistent configuration settings for Laravel - Create, Read, Update and Delete settings stored in files using JSON
naderman/composer-aws
169892 Downloads
A composer plugin that allows installing packages stored on S3
mrblackus/laravel-storedprocedures
142 Downloads
magslabs/laravel-storedproc
79 Downloads
This is a custom package for Laravel to utilize/use stored procedures on your laravel application.
storeden/connect-api-sdk
961 Downloads
Storeden Connect API SDK for PHP
schema-keeper/schema-keeper
6112 Downloads
Database development kit for PostgreSQL
zbateson/mailbox-folder
8 Downloads
Lists and displays email messages stored on a local folder
white-rabbit-1-sketch/php-file-hash-map
4 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.
weldon/env-auth
159 Downloads
The package provides middleware for Laravel applications to handle Basic Authentication and Secret Key Authentication using credentials stored in the .env file.
visual-ideas/laravel-site-settings
424 Downloads
Easy Laravel nested settings (stored in MYSQL) package with MoonShine Laravel Admin GUI
usmonaliyev/env-auth
252 Downloads
The package provides middleware for Laravel applications to handle Basic Authentication and Secret Key Authentication using credentials stored in the .env file.
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.
smart-cms/settings
29 Downloads
This package provides a simple way to manage settings in a Laravel application stored in the database with efficient caching.