PHP Classes

File: public/index.php

Recommend this page to a friend!
  Classes of Lucas de Oliveira   Encurtador URL MongoDB   public/index.php   Download  
File: public/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Encurtador URL MongoDB
PHP URL shortener that stores URLs in MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 103 bytes
 

 

Contents

Class file image Download
<?php

require '../vendor/autoload.php';

use
Unisal\Encurtador\Application;

Application::run();