2017 © Pedro Peláez
 

library mixten

PHP 7.1 microframework

image

exts/mixten

PHP 7.1 microframework

  • Monday, December 4, 2017
  • by exts
  • Repository
  • 1 Watchers
  • 2 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Mixten

Mixten is a PHP 7.1 Microframework based on Starch. The name comes from 'Mixed' and 'Extensions'. I like mixing components to build a rich application, but there's a lot of frameworks out there that are more 'their way' than 'your way' and that was a problem for me., (*1)

Like Brammm (starch dev), I too am a fan of Slim and Silex. My issue is I never really needed all the features that slim and silex use, all I needed was a proper router, a decent dependency injector and that's about it., (*2)

I tried expressive 2.0 and it's good, it's real good (I might even attempt to use Canister with it in the future), but the issue I had with Expressive was you'd end up with a ton of boilerplate factory classes for setting up Action classes. I thought that was unnecessary and should have been as simple as passing your class to the route and it passing the necessary dependencies when it needs them., (*3)

I'm going to put this on packagist, but this library/microframework won't be stable until I've run it in the ground with a few personal projects to see what pitfalls I run into and if I need to add any features., (*4)

Example

$app = new Application();
$app->any('/account/update', cc(Account::class, 'update'));
$app->run();

The Versions

04/12 2017

dev-master

9999999-dev

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

04/12 2017

0.4.0

0.4.0.0

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

12/11 2017

0.4.0-beta1

0.4.0.0-beta1

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

12/11 2017

0.3.1

0.3.1.0

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

04/07 2017

0.3.0

0.3.0.0

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

24/05 2017

0.2.0

0.2.0.0

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

24/05 2017

0.1.2

0.1.2.0

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

22/05 2017

0.1.1

0.1.1.0

PHP 7.1 microframework

  Sources   Download

The Requires

 

The Development Requires

22/05 2017

0.1.0

0.1.0.0

  Sources   Download

The Requires

 

The Development Requires