boxalino/rtux-integration-php
For the PHP integration, Boxalino comes with a divided approach: framework layer, data export layer and integration layer. The current repository is used as aN integration layer.
This repository is a test-framework for the API requests, response and the API library. With the use of Docker, will create a symfony web-server on which the API requests can be tested. The response is returned raw JSON
This repository is not subject to Boxalino maintenance on client setup. This means, the guidelines are supposed to be integrated in a repository/plugin maintainted & developed by the client`s team.
This repository can be deployed for testing Boxalino features or in order to prepare your own integration. In order to deploy it as is in a local environment, check the Setup steps bellow.
You are able to use the repository if:
The latest documentation is available in the wiki.
Clone/Fork the repository
git clone
Create the environment file (.env) based on .env.dist and set the credentials
Run the CLI image and do a composer update to install dependencies
docker-compose run --rm cli-setup /bin/bash
composer update
Launch the Symfony web server
docker-compose up -d app
Check the port that`s assigned to component's port 8000
docker ps -a | grep 8000/tcp
Check the API response / request for each use-cases:
If you have any question, just contact us at support@boxalino.com
How can I help you explore Laravel packages today?