Libraries tagged by without databasse
alirezaashrafi/php-file-cache
8 Downloads
Fast key value caching system based on file system (without any databases like Redis or Memcache)
dotzero/ypaginator
89 Downloads
A lightweight PHP paginator without a database dependency, for generating pagination controls in the style of Yandex
welderlourenco/laravel-seeder
541 Downloads
Run your seeder files without touching your DatabaseSeeder.php file.
usmanali/php-query-builder
3 Downloads
A PHP package to run sql database queries without any pain
rezaf-dev/laravel-temp-link
9 Downloads
Generate temporary symlinks to private files without using any database
justinkekeocha/laravel-db-dump
49 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
featherqueue/featherqueue
2 Downloads
A lightweight PHP job queue library using filesystem storage without Redis or database dependencies
crypto-technology/laravel-cryptocurrency
12 Downloads
Laravel provider to have all cryptocurrency infos in a single package without using a database.
crypto-technology/cryptocurrency
47 Downloads
All cryptocurrencies infos in a single package without using a database.
alphasoft-fr/messenger-filesystem-transport
45 Downloads
FilesystemTransport is a transport for Symfony Messenger based on the file system. It allows for handling asynchronous messages without using a database or an external message broker such as RabbitMQ or Redis. This is a simple and lightweight solution, ideal for small to medium-sized projects.
bendamqui/dbunit-table
114 Downloads
Facade to fetch dbunit fixtures without querying the database.
quickhelper/quickorm
1 Downloads
ORM to manipulate databases through code without needing to write SQL queries.
dimadin/wp-temporary
224 Downloads
WordPress library to cache data to the database. Like transients without object cache.
smashed-egg/laravel-in-memory-auth
21 Downloads
This package allows you to Authenticate an admin area without the need for a database.
rootscratch/ratelimit
6 Downloads
Rootscratch Ratelimit PHP is a lightweight session-based rate-limiting solution for PHP applications. It helps protect your web app from excessive requests by implementing request throttling without the need for external databases like Redis.