Download the PHP package jeancsil/flight-spy without Composer

On this page you can find all versions of the php package jeancsil/flight-spy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flight-spy

FlightSpy

Flight Spy

Scrutinizer Code Quality Build Status Latest Stable Version GitHub license Twitter

Looking for the cheapest flights and don't have enough time to track all the prices?

Be notified whenever the budget you're looking for pops up by only declaring a simple JSON file!

Prerequisites

Create your account at Skyscanner to get your API access. Don't worry, it's for free! http://en.business.skyscanner.net/

To receive notifications by Slack you'll have to create one account here: https://slack.com/

If you also want to receive e-mails create a free account at https://postmarkapp.com/

Install with docker

Rename the src/Resources/parameters.yml.dist to src/Resources/parameters.yml and update the content with the data from the previous step.

Rename the docker/volume/watch.json.dist to docker/volume/watch.json and fill with your next trips!

Create your elasticsearch index to hold your history data

Configure kibana index pattern

Browse to this url: http://localhost:5601/

In the first screen, kibana will ask you to create the index pattern to show you some data.

You can fill your index name: flightspy or flightstpy*

Visualize your watched prices with Kibana

alt text

Import the src/Resources/kibana/Dashboard.json file into your kibana dashboards panel: http://localhost:5601/app/kibana#/management/kibana/objects

Documentation

FlightSpy will look for the best deals for you every 15 minutes and will let you know by e-mail/Slack if there is a good price for you next trip!

Support

For general support and questions, find me on Twitter as @jeancsil.

Bugs and suggestions: open a ticket.

License

This package is available under the MIT license.


All versions of flight-spy with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6.6|^7.0
guzzlehttp/guzzle Version ^6.2
php-http/guzzle6-adapter Version 1.1.*
symfony/dependency-injection Version ^3.1
symfony/class-loader Version ^3.1
symfony/console Version ^3.1
symfony/config Version 3.1.*
symfony/yaml Version 3.1.*
symfony/http-foundation Version ^3.1
monolog/monolog Version ^1.21
doctrine/annotations Version 1.2.*
doctrine/common Version 2.7.2
elasticsearch/elasticsearch Version ~5.0
wildbit/postmark-php Version 2.2.*
maknz/slack Version ~1.7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jeancsil/flight-spy contains the following files

Loading the files please wait ....