PHPackages                             knownhost/synergycp - 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. knownhost/synergycp

ActiveLibrary

knownhost/synergycp
===================

This package is a wrapper for the SynergyCP. It's primarly built to integrate with Snipe It inventory management system.

04[3 PRs](https://github.com/andrewmurray2/snipe-it-scp-integration/pulls)PHP

Since May 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/andrewmurray2/snipe-it-scp-integration)[ Packagist](https://packagist.org/packages/knownhost/synergycp)[ RSS](/packages/knownhost-synergycp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

This package is a wrapper for the SynergyCP. It's primarly built to integrate with Snipe It inventory management system.
========================================================================================================================

[](#this-package-is-a-wrapper-for-the-synergycp-its-primarly-built-to-integrate-with-snipe-it-inventory-management-system)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e74df62a542e22c6906fe199d9ada9c0699c0b18e7374cf0d191c00a3f5e36e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6e6f776e686f73742f73796e6572677963702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/knownhost/synergycp)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b0b826ed77f4a3f8241efa70863010eb3c19ae6746d11f546eb1d96816b2c56c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b6e6f776e686f73742f73796e6572677963702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/knownhost/synergycp/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b68dc79aea206a9d55957decffbc64851cf0b5e16c9a90299ac3252d2dc7ba8d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b6e6f776e686f73742f73796e6572677963702f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/knownhost/synergycp/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8d8caf282b6754503049eca7acdf708d215213a5c7f2c65a0017b984515a91a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6e6f776e686f73742f73796e6572677963702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/knownhost/synergycp)

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

[](#installation)

You can install the package via composer:

```
composer require knownhost/synergycp
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="synergycp-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="synergycp-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$sCP = new Knownhost\SCP();
echo $sCP->echoPhrase('Hello, Knownhost!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Andrew Murray](https://github.com/andrewmurray2)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 55.6% 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/c80baf339692af8961650af4892f32c14420646c67c248cd2fdbdcecdb73bf84?d=identicon)[andrewmurray2](/maintainers/andrewmurray2)

---

Top Contributors

[![andrewmurray2](https://avatars.githubusercontent.com/u/121324735?v=4)](https://github.com/andrewmurray2 "andrewmurray2 (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

### Embed Badge

![Health badge](/badges/knownhost-synergycp/health.svg)

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

PHPackages © 2026

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