Download the PHP package sunspikes/php-amadeus without Composer

On this page you can find all versions of the php package sunspikes/php-amadeus. 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 php-amadeus

Deprecated: Please consider the Amadeus WS Client library which is more feature rich and up to date.

PHP Amadeus

Latest Stable Version License

This is a PHP implementation of the Amadeus Flight Search and Booking API.

See the example.php for usage.

Sample WSDL & associated XSD files can be downloaded here

Login to Amadeus Extranet for Complete API documentation.

Please note, this will currently only work with the WSDL file mentioned above, It wont work with the newer versions

FAQ

Q. Why did you create this package?

A. Back in 2011 I had implemented a flight booking web app in Joomla using the Amadeues API (SOAP v2), As Amadeus doesn't have any PHP SDK I had to create a custom Joomla component based on their SOAP API. Later I hacked together a working PHP class based on that and put it on GitHub hoping it may help someone who is starting an Amadeus flight booking project in PHP.

Q. Which Amadeus API version this package is using?

A. It's based on Amadeus SOAP v2 API

Q. Can i use this to implement a new Amadeus flight booking project?

A. No. AFAIK, For newer Amadeus projects you have to use their new API (SOAP v4) which is a bit more complex and uses WS-Security, WS-Addressing...etc.

Q. Do you have any plans to update this package to use the SOAP v4 API?

A. No. Currently neither I have access to the Amadeus extranet nor time to work on it. (Fork, May be?)

Q. How can this code help me with a new implementation?

A. As i mentioned earlier this is extracted from a really old project of mine, it messy. This could give you an overview the booking process and to make some test calls with the old API.

Q. Do you provide any paid support?

A. Sorry, I am not available for any paid support at this time.

Author

Krishnaprasad MG [@sunspikes]

Contributing

Please feel free to send pull requests.

License

This is an open-sourced software licensed under the MIT license.


All versions of php-amadeus with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
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 sunspikes/php-amadeus contains the following files

Loading the files please wait ....