PHPackages                             scottbass3/harbor-api-bundle - 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. scottbass3/harbor-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

scottbass3/harbor-api-bundle
============================

A Wrapper for Harbor API v2 Client library for PHP

v1.0.0(10mo ago)10MITPHPPHP ^8.3

Since Aug 22Pushed 10mo agoCompare

[ Source](https://github.com/scottbass3/HarborApiBundle)[ Packagist](https://packagist.org/packages/scottbass3/harbor-api-bundle)[ RSS](/packages/scottbass3-harbor-api-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Harbor API Bundle
=================

[](#harbor-api-bundle)

A Symfony bundle to communicate with Harbor API v2. This bundle is a wrapper for [harbor api client](https://github.com/scottbass3/harbor-api-client).

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

[](#installation)

If your application is using Symfony Flex, run this command to install the bundle :

```
composer require scottbass3/harbor-api-bundle
```

Then add the configuration in your packages config directory :

```
# config/packages/scottbass3_harbor_api.yaml
scottbass3_harbor_api:
    base_uri: 'https://exemple.com/api/v2.0'
    login: 'test'
    password: 'changeme'
```

Basic Usage
-----------

[](#basic-usage)

```
namespace App\Controller;

use Scottbass3\HarborApiBundle\HarborClient;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;

class DefaultController extends AbstractController {
    public function index(HarborClient $client) {
        $projectReq = (new ProjectReq())
            ->setProjectName('my-project');
        $client->getHarborClient()->createProject($projectReq);

        $artifacts = $client->getHarborClient()->listArtifacts('my-project', 'my-repository');
    }
}
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance54

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

316d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

containerdockerdocker-registrykubernetesphpphp8registrysymfonysymfony-bundleapiharbor

### Embed Badge

![Health badge](/badges/scottbass3-harbor-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/scottbass3-harbor-api-bundle/health.svg)](https://phpackages.com/packages/scottbass3-harbor-api-bundle)
```

###  Alternatives

[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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