Libraries tagged by storeden
deepdiver1975/tarstreamer
740728 Downloads
A library for dynamically streaming dynamic tar files without the need to have the complete file stored on the server.
chantouch/laravel-jwt-redis
4302 Downloads
This package allows JWT-authenticated users to be stored and management in Redis with their roles, permissions, statuses and anything you want.
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
10832 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.
extremeidea/bidorbuy-storeintegrator-core
1192 Downloads
Bidorbuy Store Integrator - Core.
setbased/php-stratum-sqlite-pdo
3697 Downloads
PhpStratum SQLite: A stored procedure loader and wrapper generator for SQLite
setbased/php-stratum
15662 Downloads
PhpStratum: A stored procedure and function loader and wrapper generator for various RDBMS
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.