PHPackages                             verschoof/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. [API Development](/categories/api)
4. /
5. verschoof/transip-api

Abandoned → [transip/transip-api-php](/?search=transip%2Ftransip-api-php)Library[API Development](/categories/api)

verschoof/transip-api
=====================

TransIp API client

v1.2.0(10y ago)816.0k6[1 PRs](https://github.com/verschoof/transip-api/pulls)1MITPHPPHP &gt;=5.3.3

Since Feb 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/verschoof/transip-api)[ Packagist](https://packagist.org/packages/verschoof/transip-api)[ RSS](/packages/verschoof-transip-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (14)Used By (1)

**DEPRECATED**
==============

[](#deprecated)

INFO:

Wrapper of the transip API

\###Symfony2 Do you want to use the TransIp API in your symfony2 project?

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

[](#installation)

composer.json

```
"require": {
  ...
  "verschoof/transip-api": "1.1.0"
}
```

Run `composer update verschoof/transip-api-bundle`

Usage
=====

[](#usage)

```
$login      = ''; // Your login at transip
$privateKey = ''; // Your key from transip

$client = new Transip\Client($login, $privateKey, true);

$domainApi  = $client->api('domain');
$domainInfo = $domainApi->getInfo('domain.com');
// This returns an exception if the domain cannot be found !
// So it might be wise to do it in a try catch instruction
$status = $domainApi->checkAvailability();
// returns the string FREE if the domain is available
```

Tips
====

[](#tips)

Do not use batchCheckAvailability in a loop, as it will break out with an error. batchCheckAvailability only allows 20 records in the array.

TransIP is aware of this issue and they will update that in a next release.

Laravel
=======

[](#laravel)

This package is succesfully tested on the Laravel 4.1 Framework However there is no ServiceProvider for it, just use the example in the usage section. Advice is ofcourse to create a config-file for your tranip-api-credentials.

TransIp API documentation:
==========================

[](#transip-api-documentation)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% 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 ~44 days

Recently: every ~100 days

Total

13

Last Release

3927d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00e43a110fd357cd566f613cc4539f4d8d20fd98ae6d57c8c7b469e5595b1151?d=identicon)[verschoof](/maintainers/verschoof)

---

Top Contributors

[![petericebear](https://avatars.githubusercontent.com/u/339796?v=4)](https://github.com/petericebear "petericebear (5 commits)")[![byordereurope](https://avatars.githubusercontent.com/u/2935226?v=4)](https://github.com/byordereurope "byordereurope (2 commits)")[![dennisdegreef](https://avatars.githubusercontent.com/u/361905?v=4)](https://github.com/dennisdegreef "dennisdegreef (2 commits)")

---

Tags

apitransip

### Embed Badge

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

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

###  Alternatives

[hiddeco/transip

The better TransIP API client.

22319.8k2](/packages/hiddeco-transip)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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