PHPackages                             sam-it/transip-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. sam-it/transip-api

ActiveLibrary

sam-it/transip-api
==================

Generated API client

110PHP

Since May 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SAM-IT/transip-api)[ Packagist](https://packagist.org/packages/sam-it/transip-api)[ RSS](/packages/sam-it-transip-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

transip-api
===========

[](#transip-api)

A modern PHP client for the Transip API. This API client is automatically generated (see build.php) from the WSDL provided by TransIP.

The TransIP official API client does a couple of bad things:

1. It supports PHP5.3 and thus requires ugly workarounds.
2. It primarily uses static functons.
3. It does not support composer or autoloading.

This client does all that.

Example usage:
==============

[](#example-usage)

```
include 'src/vendor/autoload.php';

$factory = new \SamIT\TransIP\ServiceFactory([
    'login' => 'some-user',
    'password' => 'your-key-not-your-login-password'
]);

foreach ($factory->getHaipService()->getHaips() as $haip) {

    echo "{$haip->getName()} {$haip->getVpsName()}\n";
}

```

The factory (@see ) has getters for all services exposed by the API.

Installation
============

[](#installation)

```
composer require sam-it/transip-api

```

Building
========

[](#building)

If you prefer to build your own classes require the dev dependencies use the build script for reference.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18b13c534e3812b66a72645fe215301b54fc4d288f6396fee9385b681e27da18?d=identicon)[SamMousa](/maintainers/SamMousa)

---

Top Contributors

[![SamMousa](https://avatars.githubusercontent.com/u/547021?v=4)](https://github.com/SamMousa "SamMousa (7 commits)")

### Embed Badge

![Health badge](/badges/sam-it-transip-api/health.svg)

```
[![Health](https://phpackages.com/badges/sam-it-transip-api/health.svg)](https://phpackages.com/packages/sam-it-transip-api)
```

PHPackages © 2026

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