PHPackages                             acamposm/atlas-nexus-connector - 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. [API Development](/categories/api)
4. /
5. acamposm/atlas-nexus-connector

ActiveLibrary[API Development](/categories/api)

acamposm/atlas-nexus-connector
==============================

A PHP connector for Nexus Repository Manager v3 API.

00PHP

Since May 23Pushed 2w agoCompare

[ Source](https://github.com/angelcamposm/atlas-nexus-connector)[ Packagist](https://packagist.org/packages/acamposm/atlas-nexus-connector)[ RSS](/packages/acamposm-atlas-nexus-connector/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Atlas Nexus Connector
=====================

[](#atlas-nexus-connector)

A robust, modern PHP API client for Nexus Repository Manager v3.

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

[](#requirements)

- PHP ^8.5
- Guzzle ^7.8

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

[](#installation)

```
composer require acamposm/atlas-nexus-connector
```

Quick Start
-----------

[](#quick-start)

```
use Atlas\Connectors\Nexus\NexusClient;

$client = new NexusClient('https://nexus.example.com', [
    'auth' => ['username', 'password'],
]);

// Check system status
$status = $client->system()->status();
```

Documentation
-------------

[](#documentation)

- [Laravel Integration](docs/laravel-integration.md)
- [Usage Guide](docs/usage.md)
- [Authentication &amp; Configuration](docs/authentication.md)
- [Error Handling](docs/exceptions.md)

Features
--------

[](#features)

- **Strict Typing:** All files use `declare(strict_types=1)`.
- **Modern PHP:** Leverages PHP 8.5 features like Property Hooks.
- **Scalable Architecture:** Resource-based pattern for easy expansion.
- **Comprehensive API Coverage:** Assets, Components, Repositories, Search, and System.
- **Robust Error Handling:** Sanitized error messages to prevent sensitive data leakage.
- **100% Test Coverage:** Rigorously tested with PHPUnit.

Development
-----------

[](#development)

### Running Tests

[](#running-tests)

```
composer install
vendor/bin/phpunit
```

### Static Analysis

[](#static-analysis)

```
vendor/bin/phpstan analyse
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance63

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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://www.gravatar.com/avatar/abe2ce7c293312ef08e979cc3254362328d7b5a1a73c24656afd6077f3b0f2ad?d=identicon)[angel.campos.m](/maintainers/angel.campos.m)

---

Top Contributors

[![angelcamposm](https://avatars.githubusercontent.com/u/63554840?v=4)](https://github.com/angelcamposm "angelcamposm (1 commits)")

---

Tags

idplaravelnexus-repository-managerphp8

### Embed Badge

![Health badge](/badges/acamposm-atlas-nexus-connector/health.svg)

```
[![Health](https://phpackages.com/badges/acamposm-atlas-nexus-connector/health.svg)](https://phpackages.com/packages/acamposm-atlas-nexus-connector)
```

###  Alternatives

[facebook/php-business-sdk

PHP SDK for Facebook Business

90923.5M35](/packages/facebook-php-business-sdk)[exsyst/swagger

A php library to manipulate Swagger specifications

35916.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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