Installation
============

You can install Eris through `Composer`_ by running the following command in your terminal:

.. code-block:: bash

    composer require --dev giorgiosironi/eris

You can run some of Eris example tests with ``vendor/bin/phpunit vendor/giorgiosironi/eris/examples``.

Here is an `empty sample project`_ installing Eris.

.. _Composer: https://getcomposer.org
.. _empty sample project: https://github.com/giorgiosironi/eris-example

