Skip to content

lukaswhite/geonames-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geonames for PHP

CircleCI

This is by no means finished, so I wouldn't recommend trying to use it just yet.

A Taster

$search = ( new Search( ) )
    ->inCountry( 'GB' )
    ->populationOver15000( )    
    ->orderByPopulation( )
    ->full( )
    ->limit( 25 );
    
$results = $api->run( $search );    

About

A package for working with the Geonames web service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages