Popular Packages
-
-
PHP
liberusoftware/analytics-contracts
Stable provider-neutral contracts and value types for Liberu Analytics.
-
PHP
liberusoftware/roles-permissions-filament
Filament Shield presentation adapter for Liberu authorization.
-
PHP
liberusoftware/organizations-teams-filament
Filament administration adapter for organizations and teams.
-
PHP
liberusoftware/audit
Contextual material-change audit records with correlation and retention boundaries.
-
PHP
ebbbang/laravel-mailroom
A Laravel mail driver that stores outgoing mail in your database, with an auth-gated mailbox UI, attachment support, and .eml/.html export.
-
-
PHP
deegitalbe/laravel-trustup-io-notifications
Laravel client package for the Trustup IO Notifications system.
-
PHP
ricfr/json-structure
This Package validates Laravel Requests against the new JSON Structure Specification which provides easier verification, typing, modularity, and determinism. Please also see json-structure.org
-
PHP
particle-academy/fancy-git-github
GitHub.com and GitHub Enterprise adapter for particle-academy/fancy-git.
-
PHP
nimblephp/storagebox
Universal file storage module for NimblePHP - stores files (local/MinIO/S3) with metadata in the database
-
PHP
jeffersongoncalves/laravel-topic-normalizer
A tiny Laravel helper that merges raw topic/keyword lists (GitHub topics, composer.json + package.json keywords, Packagist keywords, …) into one slugged, deduplicated, length-filtered and capped list.
-
PHP
jeffersongoncalves/laravel-favicon-proxy
A Laravel package that proxies and server-side caches website favicons (Google S2 by default) behind a same-origin route, so visitors' browsers never hit the third-party favicon service. Validates the upstream content-type, sends nosniff, negative-caches failures and falls back to a transparent pixe
-
PHP
jeffersongoncalves/laravel-pwa-service-worker
A Laravel package that serves a PWA service worker at /sw.js from a Blade template whose cache version tracks the Vite build manifest hash. Ships precache + cache-first (hashed assets), network-first (navigations) and stale-while-revalidate (everything else) strategies with an offline fallback, all
-
PHP
jeffersongoncalves/laravel-npm-readme
A Laravel package that fetches an npm package's README from the registry document, renders the markdown and caches the resulting HTML. The default renderer strips raw HTML; provide your own renderer callable (and sanitize) to keep it. Rendered HTML is untrusted — sanitize it before display.