PHPackages                             webnexx/carcopy-api-client - 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. webnexx/carcopy-api-client

ActiveModule[API Development](/categories/api)

webnexx/carcopy-api-client
==========================

a client to use the carapi from CarCopy https://www.carcopy.com/fahrzeugdaten-api/

0.1.0(7y ago)020MITPHP

Since Oct 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/webnexx/wx-cc-api-client)[ Packagist](https://packagist.org/packages/webnexx/carcopy-api-client)[ RSS](/packages/webnexx-carcopy-api-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

webnexx/carcopy-api-client
==========================

[](#webnexxcarcopy-api-client)

a client to use the CarApi from CarCopy.com

### installation

[](#installation)

install with composer

```
{
    "require": {
        "webnexx/carcopy-api-client": "@stable"
    }
}
```

### how to use

[](#how-to-use)

##### creating a client

[](#creating-a-client)

the first step to you the CarApi client is to create a instance

```
use CarApi\Client as CarApiClient;

// creata a valid CarApiClient Instance with your ApiKey
$client = new CarApiClient ("< YOUR API KEY >");
```

##### using the client

[](#using-the-client)

after creating a client, you can call the available methods

```
$client->doVehicleFilterView()
```

### available api methods

[](#available-api-methods)

a detailed description for the api methods can be found in the "Technisches Handbuch" PDF on our Page

here a short overview about the available functions:

**doVehicleFilterView**

to get the available vehicle data, available parameters are:

```
$filter
$fields
$start (defaults is set to 0)
$limit (defaults is set to 30)
$order
$orderType (defaults is set to "ASC")

```

**doVehicleFieldGroupView**

to get a grouped vehicle data item (e.q. to set them as value in a select box), available parameters are:

```
$fieldName
$filter

```

**getAvailableLanguages**

get a list of all available translations in the carapi, available parameters are:

```
$language (defaults to "de")

```

**getAvailableValueLabels**\*\*

get a list of all available value labels with translation options, available parameters are:

```
$language (defaults to "de")

```

**getLabelTranslations**\*\*

get a list of all available label translations, available parameters are:

```
$language (defaults to "de")

```

**getValueTranslations**\*\*

get the translation of a specific label, available paramters are:

```
$label
$language (defaults to "de")

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2759d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1866241?v=4)[Moszeed](/maintainers/moszeed)[@moszeed](https://github.com/moszeed)

---

Tags

clientsoapcarapi

### Embed Badge

![Health badge](/badges/webnexx-carcopy-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/webnexx-carcopy-api-client/health.svg)](https://phpackages.com/packages/webnexx-carcopy-api-client)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[laminas/laminas-soap

6121.8M37](/packages/laminas-laminas-soap)

PHPackages © 2026

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