PHPackages                             cspray/labrador - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cspray/labrador

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cspray/labrador
===============

Core functionality powering Labrador Kennel Applications through Plugins, Events, and Engines

3.2.1(4y ago)12485↓75%1[1 PRs](https://github.com/labrador-kennel/core/pulls)2MITPHPPHP ^7.2|^8.0CI passing

Since Aug 17Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/labrador-kennel/core)[ Packagist](https://packagist.org/packages/cspray/labrador)[ RSS](/packages/cspray-labrador/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (28)Used By (2)

Labrador Core
=============

[](#labrador-core)

[![PHP Unit Testing & Code Lint](https://github.com/labrador-kennel/core/workflows/PHP%20Unit%20Testing%20&%20Code%20Lint/badge.svg)](https://github.com/labrador-kennel/core/actions?query=workflow%3A%22PHP+Unit+Testing+%26+Code+Lint%22)[![GitHub release](https://camo.githubusercontent.com/fdd815e5a7ef6c8428520dc1c8703dbd91212f1887391f368a016074a4a39add/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6c61627261646f722d6b656e6e656c2f636f72652e7376673f7374796c653d666c61742d737175617265)](https://github.com/cspray/labrador/releases/latest)[![GitHub license](https://camo.githubusercontent.com/d8c2bf41e5ed093ad97243702bac76b1a85a0c8849dd77729871134cc31a2c31/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c61627261646f722d6b656e6e656c2f636f72652e7376673f7374796c653d666c61742d737175617265)](http://opensource.org/licenses/MIT)

An opinionated, asynchronous micro-framework written on top of [amphp](https://amphp.org). Built using SOLID principles, unit testing, and a modular ecosystem Labrador aims to be a production-ready framework for creating asynchronous PHP applications. Labrador Core serves as the foundation for this framework and provides important key concepts for building apps with Labrador.

Installation
------------

[](#installation)

[Composer](https://getcomposer.org) is the only supported method for installing Labrador packages.

```
composer require cspray/labrador

```

Quick Start
-----------

[](#quick-start)

If you'd rather get started quickly without having to read a bunch of documentation the code below demonstrates how to quickly get an `Application` implemented and running. Otherwise, we recommend checking out the Documentation for more detailed information, and a complete guide to getting started.

```
