Download the PHP package ellipticmarketing/larasapien without Composer

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

Larasapien for Laravel

This package creates an endpoint for the Larasapien API. Once installed, you can use this endpoint to connect your application to a Larasapien account.

By default, this package will report the following information:

You may disable any of these checks using your Larasapien configuration file.

Installation

  1. Install this package via composer using the following command:

  2. Add your Larasapien project token to your .env file:

You can find your project token in the Larasapien dashboard.

  1. Optional: Publish the configuration file:

Usage

After the package is installed, it will create a new route for the Larasapien endpoint. By default, this route will be available at /_larasapien. The package will only serve requests including the Larasapien token.

In addition to retrieving your application's status through Larasapien, you can also check it locally using the following command: php artisan larasapien:check.

Configuring the schedule checker

To make the schedule checker work, it is necessary to invoke the ScheduleChecker command every five minutes.

The command can be scheduled in your application's console Kernel locate under app/Console/Kernel.php:

Enabling specific checks

In some instances, you may not want to run all checks. For example, you may want to disable the Redis check if your application doesn't use Redis.

To disable certain checks, you may comment the appropriate classes in your config/larasapien.php file:

Acknowledgments

Many of the checks were inspired by the Laravel-health package created by Spatie.

License

You may use this package to connect your application to your Larasapien.com account.

This package is provided "as-is" with no warranties. Usage is subject to the Larasapien Terms & Conditions.

Elliptic Marketing, LLC - All rights reserved.


All versions of larasapien with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.0
laravel/framework Version >=5.5.0 <=12.x-dev
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 ellipticmarketing/larasapien contains the following files

Loading the files please wait ....