Pinned Repositories
athenaeum
Athenaeum is a mono repository; a collection of various PHP packages.
athenaeum-circuits
[READ ONLY] Athenaeum Circuits package - see https://github.com/aedart/athenaeum
athenaeum-core
[READ ONLY] Athenaeum Core package - see https://github.com/aedart/athenaeum
athenaeum-dto
[READ ONLY] Athenaeum Dto package - see https://github.com/aedart/athenaeum
athenaeum-etags
[READ ONLY] Athenaeum ETags package - see https://github.com/aedart/athenaeum
athenaeum-http-api
[READ ONLY] Athenaeum Http Api package - see https://github.com/aedart/athenaeum
data-transfer-object-dto
A variation / interpretation of the Data Transfer Object (DTO) design pattern (Distribution Pattern). Provides an abstraction for such DTOs
ion
[work in progress] ...mono-repo for JS / TS packages
js-ioc
ES6 IoC Service Container
testing-laravel
Utilities that allows you to test Laravel dependent packages. At its core, this package is a wrapper for the Orchestral Testbench. However, you can make use of this with whatever testing framework you wish; it does not impose you to use neither Orchestral's nor Laravel's TestCase classes
aedart's Repositories
aedart/data-transfer-object-dto
A variation / interpretation of the Data Transfer Object (DTO) design pattern (Distribution Pattern). Provides an abstraction for such DTOs
aedart/testing-laravel
Utilities that allows you to test Laravel dependent packages. At its core, this package is a wrapper for the Orchestral Testbench. However, you can make use of this with whatever testing framework you wish; it does not impose you to use neither Orchestral's nor Laravel's TestCase classes
aedart/js-ioc
ES6 IoC Service Container
aedart/js-events
Event Dispatcher for ES6
aedart/js-facade
JavaScript Facade - A static interface to concrete classes via a IoC Container.
aedart/js-service-provider
JavaScript Service Provider where you can register your IoC bindings
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
aedart/tpe-demo
Electron Three Point Estimation Demo
aedart/util
This package contains a set of various utility resources, which can be used independently
aedart/daux.io
Daux.io main repository
aedart/front-matter
Front matter (yaml, json, neon, toml) parser and dumper for PHP
aedart/installed-version
Utility to identify what package version you have installed
aedart/js-mqtt
Mqtt experiment
aedart/js-timer
Container for browser timers
aedart/license
Contains various license files for different projects / packages. Unless you are working with/on Aedart projects, this package is very useless for you!
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
aedart/phing-recipes
[Deprecated] Test of cutsom recipes for Phing
aedart/react-demo
Demo of a react php. Attempting to test a more traditional MVC kind of structure.
aedart/testbench
[Package] Laravel Testing Helper for Packages Development
aedart/testing
Various testing utilities for php
aedart/testing-gst
Testing utility for custom getter setter traits