We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56e6a3 commit c5ead87Copy full SHA for c5ead87
README.md
@@ -1,3 +1,14 @@
1
# buffer-php-logger
2
3
PHP logger for all Buffer services
4
+
5
+## Requirements:
6
+1 - Install composer by following [those steps](https://getcomposer.org/download/)
7
+2 (optional) - `mv composer.phar /usr/local/bin/composer`
8
9
+## Install the project
10
11
+```
12
+# This will install all the dependencies
13
+composer install
14
0 commit comments