glady/behind

Maintainers

Details

github.com/glady/Behind

Source

Issues

Installs: 10 689

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 4

pkg:composer/glady/behind

0.1.9 2017-05-11 05:44 UTC

This package is auto-updated.

Last update: 2025-10-15 21:22:07 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