glady/behind

Maintainers

Package info

github.com/glady/Behind

pkg:composer/glady/behind

Statistics

Installs: 10 689

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 4

0.1.9 2017-05-11 05:44 UTC

This package is auto-updated.

Last update: 2026-03-15 22:11:31 UTC


README

Behind is a php toolbox with helper classes of your php-application.

UnitTests and Code Analysis

master: Build Status Code Climate Test Coverage

v0.1.x: Build Status

Milestones

  1. [DONE] ClassLoader-Instance which can be registered as php-autoloader
  2. [DONE] PackageHandler as extension for ClassLoader
  3. [DONE] ClassMapGenerator for automatic generation of class maps thats can be used by ClassLoader
  4. [IN WORK] class loading of installed composer dependencies (classmap, psr-0, psr-4, function-includes)
    • [#3] prototype for function-loader
  5. [PLANNED] DependencyInjectionContainer [#7]
  6. TestFramework for simple test cases needed to test contained tools
  7. ErrorHandler and a class for Debug-Information
  8. Logger classes for different targets