From da33c86898de42be3fc78c9ed3649f9d551797b7 Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com>
Date: Sat, 23 Nov 2013 13:11:15 -0600
Subject: [PATCH] README about php configuration

---
 src/bindings/php/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 src/bindings/php/README.md

diff --git a/src/bindings/php/README.md b/src/bindings/php/README.md
new file mode 100644
index 00000000..1c9f0fb4
--- /dev/null
+++ b/src/bindings/php/README.md
@@ -0,0 +1,12 @@
+Installing
+==========
+Requirements:
+* SWIG 2.0
+* A properly configured [phpenv](https://github.com/CHH/phpenv)
+
+If you want to run the tests, you will also need to install PHPUnit. Do this with pyrus and save yourself some hell. 
+
+    pyrus channel-discover pear.phpunit.de
+    pyrus channel-discover pear.symfony.com
+    pyrus channel-discover pear.symfony-project.com
+    pyrus install --optionaldeps phpunit/PHPUnit
-- 
GitLab