Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

processout/processout-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

163 Commits

Repository files navigation

ProcessOut PHP

Latest Stable Version License

This package provides bindings to the ProcessOut API.

Dependencies

  • PHP 8.0 or above
  • cURL PHP extension

Installation

The package's installation is done using composer. Simply add these lines to your composer.json

{
 "require": {
 "processout/processout-php": "^8.0.1"
 }
}

And run the composer update command to install/update the package.

composer update

Installing without composer

The ProcessOut PHP library may also be used without composer by directly cloning the directory into your project

git clone https://github.com/processout/processout-php

or downloading the latest release at github.com/ProcessOut/processout-php/releases and including the ProcessOut init file

include_once("processout-php/init.php");

About

ProcessOut API bindings for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

Languages

AltStyle によって変換されたページ (->オリジナル) /