Download the PHP package bold-commerce/bold-shopify-toolkit without Composer

On this page you can find all versions of the php package bold-commerce/bold-shopify-toolkit. 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 bold-shopify-toolkit

Bold Shopify Toolkit

CircleCI

Purpose

Bold Shopify Toolkit is a Symfony-based Shopify wrapper that makes it easy to interact with Shopify. The intention is to integrate with the API offered by Shopify and maintain consistent data structures for the models and services that access these endpoints.

Getting Started

This package works best with a Dependency Injection Container since there are many dependencies that need to be resolved.

Prerequisites

To use this package, you will need to bind Models to the following interfaces.

An example API Sleeper has been included in this package.

Laravel: (see AppServiceProvider.php)

Installing

Add to composer.json

Bind the appropriate models during your request lifecycle.

Or for apps that use container system this will look like below

above code can be part of a service provider class

Bind the shop that will be using the toolkit before making calls to its services and/or models.

Running the tests

There is a dockerfile provided for running the tests the same way it will run on Circle

Examples

Create the service representing the API you would like to use:

Get a single variant model:

Get a collection of variant models and filter it so that we only get their titles, using the product ID:

Update a variant:

See tests/VariantTest.php for an example of how to serialize and deserialize a model.

TODO

Contributing

Pull requests and ideas are welcome! Open an issue and lets talk.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Apache 2 License - see the LICENSE.md file for details

Acknowledgments


All versions of bold-shopify-toolkit with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.2 || ^7.1
illuminate/support Version 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9
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 bold-commerce/bold-shopify-toolkit contains the following files

Loading the files please wait ....