2017 © Pedro Peláez
 

symfony-bundle zammadapibundle

Zammad API Client for Symfony2

image

ahmadsajid1989/zammadapibundle

Zammad API Client for Symfony2

  • Sunday, March 18, 2018
  • by ahmadsajid1989
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 140 % Grown

The README.md

Zammad API Client for Symfony application

This client can be used to access the API of the open source helpdesk Zammad via Symfony. This application is just a wrapper of Zammad API Client, (*1)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)

$ composer require ahmadsajid1989/zammadApiBundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)

Requirements

the API client needs PHP 5.6 or newer., (*4)

Integration into your project

Add the following to the "require" section of your project's composer.json file:, (*5)

"ahmadsajid1989/zammadApiBundle": "dev-master"

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*6)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new ahmadsajid1989\ZammadApiBundle\ZammadApiBundle(),
        );

        // ...
    }

    // ...
}

Update your config file with the following settings:, (*7)

app/config/config.php

zammad_api:
    url: 'https://localhost/zammad
    username: 'username'
    password: 'password'
    debug: 'false'

The Versions

18/03 2018

dev-zammad-api-method

dev-zammad-api-method https://github.com/ahmadsajid1989/zammadapibundle

Zammad API Client for Symfony2

  Sources   Download

MIT

The Requires

 

by Ahmad Sajid

symfony zammad zammad api client symfony zammad api symfony2

18/03 2018

1.0.2

1.0.2.0 https://github.com/ahmadsajid1989/zammadapibundle

Zammad API Client for Symfony2

  Sources   Download

MIT

The Requires

 

by Ahmad Sajid

symfony zammad zammad api client symfony zammad api symfony2

15/03 2018

dev-master

9999999-dev https://github.com/ahmadsajid1989/zammadapibundle

Zammad API Client for Symfony2

  Sources   Download

MIT

The Requires

 

by Ahmad Sajid

symfony zammad zammad api client symfony zammad api symfony2

15/03 2018

1.0.1

1.0.1.0 https://github.com/ahmadsajid1989/zammadapibundle

Zammad API Client for Symfony2

  Sources   Download

MIT

The Requires

 

by Ahmad Sajid

symfony zammad zammad api client symfony zammad api symfony2

15/03 2018

1.0.0

1.0.0.0 https://github.com/ahmadsajid1989/zammadapibundle

Zammad API Client for Symfony2

  Sources   Download

MIT

The Requires

 

by Ahmad Sajid

symfony zammad zammad api client symfony zammad api symfony2