Download the PHP package actengage/night-watch without Composer

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

NightWatch

PHP Composer

What is NightWatch?

NightWatch is a package that watches URL's while you are away or sleeping. NightWatch uses a remote Node server to check the status of remote URL's. For example, NightWatch can heck for 404 URLs, or if a Google Tag Manager has been installed correctly.

What is included in this package?

This package has its own factories, migrations, models, and scheduling to make tracking status of remote URL's and services easy and configurable.

Installation

composer require actengage/night-watch

php artisan vendor:publish

Configure the ENV

This is a private application currently, and thus the API endpoint is not included. Include the endpoint in your ENV file.

NIGHTWATCH_ENDPOINT_URI='https://the.night.watch.url.goes.here'

Kernel Scheduling

NightWatch makes it easy to schedule the commands. Once you have ran the migrations, add the following 1-liner to app/Console/Kernel.php.

Basic Example

Manually start a watcher to check Google's homepage every hour.

Using the Watchable Trait

You can easily relate Watchers to your models.


All versions of night-watch with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2|^8.0
guzzlehttp/guzzle Version ^7.0
laravel/framework Version ^8.0|^9.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 actengage/night-watch contains the following files

Loading the files please wait ....