Learnosity / learnosity-sdk-php

Learnosity SDK for PHP
Apache License 2.0
10 stars 10 forks source link

Add test and build workflow #29

Closed shtrom closed 6 years ago

shtrom commented 6 years ago

This PR

  1. Fixes vendors so they are PHP-5.6 and 7+ compatible
  2. Introduces logic to build a standalone distribution ZIP file with dependencies baked-in
  3. Enable a small suite of integration tests against the Data API
  4. Adds a Makefile allowing to exercise all of the above