PHPackages                             20steps/collmex-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. 20steps/collmex-bundle

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

20steps/collmex-bundle
======================

Service-oriented Collmex API for Symfony2 applications

16341PHP

Since Aug 12Pushed 11y ago2 watchersCompare

[ Source](https://github.com/20steps/collmex-bundle)[ Packagist](https://packagist.org/packages/20steps/collmex-bundle)[ RSS](/packages/20steps-collmex-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

20steps/collmex-bundle (twentystepsCollmexBundle)
=================================================

[](#20stepscollmex-bundle-twentystepscollmexbundle)

About
-----

[](#about)

The 20steps Collmex Bundle provides a Service-oriented API for Symfony2 applications that need to interact with the Collmex accounting service.

For further information about Collmex goto .

Features
--------

[](#features)

- Collmex accessible as a configurable Symfony2 service.
- Complete CRUD API for Collmex.
- Configurable caching of responses to prevent surpassing rate limit.
- Provide some derived KPIs.
- Full documentation and some examples.
- Prepare for open sourcing of 20steps control.

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

[](#installation)

Require the bundle by adding the following entry to the respective section of your composer.json:

```
"20steps/collmex-bundle": "dev-master"

```

Get the bundle via packagist from GitHub by calling:

```
php composer.phar update 20steps/collmex-bundle

```

Register the bundle in your application by adding the following line to the registerBundles() method of your AppKernel.php:

```
new twentysteps\Bundle\CollmexBundle\twentystepsCollmexBundle()

```

Register services provided by the bundle by adding the following line to the imports section of your config.yml:

```
- { resource: "@twentystepsCollmexBundle/Resources/config/services.yml" }

```

Define the following properties in your parameters.yml:

- twentysteps\_collmex.url - URL of the Collmex API - normally should point to "".
- twentysteps\_collmex.account\_id - ID of your account at Collmex. You will need a "Pro" account at collmex use this API.
- twentysteps\_collmex.login - The login to use for accessing Collmex. You should create a service account to not interfere with the sessions of your accountants.
- twentysteps\_collmex.password - Password of the account.

Usage
-----

[](#usage)

- Get reference to the Collmex service either by adding @twentysteps\_collmex.service as a dependency in your service or by explicitely getting the service from the container during runtime e.g. by calling $this-&gt;get('twentysteps\_collmex.service') in the action of your controller.
- Call any public function provided by Services/CollmexService.php e.g. getCustomerCount() to get the number of customers listed in Collmex.

Version
-------

[](#version)

This version is not yet complete or usable.

Author
------

[](#author)

Helmut Hoffer von Ankershoffen ().

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/b7601e5458b38b514ef7c696075cb349670c50ec0a8a1f8440b68b6df32f230a?d=identicon)[helmuthva](/maintainers/helmuthva)

### Embed Badge

![Health badge](/badges/20steps-collmex-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/20steps-collmex-bundle/health.svg)](https://phpackages.com/packages/20steps-collmex-bundle)
```

###  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)
