cresjie/ip-blocker
Simple Laravel 5 IP blocker. Install via Composer, publish config, and list blocked IPs in config/cresjie/block-ip.php. When a request matches, it throws IpBlockerException so you can render a custom “blocked” view in your exception handler.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14four/laravel-force-host | 0.81 | Middleware for Laravel that forces a single canonical host for all requests. Automatically redirects to your configured domain (and optionally scheme), preventing duplicate URLs across www/non-www and improving SEO, cache consistency, and security. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| spatie/laravel-disable-floc | 0.79 | Automatically disables Google’s FLoC in Laravel apps by adding a Permissions-Policy header. Installs via Composer and works out of the box—no configuration needed. Applies the header to responses that don’t already set Permissions-Policy. | 66 | 67 | 3 | 160 | 0 | 1.0 | 5.2 | MIT | 4 years ago | |
| amoori/ticketit-legacy | 0.79 | Archived Laravel helpdesk/ticket system (Laravel 5.1–5.8, 6–8). Integrates with default users/auth; roles for users/agents/admins; ticket creation, comments, closing; auto-assign agents by department/queue; admin panel, stats, localization, image uploads. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| b2pweb/bdf-phpunit | 0.79 | Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. | 0 | 0 | 0 | 407 | 0 | 0.0 | 36.1 | MIT | — | |
| kankanamge/iversauth | 0.78 | Laravel auth middleware/service provider to authenticate users via the Ivers authentication site. Install with Composer, register AuthServiceProvider, replace the default auth middleware, publish config, and set your Ivers app/site URL (avoid using /login). | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 7 years ago | |
| christhompsontldr/laraman | 0.78 | Laraman is a Laravel package that generates and serves simple man-style documentation for your app, helping you expose commands, routes, or internal tooling in a familiar CLI-friendly format for quick lookup by developers. | 7 | 7 | 2 | 0 | 0 | 6.7 | — | — | 6 years ago | |
| artisansdk/ratelimiter | 0.78 | Laravel rate limiting package providing flexible throttling for routes and actions with configurable rules, storage drivers, and easy middleware integration. Helps protect APIs from abuse, control request bursts, and manage per-user or per-IP limits with clear, adjustable settings. | 150 | 151 | 15 | 181K | 1 | 14.2 | 46.2 | MIT | 6 months ago | |
| cyberpunkcodes/laravel-menu-helper | 0.78 | Build dynamic menus in Laravel from config arrays or runtime data. Supports basic and multi-level navs with view components, helpers for active route detection, dropdown/children handling, and easy customization (RBAC, DB-backed items, caching). | 2 | 2 | 0 | 0 | 0 | 0.3 | — | — | 3 years ago | |
| openai-php/laravel | 0.78 | Community-maintained OpenAI PHP integration for Laravel. Install via Composer and artisan, configure API key in .env, then use the OpenAI facade to call OpenAI endpoints (e.g., Responses API) from your Laravel app. | 3,751 | 3,749 | 267 | 725K | 5 | 52.5 | 40.7 | MIT | 3 months ago | |
| aagroup/support | 0.78 | Ticketit is a simple helpdesk ticket system for Laravel 5.1+ that integrates with Laravel auth. Supports users/agents/admins, ticket creation and comments, configurable permissions, auto agent assignment, admin dashboard with stats, localization, and image uploads. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dontdrinkandroot/common | 0.78 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| b2pweb/bdf-util | 0.78 | Utilities for working with BDF (Binary Data Format) files in PHP/Laravel. Includes helpers to read, write, parse, and validate BDF data plus common convenience functions for import/export workflows and integration into your application. | 0 | 0 | 0 | 355 | 0 | 0.0 | 35.2 | MIT | — | |
| spatie/laravel-cors | 0.78 | Adds configurable CORS support to Laravel/Lumen: sets CORS headers on responses, handles preflight requests, and lets you define allowed origins, methods, headers, and credentials via middleware and config. Abandoned since Laravel 7+ has native CORS support. | 596 | 613 | 56 | 4K | 0 | 6.2 | 8.4 | MIT | 5 years ago | |
| crudly/testly | 0.78 | A simple test package placeholder for crudly/testly. Currently contains minimal scaffolding and documentation (“This is a test”) and may be used for experimentation or as a starting point for future CRUD-related tooling. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 6 years ago | |
| aferrandini/disable-bundle | 0.78 | Symfony bundle that adds annotations to disable controllers/actions immediately or within a time window (after/until/range). When disabled, it can show a custom message or redirect the request to another route. | 4 | 4 | 0 | 0 | 0 | 0.3 | — | — | 13 years ago | |
| subhashladumor1/laravel-cybershield | 0.76 | Enterprise security intelligence for Laravel: signature-based WAF, adaptive rate limiting, bot fingerprinting, API integrity checks, threat scoring, malware scanning, and forensic logging—working together to block modern attacks. Beta; APIs may change. | 14 | 14 | 1 | 1 | 0 | 12.9 | 0.4 | MIT | 5 months ago | |
| solution-forest/filament-firewall | 0.75 | Filament Firewall adds IP whitelist/blacklist protection for your Laravel app and Filament admin panel. Includes install command, config and migrations, plus middleware (e.g., WhitelistRangeMiddleware) to restrict access by allowed/blocked ranges. | 44 | 44 | 13 | 2K | 0 | 13.2 | 23.9 | MIT | 7 months ago | |
| ekino/phpstan-banned-code | 0.75 | PHPStan extension to ban unwanted code in your project. Detects calls like var_dump, dd, eval, exit/die, echo/print, shell exec/backticks, and even “use” imports from Tests in non-test files. Configurable rules for CI enforcement. | 299 | 301 | 24 | 164K | 4 | 19.9 | 43.7 | MIT | 6 months ago | |
| spatie/laravel-authorize | 0.74 | Route middleware for Laravel authorization. Protect routes and groups using Laravel’s Gate abilities via the can: middleware syntax, with support for route model binding (e.g., can:editPost,post) to authorize access to specific models. | 201 | 208 | 19 | 141 | 0 | 3.4 | 3.2 | MIT | 9 years ago | |
| harryes/laravel-sentinellog | 0.74 | All-in-one Laravel security and auth logging package: tracks login/logout/failed attempts with device + geo detection, alerts, TOTP 2FA, session management, brute-force protection, geo-fencing, SSO, and new-location verify/deny flows. | 7 | 8 | 1 | 136 | 0 | 0.1 | 17.3 | MIT | — |
How can I help you explore Laravel packages today?