2017 © Pedro Peláez
 

symfony-bundle symfony2-economic-bundle

Integration between Symfony2 and e-conomic.dk

image

spoort/symfony2-economic-bundle

Integration between Symfony2 and e-conomic.dk

  • Tuesday, August 29, 2017
  • by SPOORT
  • Repository
  • 1 Watchers
  • 1 Stars
  • 302 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Installation

Step 1: Download the Symfony2EconomicBundle

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

$ composer require symfony2-economic

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

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:, (*3)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Spoort\Bundle\Symfony2EconomicBundle\Symfony2EconomicBundle(),
        );

        // ...
    }

    // ...
}

Step 3: Set configuration

In config.yml add following:, (*4)

symfony2_economic:
    wsdl_url: <economic-wsdl-url>

    # If you like to connect with username/password then set agreement_numbe, username and password
    agreement_number: <economic-agreement-number>
    username: <economic-username>
    password: <economic-password>

    # or

    # If you would like to connect via token then set token and app_token
    token: <economic-token>
    app_token: <economic-app-token>

The Versions

29/08 2017

dev-master

9999999-dev

Integration between Symfony2 and e-conomic.dk

  Sources   Download

MIT

The Requires

 

by SPOORT International ApS

symfony2 economics economic e-conomic e-conomic.dk spoort international aps gospoort

29/08 2017

1.0.3

1.0.3.0

Integration between Symfony2 and e-conomic.dk

  Sources   Download

MIT

The Requires

 

by SPOORT International ApS

symfony2 economics economic e-conomic e-conomic.dk spoort international aps gospoort

04/07 2016

1.0

1.0.0.0

Integration between Symfony2 and e-conomic.dk

  Sources   Download

MIT

The Requires

 

by SPOORT International ApS

symfony2 e-conomic.dk spoort international aps gospoort