Projeto AWS
Filtering system and sanitation data, based multidimensional structures
PHP Library for the Edmunds API
OpenWeatherMap API wrapper for Laravel 5
HTML generator in PHP, implementing most of the jQuery DOM manipulation API
Advertising helper for laravel
PHP LTI Tool Provider
Tin Can client library
Creates simple access filter functionality.
Creates simple access filter functionality.
Oauth2-Client for simple connect with Oauth2-Server (3rd Party or Own-Aplications)
Adventaj API
AdventureRes SDK for PHP
A PHP wrapper for Emma's API.
Extends blade template engine with @loop, @endloop, @break, @continue and in-loop variables
Extension of nesbot/carbon plugin, to work with date period
FluentPDO is small PHP library for rapid query building. Killer feature is smart join builder which generates joins automatically.
Masterfolio API PHP Implementation
PHP client for interacting with CloudFlare's SDK. CloudFlare is a copyright of CloudFlare, Inc. The authors of this tool has no association with CloudFlare, Inc.
Pulls rdata from Google Adwords reports
A PHP client library for accessing Adyen APIs
Imgur API v3 client
Simple transisiton Service Provider mapping the deprecated Silex autoloader to Composer
Use blade template engine with silex
ZHAW course schedule for the command line
A graphical user interface to manage project translations
Allows you to defined a set of options (array key-value pair), which must follow a set of predefined rules (allowed options)
Configuration utilities
Utility for loading various types of configuration files and parse them to a Laravel Configuration Repository
A variation / interpretation of the Data Transfer Object (DTO) design pattern (Distribution Pattern). Provides an abstraction for such DTOs
Utility that attempts to identify what version of a given package you have installed
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.
Getter and Setter package for a Laravel configuration repository instance. It serves as an alternative to the 'Config' facade.
Various utilities and helpers for Laravel's Database package, here among a package migrations helper.
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.
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.
Contains various license files for different projects / packages. Unless you are working with/on Aedart projects, this package is very useless for you!
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.
Collection of getter- / setter-interfaces with various trait implementations, for different kinds of 'common' properties.
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).
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)
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).
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).
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).
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).
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)