2017 © Pedro Peláez
 

library ashv

The lean PSR-7/PSR-15 micro-framework, uses vaibhavpandeyvpz/vidyut underneath.

image

vaibhavpandeyvpz/ashv

The lean PSR-7/PSR-15 micro-framework, uses vaibhavpandeyvpz/vidyut underneath.

  • Friday, February 24, 2017
  • by vaibhavpandeyvpz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

vaibhavpandeyvpz/ashv

The lean PSR-7/PSR-15 micro-framework, uses vaibhavpandeyvpz/vidyut underneath., (*1)

Ashv: अश्‍व (Horse), (*2)

Build status ![Code Coverage][code-coverage-image] ![Latest Version][latest-version-image] ![Downloads][downloads-image] ![PHP Version][php-version-image] ![License][license-image], (*3)

SensioLabsInsight, (*4)

Preview (झलक)

<?php

$app = new Ashv\Application();

$app->get('/', function ($response) {
    $response->getBody()->write('Hello world!');
    return $response;
});

$app->get('/hello/{name}', 'Hello#index');

/**
 * @desc Life is this simple.
 */
$app->handle();

Documentation

To view installation and usage instructions, visit this Wiki., (*5)

License

See LICENSE.md file., (*6)

The Versions

24/02 2017