darsyn/ip
Laravel package for working with IP addresses: parse and validate IPv4/IPv6, compare and normalize formats, check ranges and subnet/CIDR matches, and convert between representations. Useful for request filtering, geo/security rules, and logging.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| becklyn/monitoring | 0.81 | Integrates monitoring features for Becklyn apps: injects an uptime-monitor HTML comment with your project name, optionally embeds TrackJS via Twig, and registers a @monitoring namespace for the Becklyn assets bundle. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | BSD-3-Clause | 7 years ago | |
| geocoder-php/ipstack-provider | 0.80 | IPStack provider for the geocoder-php ecosystem. Adds an IP-to-location geocoding service backed by ipstack.com, returning geographic details for IP addresses. Use it with Geocoder’s standard interfaces to integrate IP-based lookups in PHP apps. | 60 | 60 | 0 | 9K | 0 | 1.8 | 29.9 | MIT | 1 year ago | |
| dmykos/ip-store-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 5 years ago | |
| dopee/transip-api | 0.79 | PHP/Laravel package providing a TransIP API client to automate domain and hosting tasks. Integrate TransIP services in your app: manage domains, DNS, and related resources via a simple, programmatic interface. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 9 years ago | |
| daverandom/network-primitives | 0.79 | Primitive types for network programming in PHP. Provides low-level building blocks for working with network data, focusing on fundamental types you can compose into higher-level protocols and tools. | 2 | 2 | 0 | 24 | 2 | 0.4 | 13.2 | MIT | — | |
| cimus/ip-geo-base | 0.79 | Определение страны, города, региона и координат по IP через базы ipgeobase.ru. Загружает архив, конвертирует текстовые базы в бинарный формат для быстрого поиска. Обновление данных удобно запускать по cron (например, раз в неделю). | 4 | 5 | 2 | 2 | 0 | 0.1 | 2.0 | — | — | |
| geoip/geoip | 0.79 | Laravel-friendly GeoIP helper for resolving IP addresses to location data. Lightweight package aimed at quickly adding country/region/city lookups to your app with a simple API and minimal setup. | 519 | 528 | 323 | 15K | 0 | 7.3 | 14.5 | LGPL-2.1 | 10 years ago | |
| cresjie/ip-blocker | 0.79 | 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. | 3 | 3 | 0 | 0 | 0 | 0.9 | — | MIT | 9 years ago | |
| geocoder-php/host-ip-provider | 0.78 | HostIP provider for the PHP Geocoder library. Retrieves geolocation data for an IP address using the hostip.info service, returning standard Geocoder results. Lightweight adapter to plug HostIP into geocoder-php for quick IP-to-location lookups. | 4 | 4 | 1 | 2K | 0 | 2.2 | 35.5 | MIT | 1 year ago | |
| stevebauman/location | 0.78 | Retrieve a user’s geolocation from their IP in Laravel. Provides a simple Location facade to get city, region, country, coordinates, timezone and more, with multiple driver support (e.g., IP2Location, IP-API, MaxMind) plus caching and testing helpers. | 1,301 | 1,309 | 194 | 309K | 4 | 36.3 | 38.3 | MIT | 3 months ago | |
| mohammadhprp/filament-ip-to-country-flag-column | 0.78 | — | 22 | 23 | 5 | 526 | 1 | 1.6 | 19.0 | MIT | 2 years ago | |
| symfonycasts/internal-test-helpers | 0.78 | Internal test utilities from SymfonyCasts to streamline PHPUnit and Symfony/Laravel package testing. Provides shared helpers, fixtures, and assertions used across SymfonyCasts projects to reduce boilerplate and keep tests consistent and readable. | 0 | — | 2 | — | 0 | 0.1 | — | — | — | |
| 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 | 51 | 0 | 1.8 | 23.7 | Apache-2.0 | 2 years ago | |
| boson-php/uri | 0.78 | Boson URI is a small PHP library for parsing, building, normalizing, and comparing URIs. Provides immutable URI objects, convenient accessors for scheme/host/path/query/fragment, and helpers for resolving and manipulating URLs in a safe, standards-friendly way. | 0 | 0 | 0 | 159 | 0 | 0.0 | 30.4 | MIT | — | |
| draw/data-tester | 0.78 | Lightweight PHP data testing helper for validating arrays/objects against expected shapes and values. Useful for unit tests and quick assertions, with simple matchers and readable failure messages to spot mismatches fast. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 8 years ago | |
| denisok94/helper | 0.78 | A small Laravel/PHP helper package providing convenience functions to speed up everyday development tasks. Useful for common utilities and shortcuts so you can reduce boilerplate across projects. | 1 | 1 | 0 | 2 | 0 | 19.8 | 4.6 | BSD-3-Clause | 5 months ago | |
| bytes4sale/iplocator | 0.77 | Laravel package to look up IP address details like location, currency, and language via supported providers (IPDATA, IPSTACK, IP-API). Configure API source and keys in .env, then fetch enriched IP info quickly in your app. | 2 | 2 | 1 | 0 | 0 | 1.2 | — | MIT | 2 years ago | |
| b2pweb/bdf-phpunit | 0.77 | 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 | 439 | 0 | 0.0 | 36.5 | MIT | — | |
| geocoder-php/ip-info-db-provider | 0.77 | IP-Info-DB provider for PHP-GeoCoder (Geocoder PHP). Look up IP address geolocation via the ipinfodb.com API and return standardized Geocoder results. Useful for adding country/region/city data to apps from an IP. | 2 | 2 | 1 | 1K | 0 | 1.8 | 35.6 | MIT | 1 year ago | |
| pratik-dabhi/laravel-firewall | 0.77 | Laravel firewall middleware for blocking abusive traffic by IP rules such as allow/deny lists and access restrictions. Helps protect routes and applications from unwanted requests with simple configuration and integration into a Laravel app. | 1 | 1 | 0 | 0 | 0 | 16.2 | — | MIT | 3 months ago |
How can I help you explore Laravel packages today?