Download the PHP package keloola/errly without Composer

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

Errly Laravel Package

PHP Version Laravel Version Packagist

Laravel package untuk menangkap error dari Telescope atau Laravel exception handler dan mengirimkannya ke Errly Dashboard.

Requirements

Installation

Tambahkan konfigurasi minimal ke .env:

Configuration

KELOOLA_ERRLY_ENABLED mengaktifkan package. KELOOLA_ERRLY_DASHBOARD_URL adalah URL dashboard tanpa path API. KELOOLA_ERRLY_API_KEY adalah API key project. KELOOLA_ERRLY_CAPTURE menentukan sumber error: auto, telescope, exception_handler, atau manual. KELOOLA_ERRLY_USER_CONTEXT menambahkan info user login ke payload error. KELOOLA_ERRLY_ENVIRONMENTS membatasi environment yang dikirim; kosongkan untuk semua environment. KELOOLA_ERRLY_QUEUE mengirim payload via queue. KELOOLA_ERRLY_QUEUE_NAME menentukan queue saat mode queue aktif. KELOOLA_ERRLY_TIMEOUT menentukan timeout HTTP dalam detik.

Entry yang dipantau dan exception yang diabaikan bisa diubah di config/keloola-errly.php. Payload akan disanitasi sebelum dikirim; Closure, object, resource, dan struktur terlalu dalam diubah menjadi nilai string aman agar queue/JSON serialization tidak gagal.

Saat user sedang login, payload error akan menyertakan:

Field user yang dikirim bisa diubah lewat user_context.fields di config. Jangan masukkan field sensitif seperti password, token, atau remember token.

Capture Mode

auto memakai Telescope jika package laravel/telescope tersedia. Jika tidak tersedia, Errly otomatis memakai Laravel exception handler.

Untuk aplikasi yang tidak menggunakan Telescope, set:

Dengan mode ini, exception yang masuk ke Laravel exception handler akan dikirim langsung ke dashboard tanpa dependency Telescope.

Untuk memasang manual di bootstrap/app.php, set:

Lalu tambahkan report callback:

Verification

Untuk test manual tanpa Telescope, trigger langsung lewat manager:

Cek dashboard Errly untuk memastikan record baru masuk.

Troubleshooting

Jika notifikasi tidak masuk, cek storage/logs/laravel.log:

Pastikan KELOOLA_ERRLY_ENABLED=true, KELOOLA_ERRLY_DASHBOARD_URL dan KELOOLA_ERRLY_API_KEY terisi, environment aplikasi masuk ke KELOOLA_ERRLY_ENVIRONMENTS, capture mode sesuai, dan dashboard dapat diakses dari aplikasi.


All versions of errly with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/http Version ^10.0|^11.0|^12.0|^13.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 keloola/errly contains the following files

Loading the files please wait ...