eka/world
Laravel package providing a comprehensive world database: countries, states, cities, timezones, currencies, and languages. Query via a World facade or ready-made API routes, with filtering and eager-loaded related data (e.g., states/cities by country).
World facade abstracts direct database access, simplifying integration for frontend or service layers. This adheres to Laravel’s design principles (e.g., dependency injection, service containers)./api/countries, /api/states, etc.) enable both internal service consumption and external integrations (e.g., mobile apps, third-party services) without additional middleware.vendor:publish --tag=world) allows customization (e.g., table names, default fields), though the package lacks explicit hooks for deep customization (e.g., adding custom attributes to entities).eka/world (abandoned?), with no active maintenance (0 stars, no contributors). Risk of unresolved bugs or security vulnerabilities in underlying dependencies.country-list (JavaScript) or pycountry (Python) would be preferable.config/world.php.states table) by extending the package’s models.states vs. app_states) and resolve via table prefixes or custom migrations.DB::enableQueryLog()) to inspect generated SQL.countries list) if high read throughput is expected.How can I help you explore Laravel packages today?