1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

more composer installation info added

This commit is contained in:
Peter Kokot
2013-09-23 18:58:59 +02:00
parent c766d624e9
commit af3a65e4e0

View File

@@ -7,6 +7,10 @@ Installation
Monolog is available on Packagist ([monolog/monolog](http://packagist.org/packages/monolog/monolog))
and as such installable via [Composer](http://getcomposer.org/).
```bash
php composer.phar require monolog/monolog dev-master
```
If you do not use Composer, you can grab the code from GitHub, and use any
PSR-0 compatible autoloader (e.g. the [Symfony2 ClassLoader component](https://github.com/symfony/ClassLoader))
to load Monolog classes.