PHPackages                             eclipsephp/world-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. eclipsephp/world-plugin

ActiveLibrary

eclipsephp/world-plugin
=======================

Filament plugin for world data

18474[3 PRs](https://github.com/DataLinx/eclipsephp-world-plugin/pulls)PHPCI passing

Since Oct 8Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/DataLinx/eclipsephp-world-plugin)[ Packagist](https://packagist.org/packages/eclipsephp/world-plugin)[ RSS](/packages/eclipsephp-world-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Eclipse World plugin for Filament
=================================

[](#eclipse-world-plugin-for-filament)

[![Packagist PHP Version Support](https://camo.githubusercontent.com/3988144484636c5a361b51bd4cc072c85ae6ed2df90eb315802c9149972c57f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f65636c697073657068702f776f726c642d706c7567696e)](https://camo.githubusercontent.com/3988144484636c5a361b51bd4cc072c85ae6ed2df90eb315802c9149972c57f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f65636c697073657068702f776f726c642d706c7567696e)[![Packagist Version](https://camo.githubusercontent.com/f4d3af58ab6ff7fa58b8f2eae8eafca4d264faacbbd625879af81ec0be657871/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65636c697073657068702f776f726c642d706c7567696e)](https://camo.githubusercontent.com/f4d3af58ab6ff7fa58b8f2eae8eafca4d264faacbbd625879af81ec0be657871/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65636c697073657068702f776f726c642d706c7567696e)[![Packagist Downloads](https://camo.githubusercontent.com/b06b7d143153e397cf8f74d06821d3f227848f396d1b7b9835c02793f00b2304/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65636c697073657068702f776f726c642d706c7567696e)](https://camo.githubusercontent.com/b06b7d143153e397cf8f74d06821d3f227848f396d1b7b9835c02793f00b2304/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65636c697073657068702f776f726c642d706c7567696e)[![Tests](https://github.com/DataLinx/eclipsephp-world-plugin/actions/workflows/test-runner.yml/badge.svg)](https://github.com/DataLinx/eclipsephp-world-plugin/actions/workflows/test-runner.yml)[![codecov](https://camo.githubusercontent.com/9495a8894d2e3d3095bb06226ffb93839930855e0944928096a576ee116425de/68747470733a2f2f636f6465636f762e696f2f67682f446174614c696e782f65636c697073657068702d776f726c642d706c7567696e2f67726170682f62616467652e7376673f746f6b656e3d31484b5359354f364957)](https://codecov.io/gh/DataLinx/eclipsephp-world-plugin)[![Conventional Commits](https://camo.githubusercontent.com/9f7a75f0e3af8cca0597d218e8708da4791128679178573a9806a514be52d2eb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e76656e74696f6e616c253230436f6d6d6974732d312e302e302d2532334645353139363f6c6f676f3d636f6e76656e74696f6e616c636f6d6d697473266c6f676f436f6c6f723d7768697465)](https://conventionalcommits.org)[![Packagist License](https://camo.githubusercontent.com/c3b964aa7a2285810cce189d226bccb0ae40793abdc19763886891bc9a028b44/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f65636c697073657068702f776f726c642d706c7567696e)](https://camo.githubusercontent.com/c3b964aa7a2285810cce189d226bccb0ae40793abdc19763886891bc9a028b44/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f65636c697073657068702f776f726c642d706c7567696e)

About
-----

[](#about)

Filament plugin for world data.

✅ Countries
🟧 Geo and special regions (WIP)
🟧 Posts (WIP)
⏳ Other resources coming when needed ([suggest a feature](https://github.com/DataLinx/eclipsephp-world-plugin/discussions) and/or [hire us](https://www.datalinx.si))

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2 (due to Pest 3 requirement)
- Filament 3
- Filament Shield plugin (to manage permissions)

See [composer.json](composer.json) for details.

Getting started
---------------

[](#getting-started)

- Download it with composer:

```
  composer require eclipsephp/world-plugin
```

- If you want to use the emoji picker for the country flag, also install the [Emoji Picker](https://filamentphp.com/plugins/tangodev-emoji-picker) plugin.

Contributing
------------

[](#contributing)

### Issues

[](#issues)

If you have some suggestions how to make this package better, please open an issue or even better, submit a pull request.

Should you want to contribute, please see the development guidelines in the [DataLinx PHP package template](https://github.com/DataLinx/php-package-template).

### Development

[](#development)

1. All development is subject to our [PHP package development guidelines](https://github.com/DataLinx/php-package-template/blob/bc39ae340e7818614ae2aaa607e97088318dd754/docs/Documentation.md).
2. Our [Filament app development docs](https://github.com/DataLinx/eclipsephp-core/blob/cae7143c8f745f142bba2bb4cf1483cf09401509/docs/Documentation.md) will also be helpful.
3. Any PRs will generally need to adhere to these before being merged.

#### Requirements

[](#requirements-1)

- Linux, Mac or Windows with WSL
- [Lando](https://lando.dev/) (optional, but easier to start with)

#### Get started

[](#get-started)

1. Clone the git repo
2. Start the Lando container ```
    lando start
    ```
3. Install dependencies (this also runs the setup composer script) ```
    lando composer install
    ```
4. You can now develop and run tests. Happy coding 😉

#### Workbench + Lando (browser testing)

[](#workbench--lando-browser-testing)

This package ships with a minimal Testbench Workbench so you can run the Filament UI without a separate app:

1. Clone the repository
2. Start the container

    ```
    lando start
    ```
3. Open the admin panel at `https://eclipse-world-plugin.lndo.site/admin`

**No login required** - you'll be automatically signed in as a test user with full permissions.

Notes:

- The container serves `workbench/public` as the webroot.
- Use `lando test` for `package:test` and `lando testbench` for other Testbench commands.
- No Telescope, websockets or health checks are enabled to keep the setup minimal.

💡 To manually test the plugin in the browser, see our [recommendation](https://github.com/DataLinx/eclipsephp-core/blob/main/docs/Documentation.md#-plugin-development), which is also [how Filament suggests package development](https://filamentphp.com/docs/3.x/support/contributing#developing-with-a-local-copy-of-filament).
However, the plugin should be universal and not dependent on our app setup or core package.

### Changelog

[](#changelog)

All notable changes to this project are automatically documented in the [CHANGELOG.md](CHANGELOG.md) file using the release workflow, based on the [release-please](https://github.com/googleapis/release-please) GitHub action.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

For all this to work, commit messages must follow the [Conventional commits](https://www.conventionalcommits.org/) specification, which is also enforced by a Git hook.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance60

Regular maintenance activity

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/131700?v=4)[Omer Sabic](/maintainers/SlimDeluxe)[@SlimDeluxe](https://github.com/SlimDeluxe)

---

Top Contributors

[![SlimDeluxe](https://avatars.githubusercontent.com/u/131700?v=4)](https://github.com/SlimDeluxe "SlimDeluxe (40 commits)")[![KilianTrunk](https://avatars.githubusercontent.com/u/75316208?v=4)](https://github.com/KilianTrunk "KilianTrunk (9 commits)")

### Embed Badge

![Health badge](/badges/eclipsephp-world-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/eclipsephp-world-plugin/health.svg)](https://phpackages.com/packages/eclipsephp-world-plugin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
