Skip to content

manacrox/laravel-airport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airport package for laravel

the data from this package based on https://openflights.org/data.html#airport

how to install:

  1. install via composer composer require manacrox/laravel-airport
  2. seeding the data manacrox:airport:seed

example get airport by country :

<?php
use WebAppId\Airport\Services\AirportService

class ExampleAirport{
   public function getAirPort(AirportService $airportService, Container $container){
      $result = $container->call([$airportService, 'getAllAirportByCountry'], ['countryCode' => '[country_code]']);
   }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%