billogram / billogram-v2-api-php-lib

PHP library for the Billogram REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composer autoloading

murtlest opened this issue · comments

Autoloading Billogram with composer doesn't work. Add this to composer.json to make it work:

"autoload": {
        "psr-0": {"Billogram": ""}
}

Working fork here: https://github.com/murtlest/billogram-v2-api-php-lib

Looks great, would you like to create a pull request for me?

Ah, I'm a bit new to github. Created a pull request now.

closed with #2