groton-school/slim-norms

Define some normal interfaces and abstract classes for working with the Slim Framework

Installs: 279

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/groton-school/slim-norms

2.2.0 2025-10-15 19:06 UTC

This package is auto-updated.

Last update: 2025-10-15 19:07:30 UTC


README

Define some normal interfaces and abstract classes for working with the Slim Framework

Latest Version

Install

composer require groton-school/slim-norms

Use

When developing Slim Framework-related packages, use...

  • Extend AbstractAction to and override its action() method to easily create invokable actions.
  • Implement DependenciesInterface to script injecting package-related dependencies;
  • Implement RouteBuilderInterface to define package-related routes;

See groton-school/slim-gae-shim for sample usage.