Skip to content

Commit

Permalink
yay badges!
Browse files Browse the repository at this point in the history
  • Loading branch information
zachflower committed Mar 7, 2018
1 parent 99786b6 commit ef02dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Eloquent Interactions manages application-specific business logic. It's an implementation of the command pattern in PHP for Laravel, and is inspired by the [ActiveInteraction](https://github.com/AaronLasseigne/active_interaction) library in Ruby.

[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/eloquent-interactions/Lobby) [![Latest Stable Version](https://poser.pugx.org/zachflower/eloquent-interactions/version)](https://packagist.org/packages/zachflower/eloquent-interactions) [![Maintainability](https://api.codeclimate.com/v1/badges/a89ba1a0ac414a0db6ae/maintainability)](https://codeclimate.com/github/zachflower/eloquent-interactions/maintainability) [![Build Status](https://travis-ci.org/zachflower/eloquent-interactions.svg?branch=master)](https://travis-ci.org/zachflower/eloquent-interactions)

---

Eloquent Interactions gives you a place to put your business logic. It also helps you write safer code by validating that your inputs conform to your expectations, and provides a platform for creating discrete, easily testable code.
Expand Down

0 comments on commit ef02dce

Please sign in to comment.