2017 © Pedro Peláez
 

symfony-bundle inwx-api-bundle

A Symfony bundle for using "inwx/php-client".

image

sebtm/inwx-api-bundle

A Symfony bundle for using "inwx/php-client".

  • Monday, July 23, 2018
  • by SebTM
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 86 % Grown

The README.md

INWX-API-Bundle

Build Status Coverage Status Total Downloads GitHub license, (*1)

A Symfony bundle for including the INWX PHP-Client., (*2)

Installation

The INWX bundle can be installed via Composer by requiring the sebtm/inwx-api-bundle package in your project's composer.json:, (*3)

{
    "require": {
        "sebtm/inwx-api-bundle": "~1.0"
    }
}

and adding an instance of SebTM\INWX\InwxApiBundle to your application's kernel:, (*4)

class AppKernel extends Kernel
{
    public function registerBundles(): void
    {
        return [
            new \SebTM\INWX\InwxApiBundle(),
        ];
    }
}

(This is NOT needed for Symfony-Flex while using recipes!), (*5)

Configuration

Sample YML Configuration

The sample configuration which can be placed in app/config/config.yml file., (*6)

inwx_api:
    debug: false
    environment: "development"
    json: true
    language: "en"
    username: "username"
    password: "password"

Supported environments: "production", "development" Supported languages: see documentation of INWX PHP-Client, (*7)

Usage

This bundle exposes an instance of the SebTM\INWX\Domrobot object:, (*8)

Service | Instance Of
--- | ---
inwx_api | SebTM\INWX\Domrobot

It provides an additional function called "loginWrapper()" (BC >=1.0.0: login will not overwritten anymore!) for using the login data from configuration., (*9)

The Versions

22/07 2018

dev-issue4

dev-issue4

A Symfony bundle for using "inwx/php-client".

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastian Sellmeier

api php symfony client inwx

07/05 2018

dev-travis-migration

dev-travis-migration

A Symfony bundle for using "inwx/php-client".

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastian Sellmeier

api php symfony client inwx

03/04 2018

v0.1.0

0.1.0.0

A Symfony bundle for using "inwx/php-client".

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastian Sellmeier

api php symfony client inwx