2017 © Pedro Peláez
 

library shorty-framework

A test framework

image

edwindayot/shorty-framework

A test framework

  • Thursday, October 26, 2017
  • by edwindayot
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Shorty Framework

Build Status, (*1)

Use package at https://github.com/EdwinDayot/shorty, (*2)

Start an application:, (*3)

<?php

$app = new \Shorty\Framework\Application();
$app->run();

Get a response object from Application:, (*4)

<?php

$app = new \Shorty\Framework\Application();
$response = $app->getResponse();

Add new routes:, (*5)

<?php

$app = new \Shorty\Framework\Application();

$router = $app->getRouter();
$router->get('posts', function () {
    return 'posts';
});

$app->run();

The Versions

26/10 2017

dev-add-stickler-config

dev-add-stickler-config

A test framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Dayot

26/10 2017

dev-add-code-of-conduct-1

dev-add-code-of-conduct-1

A test framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Dayot