Libraries tagged by details

mhinspeya/mhinspeya-hyva-videoshopping

0 Favers
3 Downloads

The VideoShopping module for Magento 2 revolutionizes the online shopping experience by integrating video content directly into the product browsing journey. Users can watch both live and recorded videos that showcase products in detail, providing a rich, immersive experience. The module allows customers to purchase individual products directly from the video or add all featured products to their cart with a single click, streamlining the shopping process. Additionally, users can schedule and add shopping events to their personal calendars, ensuring they never miss a live shopping event. This module enhances engagement and drives sales by combining visual content with seamless shopping functionality.

Go to Download


mhinspeya/inspeya-video-shopping

0 Favers
0 Downloads

The VideoShopping module for Magento 2 revolutionizes the online shopping experience by integrating video content directly into the product browsing journey. Users can watch both live and recorded videos that showcase products in detail, providing a rich, immersive experience. The module allows customers to purchase individual products directly from the video or add all featured products to their cart with a single click, streamlining the shopping process. Additionally, users can schedule and add shopping events to their personal calendars, ensuring they never miss a live shopping event. This module enhances engagement and drives sales by combining visual content with seamless shopping functionality.

Go to Download


mhinspeya/inspeya-picalike

0 Favers
0 Downloads

The MHinspeya Inspeya Picalike module is an innovative solution for Magento 2 stores, designed to display similar products on the product detail page. This module enhances the customer shopping experience by showcasing related items, encouraging cross-selling and increasing average order value. The Inspeya Picalike module is fully manageable from the Magento backend, providing store administrators with full control over the display and configuration of similar product suggestions.

Go to Download


mehulpatel/vspl

0 Favers
272 Downloads

Yii2 audit record and database changes details

Go to Download


megao-guzzlehttp/ringphp

0 Favers
26 Downloads

Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.

Go to Download


medre/yii2-light-bootstrap-v2

1 Favers
235 Downloads

Yii2 Extension for Free Bootstrap Admin Template by Tim Creative. More details at https://www.creative-tim.com/product/light-bootstrap-dashboard

Go to Download


maxvaer/docker-openapi-php-client

0 Favers
4 Downloads

The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: ``` { "message": "page not found" } ``` # Versioning The API is usually changed in each release, so API calls are versioned to ensure that clients don't break. To lock to a specific version of the API, you prefix the URL with its version, for example, call `/v1.30/info` to use the v1.30 version of the `/info` endpoint. If the API version specified in the URL is not supported by the daemon, a HTTP `400 Bad Request` error message is returned. If you omit the version-prefix, the current version of the API (v1.40) is used. For example, calling `/info` is the same as calling `/v1.40/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine. The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break when talking to newer daemons. # Authentication Authentication for registries is handled client side. The client has to send authentication details to various endpoints that need to communicate with registries, such as `POST /images/(name)/push`. These are sent as `X-Registry-Auth` header as a Base64 encoded (JSON) string with the following structure: ``` { "username": "string", "password": "string", "email": "string", "serveraddress": "string" } ``` The `serveraddress` is a domain/IP without a protocol. Throughout this structure, double quotes are required. If you have already got an identity token from the [`/auth` endpoint](#operation/SystemAuth), you can just pass this instead of credentials: ``` { "identitytoken": "9cbaf023786cd7..." } ```

Go to Download


matthewbaggett/docker-api-php-client

0 Favers
6 Downloads

The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: ``` { "message": "page not found" } ``` # Versioning The API is usually changed in each release, so API calls are versioned to ensure that clients don't break. To lock to a specific version of the API, you prefix the URL with its version, for example, call `/v1.30/info` to use the v1.30 version of the `/info` endpoint. If the API version specified in the URL is not supported by the daemon, a HTTP `400 Bad Request` error message is returned. If you omit the version-prefix, the current version of the API (v1.43) is used. For example, calling `/info` is the same as calling `/v1.43/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine. The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break when talking to newer daemons. # Authentication Authentication for registries is handled client side. The client has to send authentication details to various endpoints that need to communicate with registries, such as `POST /images/(name)/push`. These are sent as `X-Registry-Auth` header as a [base64url encoded](https://tools.ietf.org/html/rfc4648#section-5) (JSON) string with the following structure: ``` { "username": "string", "password": "string", "email": "string", "serveraddress": "string" } ``` The `serveraddress` is a domain/IP without a protocol. Throughout this structure, double quotes are required. If you have already got an identity token from the [`/auth` endpoint](#operation/SystemAuth), you can just pass this instead of credentials: ``` { "identitytoken": "9cbaf023786cd7..." } ```

Go to Download


masnathan/domain-api-client

0 Favers
8 Downloads

This is an easy way to check domain details.

Go to Download


marxolity/vin-decoder

1 Favers
36 Downloads

Get vehicle details by using vin

Go to Download


martenkoetsier/laravel-debugrequest

0 Favers
11 Downloads

Have a middleware log some details on every request such as route used, session, logged-in user, request parameters, and request duration.

Go to Download


maopackages/envato-portfolio-extractor

0 Favers
2 Downloads

A PHP package to extract product details from an Envato portfolio.

Go to Download


manchidede/hashed-passport-for-dusterio-lumen-passport

0 Favers
2 Downloads

Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.

Go to Download


malvik-lab/ip-api-client

0 Favers
26 Downloads

A PHP library for interfacing with ip-api.com, providing geolocation details based on an IP address.

Go to Download


mageinic/quick-view

0 Favers
0 Downloads

Quick View by MageINIC, Boost your E-commerce conversion rates with the Magento 2 Quick View extension. Streamline the shopping experience by allowing customers to view product details effortlessly in a pop-up, eliminating the need for time-consuming page loads. They can quickly add items to their carts, improving user satisfaction and overall shopping efficiency.

Go to Download


<< Previous Next >>