2017 © Pedro Peláez
 

library minotaur

A library that helps you write web applications

image

appertly/minotaur

A library that helps you write web applications

  • Wednesday, February 14, 2018
  • by doublecompile
  • Repository
  • 1 Watchers
  • 0 Stars
  • 308 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 2 % Grown

The README.md

minotaur

This is a library that helps you write web applications in PHP. It's a fork of Labrys, which was written in Hack., (*1)

Packagist Build Status Scrutinizer Code Quality Code Coverage, (*2)

Installation

You can install this library using Composer:, (*3)

$ composer require appertly/minotaur
  • The master branch (version 0.x) of this project requires PHP 7.1 and has a few dependencies.

Compliance

Releases of this library will conform to Semantic Versioning., (*4)

Our code is intended to comply with PSR-1, PSR-2, and PSR-4. If you find any issues related to standards compliance, please send a pull request!, (*5)

The Big Idea

Really, Minotaur is the glue between several micro libraries., (*6)

In addition to several helper classes, the Big Deal here is a mechanism to declare modules., (*7)

The Minotaur\System class has three dependency containers: one for configuration properties, one for back-end objects and one for front-end objects. Modules can register objects in these containers., (*8)

More details coming soon! In the meantime, please browse the code., (*9)

The Versions