PHP Classes

File: restAPI/vendor/bramus/router/.travis.yml

Recommend this page to a friend!
  Classes of Hicri   PHP REST API Example   restAPI/vendor/bramus/router/.travis.yml   Download  
File: restAPI/vendor/bramus/router/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP REST API Example
Example API that performs CRUD operations
Author: By
Last change:
Date: 7 months ago
Size: 194 bytes
 

Contents

Class file image Download
language: php dist: trusty php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 before_install: - composer self-update - composer install --no-interaction script: - vendor/bin/phpunit