PHPackages                             campingcare/campingcare-php-sdk - 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. campingcare/campingcare-php-sdk

ActiveLibrary

campingcare/campingcare-php-sdk
===============================

Connect to the Camping.care system to get data. This could be park, accommodation, prices, availability, reservations, invoicing and contact data. Also you can create reservations, and contact.

1.11(8y ago)0136BSD-2-ClausePHPPHP &gt;=5.3

Since Feb 5Pushed 8y agoCompare

[ Source](https://github.com/CampingCare/campingcare-php-sdk)[ Packagist](https://packagist.org/packages/campingcare/campingcare-php-sdk)[ Docs](https://github.com/CampingCare/campingcare-php-sdk)[ RSS](/packages/campingcare-campingcare-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

[![CampingCare](https://camo.githubusercontent.com/44d4861081121ef7c778862ffba70fdfe622828831a3b3a7be9d52bd97ecaa45/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f63616d70696e67636172652d7374617469632f696d616765732f6c6f676f2d7765622d736d616c6c2e706e67)](https://camo.githubusercontent.com/44d4861081121ef7c778862ffba70fdfe622828831a3b3a7be9d52bd97ecaa45/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f63616d70696e67636172652d7374617469632f696d616765732f6c6f676f2d7765622d736d616c6c2e706e67)

Camping Care PHP SDK
====================

[](#camping-care-php-sdk)

Connect to the Camping.care system to get data. This could be park, accommodation, prices, availability, reservations, invoicing and contact data. Also you can create reservations, and contact.

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

[](#requirements)

To use the Camping.care PHP SDK, the following things are required:

- Get yourself a free [Camping.care Account](https://camping.care/). No sign up costs.
- Create a Camping.care [API key](https://camping.care/settings/api)
- Now you're ready to use the Camping.care PHP API client in test mode.
- PHP &gt;= 5.3
- PHP cURL extension

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

[](#installation)

By far the easiest way to install the Camping.care PHP SDK is to require it with [Composer](http://getcomposer.org/doc/00-intro.md).

```
$ composer require CampingCare/campingcare-php-sdk:dev-master

{
    "require": {
        "CampingCare/campingcare-php-sdk": "dev-master"
    }
}

```

You may also git checkout or [download all the files](https://github.com/CampingCare/campingcare-php-sdk/archive/master.zip), and include the Camping.care PHP sdk manually.

Getting started
---------------

[](#getting-started)

Requiring the included autoloader. If you're using Composer, you can skip this step.

```
require_once('vendor/autoload.php');
```

Initializing the Camping.care PHP SDK, and setting your API key.

```
$campingcare = new campingcare_api;
$campingcare->set_api_key("YOUR SECRET API KEY");
```

Getting park information.

```
$park = $campingcare->get_park();
```

API documentation
-----------------

[](#api-documentation)

If you wish to learn more about our API, please visit the [Camping.care Portal](https://www.camping.care/developer/). API Documentation is available in English.

License
-------

[](#license)

[BSD (Berkeley Software Distribution) License](https://opensource.org/licenses/bsd-license.php). Copyright (c) 2013-2017, Boekanders B.V.

Support
-------

[](#support)

Contact: [camping.care](https://camping.care) —  — + 31 85 065 3614

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 51.4% 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 ~10 days

Total

5

Last Release

2973d ago

Major Versions

0.2 → 1.12018-03-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/c53e7dbcf06aa0e130af1787b62925aaa5c94c5b997a96f679dc416aad7d092a?d=identicon)[support@camping.care](/maintainers/support@camping.care)

---

Top Contributors

[![arsacontrols](https://avatars.githubusercontent.com/u/37910869?v=4)](https://github.com/arsacontrols "arsacontrols (18 commits)")[![crowdsite](https://avatars.githubusercontent.com/u/74555330?v=4)](https://github.com/crowdsite "crowdsite (17 commits)")

---

Tags

reservationcampingcarecampingbungalowreservering

### Embed Badge

![Health badge](/badges/campingcare-campingcare-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/campingcare-campingcare-php-sdk/health.svg)](https://phpackages.com/packages/campingcare-campingcare-php-sdk)
```

PHPackages © 2026

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