Richard Moot

Results 18 comments of Richard Moot

@Nacoma Were you able to install this using Composer? I tried installing into a test Laravel project of mine, and I still get: ``` ~/P/L/blog  composer install --prefer-source Loading...

Thank you for that, I guess my unfamiliarity with PHP is showing there. I was able to get that up and running fine now. We are going to have someone...

I am actually fully onboard with creating a better naming scheme. I find it odd to call `Shippo::setApiKey(env('SHIPPO_API_KEY'));` after having to import `Shippo\Shippo`. By all means, feel free to adjust...

So we have plans on improving the datetimes that are being returned for tracking events soon. We are just wanting to solidify instances where a carrier doesn't provide any location...

Are you encoding/decoding the `$address` when trying to return it? I setup a local Laravel setup with a ShippingController and was able to return back the results of an address...

So, with the way that the wrapper is setup, Shippo_Address isn't a method of the class `Shippo`. `Shippo` is an abstract class that is just used for setting and retrieving...

So, admittedly I am not as well versed in PHP, but the issue appears to be a result of how namespacing was done here (along the lines of what you...

We most certainly do! If you want to contribute, feel free to fork the repo and create some proposed changes and submit them as a PR. We'll review it and...

@agrohs I am no longer a maintainer on this repo. @simonkreuz is one of the founders, and would hopefully be able to get someone's eyes on it from his team.

Is Shippo inside of your vendors folder of your Laravel installation? Also, do you have `require_once('vendor/autoload.php');` or `require_once('/path/to/vendor/shippo/shippo-php/lib/Shippo.php');` in your file for loading Shippo? Any additional details about your configuration...