Download the PHP package cleaniquecoders/app-pulse without Composer

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

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

AppPulse

A comprehensive, easy-to-use monitoring tool with uptime tracking, SSL certificate checks, and customizable notifications designed for Laravel applications.

AppPulse allows developers to monitor websites efficiently by:


Installation

1. Install the Package

You can install AppPulse via Composer:


2. Publish Configuration & Migrations

Run the following commands to publish the configuration and migration files:

This will generate the config file at:

Example config:

Next, run the migrations to create the necessary database tables:


3. Set Up Laravel Scheduler

Ensure that Laravel’s scheduler is running. Add the following cron entry to your server to run the scheduler every minute:

The monitor checks will now run at intervals defined in config/app-pulse.php (default: every 10 minutes).


Usage Example

1. Adding Monitors

Use the following logic to create a new monitor record in your application:


2. Running Checks Manually

You can trigger all monitor checks manually with the following command:


3. Automated Checks with Scheduler

  1. Ensure Laravel’s scheduler is configured to run every minute on your server:

  2. The AppPulse scheduler will run every X minutes, as defined in the config/app-pulse.php:

  3. When the scheduler runs, it will:
    • Dispatch a CheckMonitorJob to check uptime.
    • Dispatch a CheckSslJob if SSL monitoring is enabled.

4. Handling Events

Developers can extend AppPulse by listening to the following events:

Example Event Listener Registration (in EventServiceProvider):


Testing

Run the tests with:


Changelog

See CHANGELOG for recent changes.


Contributing

Please see CONTRIBUTING for details on contributing.


Security Vulnerabilities

For security concerns, review our security policy.


Credits


License

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


All versions of app-pulse with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
cleaniquecoders/traitify Version ^1.0
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-package-tools Version ^1.16
spatie/ssl-certificate Version ^2.6
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 cleaniquecoders/app-pulse contains the following files

Loading the files please wait ....