Skip to content

vaibhavpandeyvpz/ashv

Repository files navigation

vaibhavpandeyvpz/ashv

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

Ashv: अश्‍व (Horse)

Build status Code Coverage Latest Version Downloads PHP Version License

SensioLabsInsight

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.

License

See LICENSE.md file.