2017 © Pedro Peláez
 

library slim-modules

Organize your Slim applications in a modular structure

image

comphppuebla/slim-modules

Organize your Slim applications in a modular structure

  • Saturday, September 2, 2017
  • by ComPHPPuebla
  • Repository
  • 2 Watchers
  • 6 Stars
  • 317 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Slim modules

Build Status Latest Stable Version Latest Unstable Version License SensioLabsInsight, (*1)

This package allows you to organize your Slim applications in a modular structure. By introducing the following components, (*2)

  • Service providers. For third-party libraries, services, controllers and Slim middleware classes. It adds the capability of extending existing services.
  • Route providers. To match paths with controllers registered as services
  • Argument converters. To customize the method signatures of your controllers
  • Definition groups. For services, middleware and route providers

Tests

Setup the test suite using Composer:, (*3)

$ composer install --dev

Run it using PHPUnit:, (*4)

$ php bin/phpunit --testdox

License

This package is released under the MIT License., (*5)

Documentation

The documentations is available at [https://comphppuebla.github.io/slim-modules/][1], (*6)

The Versions

02/09 2017

dev-master

9999999-dev

Organize your Slim applications in a modular structure

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luis Montealegre

slim modules

11/08 2015

2.1.0

2.1.0.0

Organize your Slim applications in a modular structure

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luis Montealegre

slim modules

16/06 2015

2.0.0

2.0.0.0

Organize your Slim applications in a modular structure

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luis Montealegre

slim modules

28/02 2015

1.0.0

1.0.0.0

Organize your Slim applications in a modular structure

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luis Montealegre

slim modules