aedart/testing dependents (4) Order by: name | downloads Show: all | require | require-dev

  • PHP

    aedart/util

    This package contains a set of various utility resources, which can be used independently.

    Abandoned! See aedart/athenaeum

  • PHP

    aedart/overload

    Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)

    Abandoned! See aedart/athenaeum

  • PHP

    aedart/dto

    A variation / interpretation of the Data Transfer Object (DTO) design pattern (Distribution Pattern). Provides an abstraction for such DTOs

    Abandoned! See aedart/athenaeum

  • PHP

    aedart/license-file-manager

    A simple LICENSE-file manager for you composer packages. Allows you to store / organise your various licenses into a single package, fetch it and update your current project’s license file with the desired one. At its core, this package is nothing more than a ‘glorified’ wrapper for PHP’s copy function, but it makes managing license files a bit easier, when you are developing multiple packages.

    Abandoned!