Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 546 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 546 Bytes

Note

To run this application you'll need PHP, Git and Composer installed on your machine.

Soap API 🧼

Soap API Server created in PHP.

Run project locally

Open your terminal.

  1. Clone repository

    git clone https://github.com/ReallyFatYoshi-Random/soap-api.git
  2. Open repository

    cd soap-api
  3. Install dependancies

    composer install
  4. Run the application

    composer run serve

Authors