1234567891011121314151617181920212223 |
- {
- "name": "lvht/geohash",
- "type": "library",
- "description": "geohash like python-geohash",
- "keywords": ["geohash"],
- "homepage": "http://github.com/lvht/geohash",
- "license": "MIT",
- "authors": [
- {
- "name": "吕海涛",
- "email": "git@lvht.net",
- "homepage": "https://github.com/lvht"
- }
- ],
- "require": {
- "php": ">=5.4.0"
- },
- "autoload": {
- "psr-4": {
- "Lvht\\": "src"
- }
- }
- }
|