tomas-blaha/barion-web-php

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

This package is auto-updated.

Last update: 2024-05-16 00:11:37 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"
    ]
}