PHPackages                             selltag/nacex-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. selltag/nacex-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

selltag/nacex-bundle
====================

This module provides a client service for the Nacex SOAP server

2343↓50%1[1 issues](https://github.com/javaguirre/NacexBundle/issues)PHP

Since Oct 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/javaguirre/NacexBundle)[ Packagist](https://packagist.org/packages/selltag/nacex-bundle)[ RSS](/packages/selltag-nacex-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

[![Build Status](https://camo.githubusercontent.com/d24d0f63059b1af44c2562c801eb5ee3d3820cc452a437b94185ba98e267d41e/68747470733a2f2f7472617669732d63692e6f72672f6a6176616775697272652f4e6163657842756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/javaguirre/NacexBundle)

This Bundle provides a client to access the **Nacex SOAP API**.

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

[](#installation)

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:

    ```
    $ composer require selltag/nacex-bundle
    ```

    This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.
2. Enable the Bundle

    Add the following line in the `app/AppKernel.php` file to enable this bundle:

    ```
