PHPackages                             marellocommerce/marello-bridge-api - 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. marellocommerce/marello-bridge-api

ActiveLibrary[API Development](/categories/api)

marellocommerce/marello-bridge-api
==================================

Marello Bridge API client library

1.1.1(9y ago)13.7k↑400%1[1 issues](https://github.com/marellocommerce/marello-bridge-api/issues)1OSL-3.0PHPPHP &gt;=5.5.0

Since Oct 31Pushed 9y ago2 watchersCompare

[ Source](https://github.com/marellocommerce/marello-bridge-api)[ Packagist](https://packagist.org/packages/marellocommerce/marello-bridge-api)[ Docs](https://github.com/marellocommerce/marello-bridge-api.git)[ RSS](/packages/marellocommerce-marello-bridge-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

Marello Api Extension
=====================

[](#marello-api-extension)

Marello Api extension is a wrapper which enables the applications to communicate with an instance of Marello. This wrapper only provides authentication with X-WSSE headers and allows you to send or get data from a Marello Application instance.

The extension is based on the work Sylvain Rayé has done back in 2014, where he explains how to connect to an OroCRM/Akeneo instance with this method. The extension uses a lot of work done by Sylvain Rayé regarding the X-WSSe authentication but adds a Client into it to make the create and send the calls to an instance. The original post can found on [Sylvain Rayé's blog](http://www.sylvainraye.com/2014/03/23/using-the-rest-api-of-oroplatform-orocrm-akeneo/). Oro's cookbook now includes an [instruction](https://github.com/orocrm/documentation/blob/master/cookbook/how_to_use_wsse_authentication.rst) on how to generate the X-WSSE in an Oro based platform

Features
--------

[](#features)

- Pinging the Marello instance (\\Marello\\Api\\Client::pingInstance());
- Getting data from Marello, including page/limit filter;
- Sending data to Marello with POST/PUT/DELETE requests

**Future Features**

- Disable denpendency from Marello Bridge on this wrapper for swapping out this wrapper for, for example GuzzleHttp

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

[](#requirements)

- PHP 5.5.0 or above with command line interface

Installation instructions
-------------------------

[](#installation-instructions)

In order to get the Bridge Api, you can easily install this through composer. If you don't have composer installed globally, you can get it by running the following command:

```
curl -s https://getcomposer.org/installer | php
```

```
php composer.phar require "marellocommerce/marello-bridge-api"
```

- Install dependencies with composer. If installation process seems too slow you can use `--prefer-dist` option.

```
php composer.phar install --prefer-dist --no-dev
```

Running Tests
-------------

[](#running-tests)

In order to run the tests for the Marello Bridge API, you need to update the dependencies with composer by running the following command:

```
php composer.phar update
```

Or do a fresh install

```
php composer.phar install --prefer-dist
```

- To run the tests you need to run the following command in the `vendor/marellocommerce/marello-bridge-api` directory

```
vendor/phpunit/phpunit/phpunit --testsuite="Marello Api Test Suite"
```

or if you have `phpunit` installed globally:

```
phpunit --testsuite="Marello Api Test Suite"
```

Usage
-----

[](#usage)

for usage see [docs/USAGE.md](doc/USAGE.md)

Contact
-------

[](#contact)

Questions? Problems? Improvements?

Feel free to contact us either through , forum  or open an issue in the repository :) Thanks!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~95 days

Total

3

Last Release

3293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a1a01062bc81aea05cb94be7a846a38a8a8340f351803030ccccc321697d140?d=identicon)[24198](/maintainers/24198)

---

Top Contributors

[![24198](https://avatars.githubusercontent.com/u/6809121?v=4)](https://github.com/24198 "24198 (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marellocommerce-marello-bridge-api/health.svg)

```
[![Health](https://phpackages.com/badges/marellocommerce-marello-bridge-api/health.svg)](https://phpackages.com/packages/marellocommerce-marello-bridge-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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