2017 © Pedro PelĂĄez
 

library tight

Tight Framework: A PHP Framework

image

alejandropena/tight

Tight Framework: A PHP Framework

  • Tuesday, August 30, 2016
  • by alejandropena
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Build Status Scrutinizer Code Quality License, (*1)

Tight Framework

A PHP micro-framework, (*2)

Instalation

Using composer, (*3)

$ composer require alejandropena/tight

Usage

Router

Include the autoloader generated by composer to start running the app, (*4)

<?php
require_once 'vendor/autoload.php';
$config = [
    "basePath"=>__DIR__ // Set current directory as base path
];
$app = new Tight\Tight($config);
$router = $app->getRouter();

$router->get("/hello/:who",function($who){
    echo "Hello ".$who;
});
$router->run();

Documentation

For more info you can read: - Router Documentation - Config Documentation - MVC Documentation, (*5)

The Versions

30/08 2016

dev-master

9999999-dev

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín

30/08 2016

v1.2.2

1.2.2.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín

30/08 2016

v1.2.1

1.2.1.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín

29/08 2016

v1.2.0

1.2.0.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín

19/08 2016

v1.1.2

1.1.2.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín

19/08 2016

v1.1.1

1.1.1.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín

19/08 2016

v1.1.0

1.1.0.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín

03/08 2016

v1.0.1

1.0.1.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Alejandro Peña Florentín

01/08 2016

v1.0.0

1.0.0.0

Tight Framework: A PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alejandro Peña Florentín