PHPackages                             eplightning/nexus-composer-push - 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. eplightning/nexus-composer-push

ActiveComposer-plugin

eplightning/nexus-composer-push
===============================

Provide a Push command to composer to push to Nexus repositories

0.1.7(5y ago)18PHPPHP ^5.6 || ^7.0 || ^8.0

Since Dec 9Pushed 5y agoCompare

[ Source](https://github.com/eplightning/nexus-composer-push)[ Packagist](https://packagist.org/packages/eplightning/nexus-composer-push)[ RSS](/packages/eplightning-nexus-composer-push/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (6)Used By (0)

Nexus Push command for composer
===============================

[](#nexus-push-command-for-composer)

This composer plugin provide a `composer nexus-push` command that allow to push the current package into a Nexus Composer repository hosted with [nexus-repository-composer](https://github.com/sonatype-nexus-community/nexus-repository-composer).

Installation
------------

[](#installation)

```
 $ composer require elendev/nexus-composer-push
```

Usage
-----

[](#usage)

Many of the options are optional since they can be added directly to the `composer.json` file.

```
 # At the root of your directory
 $ composer nexus-push [--name=] \
   [--url=] \
   [--username=USERNAME] \
   [--password=PASSWORD] \
   [--ignore=test.php]\
   [--ignore=foo/]\
   [--ignore-by-git-attributes]

 # Example
 $ composer nexus-push --username=admin --password=admin123 --url=http://localhost:8081/repository/composer --ignore=test.php --ignore=foo/ 0.0.1
```

Configuration
-------------

[](#configuration)

It's possible to add some configurations inside the `composer.json` file:

```
{
    "extra": {
        "nexus-push": {
            "url": "http://localhost:8081/repository/composer/",
            "username": "admin",
            "password": "admin123",
            "ignore-by-git-attributes": true,
            "ignore": [
                "test.php",
                "foo/"
            ]
        }
    }
}
```

The `username` and `password` can be specified in the `auth.json` file on a per-user basis with the [authentication mechanism provided by Composer](https://getcomposer.org/doc/articles/http-basic-authentication.md).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.2% 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.

###  Release Activity

Cadence

Every ~109 days

Total

4

Last Release

2014d ago

PHP version history (2 changes)0.1.4PHP ^5.6 || ^7.0

0.1.6PHP ^5.6 || ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4dcc9baa822bbde08c4218fece97cde4cc8a9190b56e10865eacff6ef3a36f7?d=identicon)[eplightning](/maintainers/eplightning)

---

Top Contributors

[![Elendev](https://avatars.githubusercontent.com/u/1331273?v=4)](https://github.com/Elendev "Elendev (32 commits)")[![Hodgy](https://avatars.githubusercontent.com/u/1502446?v=4)](https://github.com/Hodgy "Hodgy (11 commits)")[![eplightning](https://avatars.githubusercontent.com/u/4936543?v=4)](https://github.com/eplightning "eplightning (7 commits)")[![zhwei](https://avatars.githubusercontent.com/u/1446459?v=4)](https://github.com/zhwei "zhwei (2 commits)")[![marcoreni](https://avatars.githubusercontent.com/u/2797489?v=4)](https://github.com/marcoreni "marcoreni (1 commits)")[![r32rf](https://avatars.githubusercontent.com/u/60923682?v=4)](https://github.com/r32rf "r32rf (1 commits)")[![xrobau](https://avatars.githubusercontent.com/u/457798?v=4)](https://github.com/xrobau "xrobau (1 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/eplightning-nexus-composer-push/health.svg)

```
[![Health](https://phpackages.com/badges/eplightning-nexus-composer-push/health.svg)](https://phpackages.com/packages/eplightning-nexus-composer-push)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M679](/packages/drush-drush)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)

PHPackages © 2026

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