2017 © Pedro Peláez
 

library app

A lightweight MVC style microframework.

image

starlit/app

A lightweight MVC style microframework.

  • Saturday, March 4, 2017
  • by jandreasn
  • Repository
  • 3 Watchers
  • 1 Stars
  • 16,788 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 7 % Grown

The README.md

Starlit App

Build Status Code Coverage, (*1)

A lightweight MVC style microframework that's basically just a wiring of Symfony's HttpFoundation and Routing components., (*2)

Installation

Add the package as a requirement to your composer.json:, (*3)

$ composer require starlit/app

Usage example

handle($request);
$response->send();

// IndexController.php
class IndexController extends AbstractController
{
    public function indexAction()
    {
        $this->view->headline = 'Hello, world!"
    }
}

// index.html.php
?>


=$this->getEscaped('headline')?>

Requirements

  • Requires PHP 5.6 or above.

License

This software is licensed under the BSD 3-Clause License - see the LICENSE file for details., (*4)

Credits

The Versions

04/03 2017

dev-master

9999999-dev http://github.com/starweb/starlit-app

A lightweight MVC style microframework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Starweb AB

framework mvc

04/03 2017
27/02 2017
30/01 2017

0.2.1

0.2.1.0 http://github.com/starweb/starlit-app

A lightweight MVC style microframework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Starweb AB

framework mvc

22/01 2017

0.2.0

0.2.0.0 http://github.com/starweb/starlit-app

A lightweight MVC style microframework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Starweb AB

framework mvc

31/03 2016

0.1.0

0.1.0.0 http://github.com/starweb/starlit-app

A lightweight MVC style microframework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Starweb / Ehandelslogik i Lund AB

framework mvc