Skip to content

Commit

Permalink
remove outdated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Sprayberry committed Aug 17, 2015
1 parent 3e0c580 commit afb8bb3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 202 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ applications.
- **Environment** Labrador is, unobtrusively, environment aware; providing environment specific configurations and initializers through the [Telluris](https://github.com/cspray/telluris) library.
- **Data Structures** Provided through the [Ardent](https://github.com/morrisonlevi/Ardent) library.
- **IoC Container** Provided through the [Auryn](https://github.com/rdlowrey/Auryn) library.
- **Events** Provided through the [Evenement](https://github.com/igorw/evenement) library.
- **Events** Provided through [The PHP League Event](https://github.com/thephpleague/event) library.
- **Plugins** A series of simple to implement interfaces provided by Labrador. Plugins can register services to the IoC container, attach callbacks to events and perform bootup actions.
- **Engines** A service that ties events and plugins together to execute your application's primary logic.

You can checkout a "Hello World" example below to get started quickly. If you'd like more detailed
information you can check out the [wiki](https://github.com/cspray/labrador/wiki).
You can checkout a "Hello World" example below to get started quickly.

## Installation

Expand Down
38 changes: 0 additions & 38 deletions docs/000-overview.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/001-events.md

This file was deleted.

97 changes: 0 additions & 97 deletions docs/002-plugins.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/003-engines.md

This file was deleted.

0 comments on commit afb8bb3

Please sign in to comment.