PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Route One   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Route One
Parse request URLs and route to a controller
Author: By
Last change:
Date: 4 years ago
Size: 112 bytes
 

Contents

Class file image Download
language: php php: - '7.2' - '7.3' - '7.4' install: - composer install script: - ./vendor/bin/phpunit