tomas-blaha / barion-web-php
Barion PHP SDK
dev-master
2020-01-15 14:27 UTC
Requires
- php: ^7.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-16 04:46:30 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"
]
}