Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages