SEOshop/API-PHP-Client

No namespace?

Opened this issue · 2 comments

The file should have a namespace, so it can be used from other classes.

I just added below line on top of the file

namespace Seoshop;

Now I can do (in laravel in my case)

use Seoshop\WebshopappApiClient;

No support here?

I've addad a backslash when instantiating the class in my Lumen project. It's not perfect: but it works. I agree that there should be a namespace.