PHPackages                             oadtz/checkout - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. oadtz/checkout

ActiveLibrary[Testing &amp; Quality](/categories/testing)

oadtz/checkout
==============

This is for testing propose only

018PHP

Since Oct 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/oadtz/checkout)[ Packagist](https://packagist.org/packages/oadtz/checkout)[ RSS](/packages/oadtz-checkout/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Checkout
========

[](#checkout)

A simple PHP package for capture credit card payment using Adyen and Braintree service

Installation
------------

[](#installation)

Use composer to clone this package.

```
$ composer require oadtz/checkout

```

Or download this package and extract to your project or add this package to your composer.json

```
"require": {

...

"oadtz/checkout": "dev-master",

...

},

```

, then run:

```
$ composer update

```

Adyen &amp; Braintree Configuration
-----------------------------------

[](#adyen--braintree-configuration)

Open src/Config/checkout.php file and edit with your own configuration.

```
'adyen' => [
    'username' => 'Your Adyen username',
    'password' => 'Your Adyen password',
    'environment' => 'test',
	'appname' => 'Optional'
],
'braintree' => [
    'environment' => 'sandbox',
    'merchant_id' => 'Your Braintree merchant ID',
    'public_key' => 'Your Braintree public API key',
    'private_key' => 'Your Braintree private API key'
]

```

Unit test
---------

[](#unit-test)

Use this command to run the unit test.

```
$ vendor/bin/phpunit

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4559838?v=4)[Thanapat Pirmphol](/maintainers/oadtz)[@oadtz](https://github.com/oadtz)

---

Top Contributors

[![oadtz](https://avatars.githubusercontent.com/u/4559838?v=4)](https://github.com/oadtz "oadtz (26 commits)")[![Mahmoudz](https://avatars.githubusercontent.com/u/1983984?v=4)](https://github.com/Mahmoudz "Mahmoudz (20 commits)")

### Embed Badge

![Health badge](/badges/oadtz-checkout/health.svg)

```
[![Health](https://phpackages.com/badges/oadtz-checkout/health.svg)](https://phpackages.com/packages/oadtz-checkout)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
