Libraries tagged by zero fill
jeffersongoncalves/laravel-zero-support
50 Downloads
Reusable base utilities for Laravel Zero CLIs: cross-OS home/config directory resolution, opening URLs in the default browser, and secure JSON writing.
storh/storh
191 Downloads
File-first records for PHP: JSONC document store, append-only segmented log, and log-backed queue. Zero dependencies.
codenzia/laravel-superadmin
199 Downloads
Protected super admin account for Laravel. Zero-config authorization via Gate::before, defense-in-depth Eloquent observer, optional Filament v4 plugin, vendor-only CLI commands with friction controls. Designed for vendor-deployed applications where customer admins must not accidentally delete the vendor's support account.
mdaushi/kinetics
278 Downloads
Zero-Friction Tables for Inertia.js — sorting, filtering, searching, and pagination through a clean composable pipeline.
milpa/runtime
156 Downloads
The bootable Milpa kernel: composes milpa/core, milpa/container, milpa/events, milpa/http and milpa/resolver into container -> dispatcher -> architecture gate -> plugin boot in the resolver's loadOrder -> route registration, with zero Doctrine and zero legacy Web coupling. The active-plugins list is config/filesystem-driven, never a database entity.
milpa/data
149 Downloads
Runtime-native persistence primitive for the Milpa PHP framework: a plain-entity + repository contract, with file-JSON, SQLite and MySQL document-store, and in-memory backends behind a common RepositoryInterface — zero ORM, zero migrations.
smeghead/single-file-unit-test
1 Downloads
Zero-dependency single-file unit testing framework for PHP 5.6 and above.
zero-to-prod/filesystem
1094 Downloads
Helpers for interacting with a filesystem.
zero-to-prod/file
1956 Downloads
A DataModel representing a file.
ryangjchandler/filament-data-studio
6 Downloads
Zero configuration CSV exports for your Filament resources.
osama-dev/filament-calculator-action
9 Downloads
Dynamic real-time calculator action for Filament v3 & v4 — instant client-side arithmetic, zero Livewire round-trips
open-southeners/laravel-console-file-menu
4 Downloads
Laravel Console Menu for files and directories
adultdate/filament-language-switch
20 Downloads
Zero config Language Switch(Changer/Localizer) plugin for filamentphp admin
onstage2426/fuzor
66 Downloads
Dependency-free full-text search for PHP. BM25 ranking, fuzzy and boolean modes, search-as-you-type prefix matching, stopword filtering and Snowball stemming for 62 languages, snippet extraction and result highlighting — one SQLite file, zero infrastructure.
matheus85/duat
10 Downloads
Unified resilience patterns for modern PHP: retry, circuit breaker, timeout, bulkhead, rate limiter and fallback. Zero required dependencies.