Download the PHP package kmrifat/laravel-shopify without Composer

On this page you can find all versions of the php package kmrifat/laravel-shopify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-shopify

Laravel Shopify

It's an api first approach laravel wrapper, comes with shopify authentication and easy access shopify api.

History

After deprecate of gnikyt/laravel-shopify, i tried Shopify's official php wrapper, but i found it highly focus on shopify so hard to implement other platform on it, and hard to build api oriented SPA app for shopify app store.

I was looking for something where i have the freedom to architect my own application, so i decided to build one.
I use laravel socialite so all the laravel dev can easily use this wrapper package hassle-free.

Installation

use this command bellow in your existing laravel project

Publish providers

Using shopify in your project

For quick and easy access you can create a method in User model like this example bellow

Env

add this keys and value in your env to power this package to perform authentication and other activities

If you are planning to build an api interactive app then you can ignore SHOPIFY_APP_REDIRECT as you are handling it by the frontend.
Checkout this link to create shopify app

Authentication

The package using socialite for shopify authentication, all you need to use shopify driver in socialite. See the example bellow

Webhooks

To register webhook all you need is to create a job and register this job in conifg/shopify.php

Example Project


All versions of laravel-shopify with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.2
laravel/socialite Version ^5.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kmrifat/laravel-shopify contains the following files

Loading the files please wait ....