Skip to content

rotexsoft/slim-skeleton-mvc-tools

Repository files navigation

Support package for the SlimPHP Skeleton MVC App Framework

Run PHP Tests and Code Quality Tools   GitHub tag (latest SemVer)   GitHub   Coverage Status   GitHub code size in bytes   Packagist Downloads   GitHub top language   Packagist PHP Version Support   GitHub commits since latest release (by date) for a branch   GitHub last commit (branch)   GitHub Release Date   Libraries.io dependency status for GitHub repo

Introduction

This package contains a Base controller and other classes and functions used by the SlimPHP Skeleton MVC App Framework

Changelog

Here

Running Tests

./vendor/bin/phpunit --coverage-text

Requirements

  • PHP 5.5+ (version 1.x) or PHP 5.6+ (version 2.x) or PHP 7.2+ (version 3.x) or PHP 7.4+ (version 4.x) or PHP 8.1+ (version 5.x)
  • Compatibility with HHVM not guaranteed

Installation

composer require rotexsoft/slim-skeleton-mvc-tools

Branching

These are the branches in this repository:

  • master: contains code for the latest major version of this package
  • 5.x: contains code for the 5.x versions of this package (currently being synced with master until a newer version 6.x starts being developed on master)
  • 4.x: contains code for the 4.x versions of this package. No new features, only bug fixes accepted.
  • slim-3-edition: contains code for the 3.x versions of this package. No new features, only bug fixes accepted.
  • 1.X: contains code for the 1.x versions of this package. Abandoned.