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

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

20steps/placetel-bundle
=======================

Service-oriented Placetel API for Symfony2 applications

09PHP

Since Feb 4Pushed 12y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

20steps/placetel-bundle (twentystepsPlacetelBundle)
===================================================

[](#20stepsplacetel-bundle-twentystepsplacetelbundle)

About
-----

[](#about)

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

For further information about Placetel goto .

Features
--------

[](#features)

- Placetel accessible as a configurable Symfony2 service.
- Complete API for Placetel.
- 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/placetel-bundle": "dev-master"

```

Get the bundle via packagist from GitHub by calling:

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

```

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

```
new twentysteps\Bundle\PlacetelBundle\twentystepsPlacetelBundle()

```

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

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

```

Define the following properties in your parameters.yml:

- twentysteps\_placetel.url - URL of the Placetel API - normally should point to "".
- twentysteps\_placetel.api\_key - API key of your account at Placetel.
- twentysteps\_placetel.timeout - Timeout in seconds to apply on calls of the Placetel API - you should use 10.
- twentysteps\_placetel.connect\_timeout - Connect timeout in seconds to apply on calls to the Placetel API - you should use 5.
- twentysteps\_placetel.cache\_ttl - Cache TTL to apply on responses of the Placetel API - you should use 3600.

Usage
-----

[](#usage)

- Get reference to the Placetel service either by adding @twentysteps\_placetel.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\_placetel.service') in the action of your controller.
- Call any public function provided by Services/PlacetelService.php e.g. getServices() to get the monitoring services listed in Placetel.

Version
-------

[](#version)

This version is not yet complete or usable.

Author
------

[](#author)

Helmut Hoffer von Ankershoffen ().

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

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-placetel-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/20steps-placetel-bundle/health.svg)](https://phpackages.com/packages/20steps-placetel-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)
