Skip to content

Minneola/TestForTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minneola Framework

This is the main source of the Minneola Framework. You can find a sample installation on https://github.com/Minneola/Foo.

Contributor

  • Tobias Maxham [email protected]
  • Heiko Stark (former DengoPHP employee)
  • Nobert For (former DengoPHP employee)

Installation

composer require minneola/testfoo

Documentation

We will provide a full documentation on the Wiki section of GitHub. You can find it here: Full Wiki Documentation While we work on it here is a short one for getting started.

<?php

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

$app = new \Minneola\TestFoo\Core\Application(realpath(__DIR__.'/../'));
$app->boot();
$app->run();

Licence

MIT