Download the PHP package kevdotbadger/shopify without Composer
On this page you can find all versions of the php package kevdotbadger/shopify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package shopify
Quickguide
- Add
Shopify\Providers\ShopifyServiceProvider::class,
to your providers array. - Run
php artisan vendor:publish --provider="Shopify\Providers\ShopifyServiceProvider" --tag="config"
to create a shopify.php config file, and fill out the API vars (defaults to looking in the .env file).
To install an app (redirect the user to the install page), setup a route like /auth/redirect with:
Once the user has accepted the Shopify install T+C, and are redirected back to your app, in that route (like /auth/callback) do
Now, any controller that needs Shopify, add the HasShopify
trait, then you can do somthing like
$this->shopify()->Product->all()
All versions of shopify with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
6.*
The package kevdotbadger/shopify contains the following files
Loading the files please wait ....