Download the PHP package paneedesign/flypme-bundle without Composer

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

Flyp.me for Symfony

A Symfony Bundle for Flyp.me APIs

Install

Usage

Enable the bundle

Create client

Call APIs

Create

Create a new order

Last param could be "invoiced_amount" or "ordered_amount".

You can optionally specify destination and refund_address on the request.

result:

Update

Update an order

Last param could be "invoiced_amount" or "ordered_amount".

You can optionally specify destination and refund_address on the request.

result:

Accept

Accept an order

Accept an order by uuid

result:

Check

Check order status by uuid

Possible status are: WAITING_FOR_DEPOSIT, DEPOSIT_RECEIVED, DEPOSIT_CONFIRMED, EXECUTED, NEEDS_REFUND, REFUNDED, CANCELED and EXPIRED.
Possible payment_status are PENDING, UNDERPAY_RECEIVED, UNDERPAY_CONFIRMED, PAYMENT_RECEIVED, PAYMENT_CONFIRMED, OVERPAY_RECEIVED, OVERPAY_CONFIRMED. Orders with underpay or overpay will be refunded by the system.

result:

Result will also include 'confirmations' when the payment is in some XXX_RECEIVED status.

Result will also include 'txid' and 'txurl' when the order is EXECUTED.

Info

Get order full info

result:

Result will also include 'confirmations' when the payment is in some XXX_RECEIVED status.

Result will also include 'txid' and 'txurl' when the order is EXECUTED.

Cancel order

Cancel a pending order

result:

Add refund

Add a refund address for orders not having one

result:

Query rates

Get exchange rates

result:

Query active currencies

Get available currencies information

A currency needs to have both exchange and send set to true to be enabled for the accountless exchange. Confirmation time is the expected time in minutes (approximate). Other parameters are self explanatory.

result:

Query limits

Get max and min limits in $toCurrency. To get the limits in $fromCurrency you must calculate it using the exchange rate.

result:


All versions of flypme-bundle with dependencies

PHP Build Version
Package Version
Requires ext-curl Version *
ext-json Version *
php Version >=7.0.0
mashape/unirest-php Version ^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 paneedesign/flypme-bundle contains the following files

Loading the files please wait ....