Skip to content

nataniel/e4u-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e4u-framework

Installation

composer require nataniel/e4u-framework:dev-master

Usage

<?php
chdir(dirname(__DIR__));

// Your application namespace
define('APPLICATION', 'Main');

// Bootstrap E4u\Application
require_once __DIR__ . '/../vendor/autoload.php';
$app = E4u\Loader::get(APPLICATION);
$app->run()->send();

Tests

phpunit --configuration tests/phpunit.xml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages