Download the PHP package patricpoba/mnotify without Composer

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

mNotify SMS

This package enables sending of sms from your laravel application using mNotify.com as a service provider. The Voice feature will be added in future releases

Installation

Download and install composer (from http://www.getcomposer.org/download) if you do not have it already.

Method 1: Require this package with composer:

Method 2: Add the following to your project composer.json file

and run this command

After updating composer, add the ServiceProvider to the providers array in config/app.php

Laravel <= 5.4 :

If you're using laravel 5.5, you can skip this step.

Add the facade of this package to the $aliases array.

Configuration

Before you can start sending sms you will need to set your api key and default sender ID in your /.env file You can find your api key here https://apps.mnotify.net/api/api These config files can be changed from the laravel application. See examples

Usage

Below is a basic usage guide for sending sms and checking sms balance of your mnotify account.

Sending Sms

Sms messages can be sent using the facade or the class file. In this example, we are going to send sms from our laravel application using mnotify.com's sms api

Sceduling

A date and time in Y-m-d H:i:s format. This datetime should only be added when you want to schedule the message at a later time

Checking Sms balance

This returns your mnotify.com sms balance.

Contributing

Thank you for considering contributing to the package! To contribute, fork this repository, write some code and then submit a pull request to the develop branch. :-)

License

This package is open-sourced software licensed under the MIT license.


All versions of mnotify with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.0
illuminate/support Version ^5.0||^6.0||^7.0||^8.0|^9.0|^10.0|^11.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 patricpoba/mnotify contains the following files

Loading the files please wait ....