Download the PHP package darkghosthunter/flow-sdk without Composer

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

Flow

Latest Stable Version License Build Status Coverage Status Maintainability Test Coverage

Flow SDK

The simplest (and unofficial) SDK for Flow you will find.

Flow is a chilean payment gateway that acts as a middleman for Webpay Plus, Onepay, Servipag, Multicaja and CryptoCompra.

With Flow, you don't have to register in each service and comply with each of their SDK, APIs or contracts. Flow will be in charge of the money collection and delivering to your commerce, whatever payment method the customer uses (and you want to enable), through a single common interface.

Requirements

If you need PHP 5.6 compatibility, you can check the legacy branch.

If you're using Laravel, check out Laraflow, which connects your application gracefully with this package.

Install

Install it in your project using Composer.

Manual installation

If you don't have Composer, you need to download composer.phar, and PHP manually if it's not available globally in your systems.

Once you're done, download this package into your server (or your own computer) and put the composer.phar file inside. Then, let Composer download the required packages:

Then load the package anywhere in your code calling the Composer autoloader:

If you did this in your own computer, its recommended to zip the package and upload it to your server, and there use a Web UI File Manager and decompress it. Uploading multiple files may take you a lot of minutes instead of just one, specially under FTP.

Usage

Flow SDK was made to be very expressive but straightforward. This code should tell what we are doing without having to read the manual.

Of course, is always recommended to RTFM. Refer to the Wiki to see how to use all the package in detail.

Extending

This package uses Semantic Versioning.

Just issue a PR (Pull Request) with good code quality and all tests passed (or add new ones) for new functionality, bugs, cleaning or whatever.

Examples

If you're lost and want some kind of quick prototyping, or you just want to know how a particular transaction process works, look into the examples directory.

PHP 5.6 Compatibility

Check out the legacy branch for PHP 5.6 compatibility. Since it's considered legacy, there is no promises on keeping it up-to-date.

Consider migrating to PHP 7.1 and above as soon as possible. PHP 5.6 and below, as well PHP 7.0 and below, will be no longer be supported by January 1th, 2019. Security releases won't be available for old PHP version after that date.¹.

License

This package is licenced by the MIT License.

This package is not related in any way, directly or indirectly, to any of the services, companies, products and/or services referenced in this package.


All versions of flow-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
ext-json Version *
ext-curl Version *
ext-openssl Version *
psr/log Version ^1.0.0
guzzlehttp/guzzle Version 6.3.*
katzgrau/klogger Version 1.2.*
darkghosthunter/fluid Version ^1.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 darkghosthunter/flow-sdk contains the following files

Loading the files please wait ....