Download the PHP package yudiz/ordernotification without Composer

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

Admin OrderNotification Extension for Magento 2

The Magento 2 OrderNotification module enables the Admin to receive notifications through sound whenever a new order is placed.

Installation

You can install the Yudiz OrderNotification Extension using one of two methods:

  1. Via Composer
  2. By downloading it directly from the available source.

1. Install via composer

Before installing the Yudiz OrderNotification Extension, it is necessary to install the Yudiz Core module. You can obtain the Yudiz Core module by using the following code.

Run the following command:

Now, To install the Yudiz OrderNotification Extension via Composer, follow these steps in your Magento 2 root folder:

Run the following command:

After a successful installation, execute the following commands:

With these steps completed, you'll be ready to utilize the Yudiz OrderNotification Extension.

2. Download Directly

Before Downloading the Yudiz OrderNotification Extension, it is necessary to have the Yudiz Core module. You can download the module directly from below link:

https://github.com/yudiz-ritikapatel/yudiz-core

Once the zip file is downloaded, extract its contents within the 'app/code/Yudiz/Core' directory.

Now, To install the Yudiz OrderNotification Extension you can download the Extension from below link:

https://github.com/yudizgordhan/admin-order-sound-notification

After successfully downloading the module, follow these steps to install it:

1.Unzip the downloaded folder.

2.Place the unzipped extension folder into the following path:

Indeed, after placing the extension folder in the specified directory, follow these Magento commands to complete the installation:

By following these 2 Ways you can easily obtain and install the module. For detailed instructions on its usage, refer to the user guide within this document.

Features

  1. Admin can Enable / Disable module from configuration settings.
  2. Admin has 2 options to select for play sound (play his/her custom sound file or speech).
  3. Admin can upload his/her own sound file for notification

Magento 2 OrderNotification User Guide (ADMIN)

Login to the Magento Admin, navigate to Yudiz -> Configure OrderNotification.


- Module Enable: Select `Yes` to activate the module and No to disable it. - Sound Type: Select SoundType either you want to play sound or play speech. - Upload Sound Type: Upload the audio file that you wish to hear when a new order occurs. This feature is optional as default values are also available. After saving these settings, when a new order occurs, you will be able to hear the order notification sound at Admin Panel. #### However, it is necessary to refresh the admin panel once and remain in the admin panel tab to receive the notification. https://github.com/yudizgordhan/admin-order-sound-notification/assets/130353709/6aa00201-ca7e-45ea-b842-5db384fcd67e

All versions of ordernotification with dependencies

PHP Build Version
Package Version
Requires yudiz/module-core Version ^1.0.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 yudiz/ordernotification contains the following files

Loading the files please wait ....