PHPackages                             eclipsephp/common - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eclipsephp/common

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eclipsephp/common
=================

Common non-opinionated package for Eclipse plugins

01.5k2[2 PRs](https://github.com/DataLinx/eclipsephp-common/pulls)PHPCI passing

Since Oct 8Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Eclipse common package
======================

[](#eclipse-common-package)

[![Packagist PHP Version Support](https://camo.githubusercontent.com/5322ff0122eb9d34eaed009776be9e541fd7450ac0a4ad6949022d61ed19dc07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f65636c697073657068702f636f6d6d6f6e)](https://camo.githubusercontent.com/5322ff0122eb9d34eaed009776be9e541fd7450ac0a4ad6949022d61ed19dc07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f65636c697073657068702f636f6d6d6f6e)[![Packagist Version](https://camo.githubusercontent.com/f9ea58840191782b6e0883245bc5a9ec59a9386f915374d233c41b7215b60d01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65636c697073657068702f636f6d6d6f6e)](https://camo.githubusercontent.com/f9ea58840191782b6e0883245bc5a9ec59a9386f915374d233c41b7215b60d01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65636c697073657068702f636f6d6d6f6e)[![Packagist Downloads](https://camo.githubusercontent.com/8d52ae2531b9c1d58bf330052a7cedc3f4ed98ff94e820117e71eac19fc9db46/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65636c697073657068702f636f6d6d6f6e)](https://camo.githubusercontent.com/8d52ae2531b9c1d58bf330052a7cedc3f4ed98ff94e820117e71eac19fc9db46/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65636c697073657068702f636f6d6d6f6e)[![Tests](https://github.com/DataLinx/eclipsephp-common/actions/workflows/test-runner.yml/badge.svg)](https://github.com/DataLinx/eclipsephp-common/actions/workflows/test-runner.yml)[![codecov](https://camo.githubusercontent.com/f20a71833cc3ef9550cab61d0bdfc427896ac55b39f87426c1c1c315b3575f9c/68747470733a2f2f636f6465636f762e696f2f67682f446174614c696e782f65636c697073657068702d636f6d6d6f6e2f67726170682f62616467652e7376673f746f6b656e3d31484b5359354f364957)](https://codecov.io/gh/DataLinx/eclipsephp-common)[![Conventional Commits](https://camo.githubusercontent.com/9f7a75f0e3af8cca0597d218e8708da4791128679178573a9806a514be52d2eb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e76656e74696f6e616c253230436f6d6d6974732d312e302e302d2532334645353139363f6c6f676f3d636f6e76656e74696f6e616c636f6d6d697473266c6f676f436f6c6f723d7768697465)](https://conventionalcommits.org)[![Packagist License](https://camo.githubusercontent.com/bcaa4312906c355a41c668dc0d25cbe683e0587a84d38cce57ca16bb6c0021fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f65636c697073657068702f636f6d6d6f6e)](https://camo.githubusercontent.com/bcaa4312906c355a41c668dc0d25cbe683e0587a84d38cce57ca16bb6c0021fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f65636c697073657068702f636f6d6d6f6e)

About
-----

[](#about)

This package contains all common non-opinionated code that is used in our Eclipse Filament plugins.

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

[](#requirements)

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

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

Usage
-----

[](#usage)

```
  composer require eclipsephp/common
```

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)

#### 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. Happy coding 😉

### 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

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.3% 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 (24 commits)")[![thapacodes4u](https://avatars.githubusercontent.com/u/76224530?v=4)](https://github.com/thapacodes4u "thapacodes4u (2 commits)")

### Embed Badge

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

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

###  Alternatives

[faonni/module-price

Rounding Price to Prettier Value for Multi-Currency Stores.

63120.9k](/packages/faonni-module-price)[php-tuf/php-tuf

PHP implementation of The Update Framework (TUF)

456.5k1](/packages/php-tuf-php-tuf)[shdev/phpflashtext

A port of the flashtext python implementation

2030.7k](/packages/shdev-phpflashtext)[magefan/module-catalog

Fixes for magento issues in catalog

2314.0k](/packages/magefan-module-catalog)[webinarium/php-dictionary

Static dictionary implementation for PHP

1019.1k](/packages/webinarium-php-dictionary)

PHPackages © 2026

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