Packages from aedart

  • PHP

    aedart/athenaeum

    Athenaeum is a mono repository; a collection of various PHP packages

  • PHP

    aedart/athenaeum-acl

    ACL package for Laravel, with roles and permissions (grouped)

  • PHP

    aedart/athenaeum-antivirus

    Antivirus scanner for Laravel

  • PHP

    aedart/athenaeum-audit

    Audit trail package for Laravel Eloquent

  • PHP

    aedart/athenaeum-auth

    Authentication related utilities for Laravel

  • PHP

    aedart/athenaeum-circuits

    Circuit Breaker for Laravel

  • PHP

    aedart/athenaeum-collections

    Collections and data processing utilities

  • PHP

    aedart/athenaeum-config

    A loader that is able to load various types of configuration files

  • PHP

    aedart/athenaeum-console

    Offers a way to register commands and schedules via configuration

  • PHP

    aedart/athenaeum-container

    Slightly adapted version of Laravel's Service Container

  • PHP

    aedart/athenaeum-contracts

    Athenaeum contracts package

  • PHP

    aedart/athenaeum-core

    A custom Laravel Application implementation, intended to be testing, tinkering or developing non-essential custom applications.

  • PHP

    aedart/athenaeum-database

    Database utilities for Laravel

  • PHP

    aedart/athenaeum-dto

    Data Transfer Object (DTO) abstraction

  • PHP

    aedart/athenaeum-etags

    ETags utilities and Http Conditional Request evaluation for your Laravel Application

  • PHP

    aedart/athenaeum-events

    Offers a way to register event listeners and subscribers via configuration

  • PHP

    aedart/athenaeum-filters

    Search filter utilities, based on http query parameters

  • PHP

    aedart/athenaeum-flysystem-db

    Flysystem Database Adapter

  • PHP

    aedart/athenaeum-http-api

    Json based API utilities

  • PHP

    aedart/athenaeum-http-clients

    Http Client wrapper along with a Manager that is able to handle multiple client instances (profiles)

  • PHP

    aedart/athenaeum-http-cookies

    Simple DTOs for Http Cookie and Set-Cookie

  • PHP

    aedart/athenaeum-http-messages

    Http Message Utilities

  • PHP

    aedart/athenaeum-maintenance-modes

    Application Maintenance Modes

  • PHP

    aedart/athenaeum-pagination

    Pagination utility

  • PHP

    aedart/athenaeum-properties

    Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods

  • PHP

    aedart/athenaeum-redmine

    Redmine API Client for Laravel

  • PHP

    aedart/athenaeum-service

    Service Registrar that is able to register and boot Laravel Service Providers

  • PHP

    aedart/athenaeum-streams

    Stream utilities

  • PHP

    aedart/athenaeum-support

    Aware-of Helpers for Laravel components and other utilities

  • PHP

    aedart/athenaeum-testing

    Testing utilities built on top of Orchestra Testbench and Codeception

  • PHP

    aedart/athenaeum-translation

    Translation utilities for Laravel

  • PHP

    aedart/athenaeum-utils

    Offers a few utility components that are used by the Athenaeum packages

  • PHP

    aedart/athenaeum-validation

    Validation rules and utilities for Laravel

  • aedart/array-option

    Allows you to defined a set of options (array key-value pair), which must follow a set of predefined rules (allowed options)

    Abandoned!

  • PHP

    aedart/config

    Configuration utilities

    Abandoned!

  • PHP

    aedart/config-loader

    Utility for loading various types of configuration files and parse them to a Laravel Configuration Repository

    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/installed-version

    Utility that attempts to identify what version of a given package you have installed

    Abandoned! See jean85/pretty-package-versions

  • aedart/laravel-application

    Getter and Setter package for a Laravel application instance. It serves as an alternative to the app() method, found in the framework's foundation helpers file.

    Abandoned! See aedart/laravel-helpers

  • aedart/laravel-config

    Getter and Setter package for a Laravel configuration repository instance. It serves as an alternative to the 'Config' facade.

    Abandoned! See aedart/laravel-helpers

  • aedart/laravel-database

    Various utilities and helpers for Laravel's Database package, here among a package migrations helper.

    Abandoned!

  • PHP

    aedart/laravel-detector

    Utility for detecting if a Laravel application is available or not. Can be used to determine if a given component must perform logic based current Laravel application settings or not.

    Abandoned!

  • PHP

    aedart/laravel-helpers

    Getters and Setters utility package for some of Laravel's core packages. This package make use of Laravel's native Facades, as a fallback, when no custom instances are provided.

    Abandoned! See aedart/athenaeum

  • 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!

    Abandoned!

  • 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!

  • PHP

    aedart/model

    Collection of getter- / setter-interfaces with various trait implementations, for different kinds of 'common' properties.

    Abandoned! See aedart/athenaeum

  • aedart/model-email

    Getter and Setter package for a model email. This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-email).

    Abandoned! See aedart/model

  • aedart/model-hash-algorithm

    Getter and Setter package for a model hash algorithm (name). This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-hash-algorithm)

    Abandoned!

  • aedart/model-id

    Getter and Setter package for some kind of model identifier (id). This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-id).

    Abandoned! See aedart/model

  • aedart/model-table-name

    Getter and Setter package for a model table name. This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-table-name).

    Abandoned!

  • aedart/model-uuid

    Getter and Setter package for Universally unique identifier (UUID). This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-uuid).

    Abandoned! See aedart/model

  • aedart/model-vendor-path

    Getter and Setter package for a vendor path. This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-vendor-path).

    Abandoned!

  • 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/scaffold

    Tool for creating and installing various files and directories into your project, based on created scaffolds

    Abandoned!

  • PHP

    aedart/scaffold-bundle

    Collection of scaffolds

    Abandoned!

  • PHP

    aedart/testing

    Various testing utilities for php

    Abandoned! See aedart/athenaeum

  • PHP

    aedart/testing-gst

    Testing utility for custom getter setter traits

    Abandoned! See aedart/athenaeum

  • PHP

    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.

    Abandoned! See aedart/athenaeum

  • PHP

    aedart/util

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

    Abandoned! See aedart/athenaeum

  • aedart/validate

    A validate package which allows to perform various sorts of simple validation upon primates as well as defining how validators should behave

    Abandoned!