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

Create Phar files with documentation intact #52

Closed DomBlack closed 9 years ago

DomBlack commented 9 years ago

The current phar file has zero documentation within it.

This means ID's get very confused when you are trying to use the models as either it cannot find what you are asking for, or thinks your accessing a private method.

If the phar file shipped with it's PHPdoc still present, this issue would be resolved.

screen shot 2015-09-08 at 14 47 55

oschwald commented 9 years ago

Thanks for bringing this up. It should be fixed in our next release.