PHPackages                             twomedia/tel-search-php-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. twomedia/tel-search-php-api

AbandonedArchivedLibrary

twomedia/tel-search-php-api
===========================

1.0.0(10y ago)0134PHP

Since Jan 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/2media/tel-search-php-api)[ Packagist](https://packagist.org/packages/twomedia/tel-search-php-api)[ RSS](/packages/twomedia-tel-search-php-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

tel.search.ch PHP API Wrapper
=============================

[](#telsearchch-php-api-wrapper)

A simple PHP API wrapper for . A valid API key is required!

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

[](#installation)

Download the latest release or install it with composer (`composer require twomedia/tel-search-php-api`)

### Laravel

[](#laravel)

Require `TwoMedia\TelSearch\TelSearchProvider::class` in your providers list in `config/app.php`.

```
    $providers = [
        ...
        TwoMedia\TelSearch\TelSearchServiceProvider::class,
        ...
    ];
```

Add your API key in your services config file with the key `tel-search.secret`:

```
    ...
        'tel-search' => [
            'secret' => 'YOUR_SECRET_API_KEY'
        ],
    ...

```

Usage
-----

[](#usage)

Create a new Instance of the Client and pass your API key to the constructor. Search for Names or Geolocations with the `what()` and `where()` methods. If you use Laravel, you can get the instance from the IoC Container and

```
    $client = new TwoMedia\TelSearch\Client("YOUR_API_KEY");
    $response = $client->what(["Max", "Mustermann", "044123456"])->where(["Zürich"])->send();
    $entries = $response->entries();

    // Laravel
    $client = app("TwoMedia\TelSearch\Client");
    $response = $client->what(["Max", "Mustermann", "044123456"])->where(["Zürich"])->send();
    $entries = $response->entries();
```

The package returns 10 results by default. Package specific settings might be introduced in the future. You can find further documentation to the API [here](http://tel.search.ch/api/help).

License
-------

[](#license)

This code is published under the [MIT License](http://opensource.org/licenses/MIT). This means you can do almost anything with it, as long as the copyright notice and the accompanying license file is left intact.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3772d ago

### Community

Maintainers

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

---

Top Contributors

[![stefanzweifel](https://avatars.githubusercontent.com/u/1080923?v=4)](https://github.com/stefanzweifel "stefanzweifel (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/twomedia-tel-search-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/twomedia-tel-search-php-api/health.svg)](https://phpackages.com/packages/twomedia-tel-search-php-api)
```

###  Alternatives

[cpriego/valet-linux

A more enjoyable local development experience for Linux.

1.5k135.9k](/packages/cpriego-valet-linux)[asana/asana

A PHP client for the Asana API

1381.6M4](/packages/asana-asana)[urbanairship/urbanairship

Urban Airship PHP Library

38606.2k2](/packages/urbanairship-urbanairship)[fab1en/rocket-chat-rest-client

Rocket Chat REST API client in PHP.

4983.1k](/packages/fab1en-rocket-chat-rest-client)[kontent-ai/delivery-sdk-php

Kontent.ai Delivery SDK for PHP

4628.8k](/packages/kontent-ai-delivery-sdk-php)[maksekeskus/maksekeskus-php

Maksekeskus PHP SDK

12179.8k](/packages/maksekeskus-maksekeskus-php)

PHPackages © 2026

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