minneola/testfoo

There is no license information available for the latest version (v1.2.2) of this package.

v1.2.2 2015-08-02 18:15 UTC

This package is auto-updated.

Last update: 2024-03-24 03:15:49 UTC


README

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

Contributor

  • Tobias Maxham git2016@maxham.de
  • 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