tomas-blaha/barion-web-php

Barion PHP SDK

Installs: 560

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 43

pkg:composer/tomas-blaha/barion-web-php

dev-master 2020-01-15 14:27 UTC

This package is auto-updated.

Last update: 2025-10-16 03:02:04 UTC


README

Barion PHP SDK with added Composer support. Repository is currently WIP, there is a list of thing to accomplish before stable release:

  • Add Namespaces
  • Refactor Enumerations, Constants etc.
  • Add PSR-4 autoloading compatibility
  • Create Symfony bundle out of the SDK

Currently, autoloading can be achieved using Composer's classmap:

"autoload": {
    "classmap": [
        "vendor/tomas-blaha/barion-web-php/library"
    ]
}