maxmind / GeoIP2-php

PHP API for GeoIP2 webservice client and database reader
https://maxmind.github.io/GeoIP2-php/
Apache License 2.0
2.33k stars 276 forks source link

Add a dependencies list to your documentation #28

Closed JamesHagerman closed 10 years ago

JamesHagerman commented 10 years ago

It would be really awesome if there were a dependencies list included in the documentation for this library... Calling out mbstring specifically would be sweet...

Any chance of adding one?

oschwald commented 10 years ago

We don't depend on mbstring.

We use Composer to manage the dependencies.