Download the PHP package max13/monobullet without Composer

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

Max13/Monobullet GitHub license

Build Status

Monobullet is simply a Pushbullet handler for Monolog. It will send you (or someone else, or many people) a push when your app logs something.

It includes a nice formatter for when logging an Exception and its stack.

For the record, Pushbullet is a platform allowing you to send a push to one or multiple devices using the mobile app, the web app or REST APIs.

Installation

You can install the latest version with:

$ composer require max13/monobullet

Laravel 5.2 and above/similars

Add these lines to your config/services.php:

Here are the variables references:

Then, add this line to Laravel's config/app.php, inside the providers array:

/!\ Note that when using Service Provider, Monobullet will be set on the top of the Monolog's handlers, so the bubble parameter is important. After that you're good to go!

Other frameworks

Put this wherever your framework's doc is telling you to do (parameters references are above):

Issues/PRs/Questions

Feel free to open an issue if you need anything. The same way, don't hesitate to send PRs ;)

When sending a PR, don't forget to add your name in the "Contributors" section of this README.

Authors

Currently, I'm the only author of this package:

Contributors


All versions of monobullet with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
monolog/monolog Version ^1.19
joetannenbaum/phpushbullet Version ~1.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 max13/monobullet contains the following files

Loading the files please wait ....