2017 © Pedro Peláez
 

symfony-bundle platformsh-client-php-bundle

A bundle for the Platform.sh PHP API Client

image

danielpanzella/platformsh-client-php-bundle

A bundle for the Platform.sh PHP API Client

  • Monday, July 17, 2017
  • by danielpanzella
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Platform.sh API Client Symfony Bundle

A Symfony Bundle for the Platform.sh PHP Client (https://github.com/platformsh/platformsh-client-php)., (*1)

Configuration

platform_client:
    api_token: <platform API Token>
    api_token_type: <API Token type>

Access the Service:

By Service ID from the container

$this->get('Platformsh\Client\PlatformClient');

Symfony 3.3+ Autowiring

public function __construct(\Platformsh\Client\PlatformClient $platformClient)
{
    $this->platformClient = $platformClient;
}

The Versions

17/07 2017

dev-master

9999999-dev

A bundle for the Platform.sh PHP API Client

  Sources   Download

MIT

The Requires

 

by Daniel Panzella

17/07 2017

v1.1

1.1.0.0

A bundle for the Platform.sh PHP API Client

  Sources   Download

MIT

The Requires

 

by Daniel Panzella

13/07 2017

v1.0

1.0.0.0

A bundle for the Platform.sh PHP API Client

  Sources   Download

MIT

The Requires

 

by Daniel Panzella