gianluca-pettenon / soap-totvs

This repository consists of an SDK for consuming TOTVS Web Service with SOAP and PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository consists of an SDK for consuming TOTVS Web Service with SOAP and PHP.

Installation

  • Clone the repository (git clone https://github.com/gianluca-pettenon/soap-totvs.git).
  • Install Docker here.

Settings

  • Rename the env file to .env and fill in your settings.

Instruction for use

  • In each class located in the App\WebServices directory, there is a link to inform how to pass the parameters.
  • To run the project, at the root of the directory, run docker-compose up through the terminal.
  • In the terminal, run docker exec -it php-fpm bash, then composer install

About

This repository consists of an SDK for consuming TOTVS Web Service with SOAP and PHP.


Languages

Language:PHP 95.0%Language:Dockerfile 5.0%