PHPackages                             oxidio/project - 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. oxidio/project

ActiveProject

oxidio/project
==============

0297Shell

Since Feb 26Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/oxidio/project)[ Packagist](https://packagist.org/packages/oxidio/project)[ RSS](/packages/oxidio-project/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

oxidio/project
==============

[](#oxidioproject)

[![Stable](https://camo.githubusercontent.com/98fa714a2675e4a5a4f83835c7ec8e0f88bf919d55680af15fb0ba2946e45d33/68747470733a2f2f706f7365722e707567782e6f72672f6f786964696f2f70726f6a6563742f76657273696f6e)](https://packagist.org/packages/oxidio/project)[![Downloads](https://camo.githubusercontent.com/8165b1278f9705faa315646dc5f4a4825d2157632ddc12b3a71c89aa0c581589/68747470733a2f2f706f7365722e707567782e6f72672f6f786964696f2f70726f6a6563742f646f776e6c6f616473)](https://packagist.org/packages/oxidio/project)[![Unstable](https://camo.githubusercontent.com/73bf5cd36547a9669a7fe513c438ac7e55727a21b5bf03a045e1567c550ae338/68747470733a2f2f706f7365722e707567782e6f72672f6f786964696f2f70726f6a6563742f762f756e737461626c65)](https://packagist.org/packages/oxidio/project)[![License](https://camo.githubusercontent.com/72415d27663a33a535d98c0db4c0d26b3e8dfb116488907240666a5e4c39d68a/68747470733a2f2f706f7365722e707567782e6f72672f6f786964696f2f70726f6a6563742f6c6963656e7365)](https://packagist.org/packages/oxidio/project)

version matrix
--------------

[](#version-matrix)

-master6.26.16.04.10[esales:meta](https://packagist.org/packages/oxid-esales/oxideshop-metapackage-ce)\*\* v6.2.0-rc.2\* v6.1.5master v6.0.6-[esales:shop](https://packagist.org/packages/oxid-esales/oxideshop-ce)masterb-6.2.x v6.5.2b-6.1.x v6.3.7b-6.0.x v6.2.4b-5.3-ce v4.10.8[oxidio:shop](https://packagist.org/packages/oxidio/shop)oxidio-masteroxidio-6.2.xoxidio-6.1.x--[esales:flow](https://packagist.org/packages/oxid-esales/flow-theme)master\* v3.4.1\* v3.3.0b-3.x v3.0.0?[oxidio:flow](https://packagist.org/packages/oxidio/theme-flow)oxidio-master\*oxidio-3.x--[esales:generator](https://packagist.org/packages/oxid-esales/oxideshop-unified-namespace-generator)\*\*\* v2.0.1b-1.x v1.0.0?[oxidio:generator](https://packagist.org/packages/oxidio/unified-namespace-generator)\*\*master--[esales:composer](https://packagist.org/packages/oxid-esales/oxideshop-composer-plugin)\*b-6.x v5.1.0\* v2.0.4b-2.x v2.0.3?[oxidio:composer](https://packagist.org/packages/oxidio/composer-plugin)oxidio-masteroxidio-6.xoxidio-2.x--[esales:facts](https://packagist.org/packages/oxid-esales/oxideshop-facts)master\* v2.3.2\*b-1.x v2.3.1?[oxidio:facts](https://packagist.org/packages/oxidio/facts)oxidio-master\*oxidio-1.x--[esales:migration](https://packagist.org/packages/oxid-esales/oxideshop-doctrine-migration-wrapper)\*\*\*master v2.1.3?[oxidio:migration](https://packagist.org/packages/oxidio/doctrine-migration-wrapper)\*\*master--[esales:paypal](https://packagist.org/packages/oxid-esales/paypal-module)masterb-6.x v6.1.0\* v5.3.1b-5.x v5.2.2-[oxidio:paypal](https://packagist.org/packages/oxidio/module-paypal)oxidio-masteroxidio-6.x\*oxidio-5.x-[topconsepts:klarna](https://packagist.org/packages/topconcepts/oxid-klarna-6)\*\* v5.1.3\* v4.3.0master v4.0.1-[oxidio:klarna](https://packagist.org/packages/oxidio/module-klarna)\*\*\*oxidio-master-[oxidio:oxidio](https://packagist.org/packages/oxidio/oxidio)\*masteroxidio-6.1.x--helpful
-------

[](#helpful)

```
# delete tags
git push origin -d $(git tag -l 'v*')
git tag -d $(git tag -l 'v*')
```

shop
----

[](#shop)

```
git remote add up --no-tags -t master -t b-6.x -t b-6.2.x -t b-6.1.x -t b-6.0.x -f git@github.com:OXID-eSales/oxideshop_ce.git
git fetch up 'refs/tags/v6*:refs/tags/up/v6*'
git tag -d $(git tag -l 'up/v6*-*')

# list remote
git ls-remote -h up master b-6*x # branches
git ls-remote -t up 'v6.[+(0-9)].[+(0-9)]'  # tags

# list local
git tag --list up/*
git branch --list up/*

# delete local
git tag -d $(git tag -l up/*)
git branch -D $(git branch --list up/*)
```

oxidio
------

[](#oxidio)

```
git remote add origin -f git@github.com:oxidio/oxidio.git
```

oxidio/composer-plugin
----------------------

[](#oxidiocomposer-plugin)

```
git remote add up --no-tags -t master -t b-2.x -f git@github.com:OXID-eSales/oxideshop_composer_plugin.git
git remote set-branches --add up b-6.x
git fetch up 'refs/tags/v*:refs/tags/up/v*'
```

oxidio/unified-namespace-generator
----------------------------------

[](#oxidiounified-namespace-generator)

```
git remote add up --no-tags -t master -t b-1.x -f git@github.com:OXID-eSales/oxideshop-unified-namespace-generator.git
```

module-klarna
-------------

[](#module-klarna)

```
git remote add up --no-tags -t master -f git@github.com:topconcepts/OXID-Klarna-6.git
git fetch up 'refs/tags/v*:refs/tags/up/v*'
```

facts
-----

[](#facts)

```
git remote add up --no-tags -t master -t b-1.x -f git@github.com:OXID-eSales/oxideshop-facts.git
git fetch up 'refs/tags/v2*:refs/tags/up/v2*'
git tag -d $(git tag -l 'up/v2*-*')
```

theme-flow
----------

[](#theme-flow)

```
git remote add up --no-tags -t master -t b-2.x -t b-3.x -t b-4.x -f git@github.com:OXID-eSales/flow_theme.git
git fetch up 'refs/tags/v3*:refs/tags/up/v3*'
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance47

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/1521167?v=4)[Kaluzki Demjan](/maintainers/kaluzki)[@kaluzki](https://github.com/kaluzki)

---

Top Contributors

[![kaluzki](https://avatars.githubusercontent.com/u/1521167?v=4)](https://github.com/kaluzki "kaluzki (84 commits)")

### Embed Badge

![Health badge](/badges/oxidio-project/health.svg)

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

PHPackages © 2026

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