Download the PHP package mrstebo/ekm-php without Composer

On this page you can find all versions of the php package mrstebo/ekm-php. 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 ekm-php

ekm-php

Our new API allows partners to build significantly better integrations with the EKM platform.

To try out the below endpoints, or for full up to date representations of the request / response models, please see the swagger page. (We display examples here, but the swagger page is guaranteed to show the complete model.)

To keep up to date with the latest updates, please see our RSS feed or the partner dashboard.

For more information, please visit https://ekm.com.

Installation & Usage

Requirements

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api.ekm.net

Class Method HTTP request Description
CategoriesApi categoriesCreate POST /api/v1/categories Add a category
CategoriesApi categoriesDelete DELETE /api/v1/categories/{id} Delete a category
CategoriesApi categoriesDeleteCategoryManaged DELETE /api/v1/categories/{id}/categorymanaged/{childCategoryId} Stops a category from being managed by another category
CategoriesApi categoriesGet GET /api/v1/categories/{id} Get a category
CategoriesApi categoriesGetAll GET /api/v1/categories Get a paginated set of categories
CategoriesApi categoriesGetCategoryFilters GET /api/v1/categories/{id}/filters
CategoriesApi categoriesSearch GET /api/v1/categories/search Searches categories based on search criteria
CategoriesApi categoriesSetCategoryManaged POST /api/v1/categories/{id}/categorymanaged/{childCategoryId} Set a category to be managed by another category
CategoriesApi categoriesSubcategories GET /api/v1/categories/{id}/subcategories Get a paginated set of subcategories
CategoriesApi categoriesUpdate PUT /api/v1/categories/{id} Update a category
CategoriesApi categoriesUpdateCategoryFilters PUT /api/v1/categories/{id}/filters
CurrencyApi currencyGetCurrency GET /api/v1/settings/currency Gets the current Currency Settings
CustomerAddressesApi customerAddressesCreate POST /api/v1/customers/{customerId}/addresses Add a Customer Address
CustomerAddressesApi customerAddressesDelete DELETE /api/v1/customers/{customerId}/addresses/{addressId} Delete a Customer Address
CustomerAddressesApi customerAddressesGetAll GET /api/v1/customers/{customerId}/addresses Get a paginated set of Customer Addresses
CustomerAddressesApi customerAddressesGetById GET /api/v1/customers/{customerId}/addresses/{addressId} Get a single Customer Address by Id
CustomerAddressesApi customerAddressesSearch GET /api/v1/customers/{customerId}/addresses/search Searches customer addresses based on search criteria
CustomerAddressesApi customerAddressesUpdate PUT /api/v1/customers/{customerId}/addresses/{addressId} Update a Customer Address
CustomersApi customersCreate POST /api/v1/customers Add a customer
CustomersApi customersDelete DELETE /api/v1/customers/{id} Delete a Customer
CustomersApi customersGetAll GET /api/v1/customers Get a paginated set of Customers
CustomersApi customersGetById GET /api/v1/customers/{id} Get a single Customer by Id
CustomersApi customersSearch GET /api/v1/customers/search Searches customers based on search criteria
CustomersApi customersUpdate PUT /api/v1/customers/{id} Update a Customer
DomainsApi domainsGetPrimaryDomain GET /api/v1/settings/domains Get the current Primary Domain
OrderStatusesApi orderStatusesGetOrderStatuses GET /api/v1/settings/orderstatuses Get the current Order Statuses
OrdersApi ordersGetAll GET /api/v2/orders Get a paginated set of orders
OrdersApi ordersGetById GET /api/v2/orders/{id} Get an order by ID
OrdersApi ordersGetCustomFields GET /api/v2/orders/{id}/customFields Get custom fields for an order
OrdersApi ordersGetItems GET /api/v2/orders/{id}/items Get an order's items
OrdersApi ordersGetOrderItemById GET /api/v2/orders/{id}/items/{itemId} Get a specific item from an order
OrdersApi ordersSearch GET /api/v2/orders/search Searches orders based on search criteria
OrdersApi ordersUpdateDeliveryTracking PUT /api/v2/orders/{id}/deliveryTracking Updates delivery tracking info for an order
OrdersApi ordersUpdateInternalNotes PUT /api/v2/orders/{id}/internalNotes Updates internal notes for an order
OrdersApi ordersUpdateStatus PUT /api/v2/orders/{id}/status Updates the status of an order
PlansApi plansGetAll GET /api/v1/settings/plans Get all plans
PlansApi plansGetById GET /api/v1/settings/plans/{id} Get a plan by id
PlansApi plansGetCurrent GET /api/v1/settings/plans/current Get the current users plan
ProductAttributeItemsApi productAttributeItemsCreate POST /api/v1/products/{id}/attributes Add a attribute item to a product
ProductAttributeItemsApi productAttributeItemsGet GET /api/v1/products/{id}/attributes/{attribute_id} Get a product attribute item
ProductAttributeItemsApi productAttributeItemsGetAll GET /api/v1/products/{id}/attributes Get all of a products attribute items
ProductAttributeItemsApi productAttributeItemsUpdate PUT /api/v1/products/{id}/attributes/{attribute_id} Update a product attribute item
ProductAttributesApi productAttributesCreate POST /api/v1/settings/productattributes Add a product attribute
ProductAttributesApi productAttributesDelete DELETE /api/v1/settings/productattributes/{attribute_key} Delete a product attribute
ProductAttributesApi productAttributesGet GET /api/v1/settings/productattributes/{attribute_key} Get a product attribute
ProductAttributesApi productAttributesGetAll GET /api/v1/settings/productattributes Get all product attributes
ProductAttributesApi productAttributesUpdate PUT /api/v1/settings/productattributes/{attribute_key} Update a product attribute
ProductMediaApi productMediaDelete DELETE /api/v2/products/{id}/media/{position} Delete a product's media by position
ProductMediaApi productMediaGetProductMedia GET /api/v2/products/{id}/media Get all of a product's associated media
ProductMediaApi productMediaUpdateProductMedia POST /api/v2/products/{id}/media/{position} Update a product's media by position
ProductOptionItemsApi productOptionItemsCreate POST /api/v1/products/{id}/options/{optionId}/items Add an item to a product option
ProductOptionItemsApi productOptionItemsDelete DELETE /api/v1/products/{id}/options/{optionId}/items/{optionItemId} Delete an option item
ProductOptionItemsApi productOptionItemsUpdate PUT /api/v1/products/{id}/options/{optionId}/items/{optionItemId} Update a product option item
ProductOptionsApi productOptionsCreate POST /api/v1/products/{id}/options Add an option to a product
ProductOptionsApi productOptionsDelete DELETE /api/v1/products/{id}/options/{optionId} Delete an option
ProductOptionsApi productOptionsGet GET /api/v1/products/{id}/options/{optionId} Get a product option
ProductOptionsApi productOptionsGetAll GET /api/v1/products/{id}/options Get a products options
ProductOptionsApi productOptionsUpdate PUT /api/v1/products/{id}/options/{optionId} Update a product option
ProductStockApi productStockGet GET /api/v1/products/{id}/stock Get the stock for a product
ProductStockApi productStockUpdate PUT /api/v1/products/{id}/stock Set the stock for a product
ProductVariantStockApi productVariantStockGet GET /api/v1/products/{id}/variants/{variantId}/stock Get a product variant stock
ProductVariantStockApi productVariantStockUpdate PUT /api/v1/products/{id}/variants/{variantId}/stock Update a product variant stock
ProductVariantsApi productVariantsAssignImageByUrlToProduct POST /api/v1/products/{id}/variants/{variantId}/images/{imageNumber} Set a variants image to a URL
ProductVariantsApi productVariantsCreate POST /api/v1/products/{id}/variants Add a variant to a product
ProductVariantsApi productVariantsDelete DELETE /api/v1/products/{id}/variants/{variantId} Delete a variant
ProductVariantsApi productVariantsGet GET /api/v1/products/variants/{variantId} Get a product variant
ProductVariantsApi productVariantsGetAll GET /api/v1/products/{id}/variants Get a products variants
ProductVariantsApi productVariantsGetProductImages GET /api/v1/products/{id}/variants/{variantId}/images Get a variant's images.
ProductVariantsApi productVariantsGetProductVariant GET /api/v1/products/{id}/variants/{variantId} Get a product variant
ProductVariantsApi productVariantsSearch GET /api/v1/variants/search Searches variants based on search criteria
ProductVariantsApi productVariantsUpdate PUT /api/v1/products/{id}/variants/{variantId} Update a product variant
ProductsApi productsAssignImageByUrlToProduct POST /api/v1/products/{id}/images/{imageNumber} Assign an image by Url to a product
ProductsApi productsCreate POST /api/v1/products Add a Product
ProductsApi productsDelete DELETE /api/v1/products/{id} Delete a Product
ProductsApi productsDeleteCategoryManaged DELETE /api/v1/products/{id}/categorymanaged/{categoryId} Stops a product from being managed by another category
ProductsApi productsGet GET /api/v1/products/{id} Get a product
ProductsApi productsGetAll GET /api/v1/products Get a paginated set of products
ProductsApi productsGetProductImages GET /api/v1/products/{id}/images Get a product's images.
ProductsApi productsSearch GET /api/v1/products/search Searches products based on search criteria
ProductsApi productsSetCategoryManaged POST /api/v1/products/{id}/categorymanaged/{categoryId} Set a product to be managed by another category
ProductsApi productsUpdate PUT /api/v1/products/{id} Update a Product
ShopInformationApi shopInformationGet GET /api/v1/settings/shop_information Get information about the shop
TaxApi taxCreateTaxRate POST /api/v1/settings/tax/rates Add a Tax Rate
TaxApi taxDeleteTaxRate DELETE /api/v1/settings/tax/rates/{id} Delete a Tax Rate
TaxApi taxGetTaxRate GET /api/v1/settings/tax/rates/{id} Get a specific Tax Rate
TaxApi taxGetTaxRates GET /api/v1/settings/tax/rates Get a list of Tax Rates
TaxApi taxGetTaxSettings GET /api/v1/settings/tax Get the current Tax Settings
TaxApi taxUpdateTaxRate PUT /api/v1/settings/tax/rates/{id} Update a Tax Rate
TaxApi taxUpdateTaxSettings PUT /api/v1/settings/tax Update the current Tax Settings
WebPageGroupsApi webPageGroupsCreate POST /api/v1/web_page_groups Create a web page group
WebPageGroupsApi webPageGroupsDelete DELETE /api/v1/web_page_groups/{id} Delete a web page group
WebPageGroupsApi webPageGroupsGet GET /api/v1/web_page_groups/{id} Get a web page group
WebPageGroupsApi webPageGroupsGetAll GET /api/v1/web_page_groups Get a paginated set of web page groups
WebPageGroupsApi webPageGroupsUpdate PUT /api/v1/web_page_groups/{id} Update a specified web page group
WebPagesApi webPagesCreate POST /api/v1/web_pages Create a web page
WebPagesApi webPagesDelete DELETE /api/v1/web_pages/{id} Delete a web page by ID
WebPagesApi webPagesGet GET /api/v1/web_pages/{id} Get a web page
WebPagesApi webPagesGetAll GET /api/v1/web_pages Get a paginated set of web pages
WebPagesApi webPagesUpdate PUT /api/v1/web_pages/{id} Update a specified web page
WebhooksApi webhooksDelete DELETE /api/v2/Webhooks/{id} Unsubscribe from a webhook
WebhooksApi webhooksGet GET /api/v2/Webhooks/{id} Get a specific subscription
WebhooksApi webhooksGetAll GET /api/v2/Webhooks/webhooks Get list of existing subscriptions
WebhooksApi webhooksPost POST /api/v2/Webhooks Subscribe to a webhook
WebhooksApi webhooksPut PUT /api/v2/Webhooks/{id} Update a webhook subscription

Models

Authorization

Bearer

Tests

To run the tests, use:

Author

[email protected]

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of ekm-php with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^2.0
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 mrstebo/ekm-php contains the following files

Loading the files please wait ....