PHP Classes

File: public1/index.php

Recommend this page to a friend!
  Classes of John Diaz   PHP Silex REST Multi Lazy Load   public1/index.php   Download  
File: public1/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Silex REST Multi Lazy Load
Create REST APIs with module lazy loading
Author: By
Last change:
Date: 7 years ago
Size: 176 bytes
 

Contents

Class file image Download
<?php
/**
 * API handler
 *
 * @author jdiaz
 * @email clientes@desarrollowebmedellin.com
 */
require_once __DIR__ . '/../vendor/autoload.php';

$app = App\Rest::run('prod1');