2017 © Pedro Peláez
 

library glue

Almost a micro framework

image

gluephp/glue

Almost a micro framework

  • Thursday, November 23, 2017
  • by gluephp
  • Repository
  • 1 Watchers
  • 1 Stars
  • 104 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Glue - Almost a micro framework

This package is still in development. I would suggest to wait until there's at least one tagged release., (*1)

Glue is really just, as the name suggests, the glue between some awesome 3rd party packages. It's built to be extendable and only comes with the most basic features out of the box, like:, (*2)

  1. IoC Container - illuminate/container
  2. Router - mrjgreen/phroute
  3. Request - symfony/http-foundation
  4. Response - symfony/http-foundation
  5. Sessions - symfony/http-foundation
  6. Config - maer/config

Installation

Use Composer:, (*3)

$ composer require gluephp/glue dev-develop

Simple example

It basically works like any other micro framework:, (*4)

<?php

// Include Composers autoloader
include 'path/to/vendor/autoload.php';

// Initialize the app
$app = new Glue\App;

// Create a route
$app->router->get('/', function() {
    return 'Hello World';
});

// Run the app
$app->run();

More...

...info will come, (*5)

The Versions

23/11 2017

dev-master

9999999-dev

Almost a micro framework

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

23/11 2017

0.1.4

0.1.4.0

Almost a micro framework

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

23/11 2017

dev-develop

dev-develop

Almost a micro framework

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

02/12 2016

0.1.3

0.1.3.0

Almost a micro framework

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

13/09 2016

0.1.2

0.1.2.0

Almost a micro framework

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

09/09 2016

0.1.1

0.1.1.0

Almost a micro framework

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

09/05 2016

0.1.0

0.1.0.0

Almost a micro framework

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson