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

ActiveSymfony-bundle[API Development](/categories/api)

transip/transip-api-symfony
===========================

TransIP API client integration for Symfony

v1.1.1(2y ago)1391↓50%1Apache-2.0PHPPHP ^8.0

Since Oct 25Pushed 2y ago6 watchersCompare

[ Source](https://github.com/transip/transip-api-symfony)[ Packagist](https://packagist.org/packages/transip/transip-api-symfony)[ RSS](/packages/transip-transip-api-symfony/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (15)Versions (12)Used By (0)

[ ![](https://camo.githubusercontent.com/f4a6ab4507548751f9c11bceccb36ede693307ef8ac19b700fc47d058eae9509/68747470733a2f2f7777772e7472616e7369702e6e6c2f696d672f63702f7472616e7369702d6c6f676f2e737667)](https://transip.eu)TransIP RestAPI bundle for Symfony
==================================

[](#transip-restapi-bundle-for-symfony)

This bundle provides an instance of `\Transip\Api\Library\TransipAPI` to Symfony's Container.

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

[](#requirements)

The TransIP RestAPI bundle for Symfony requires the following in order to work properly:

- PHP &gt;= 8.0
- [json](https://www.php.net/manual/en/book.json.php) (php extension)
- [openssl](https://www.php.net/manual/en/book.openssl.php) (php extension)

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

[](#installation)

You can install the RestAPI library using [Composer](http://getcomposer.org/). Run the following command:

```
composer require transip/transip-api-symfony
```

Then register your bundle in Symfony

```
