Download the PHP package backpack/pan-panel without Composer

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

Latest Version on Packagist Total Downloads

pan-panel

A package to easily view the panphp/pan analytics in your Backpack admin panel. What is PAN?

Pan is a lightweight and privacy-focused PHP product analytics library. It’s designed as a very simple package that you can install via composer require and start tracking your pages or components with a simple data-pan attribute.

backpack_pan_panel

Demo

You can preview the UI on https://demo.backpackforlaravel.com/admin/analytics. Play around with the welcome page, login page and the menu items, and see the records that PAN keeps.

Installation

Install the package via composer:

Optionally, you can publish this package config file to change the default values:

If you didn't have panphp/pan in your project prior to installing this package, you should run the install command for the panphp/pan package:

NOTE: Check the panphp/pan documentation for more information on how to configure the package, most of the configurations can be done in the config/backpack/pan.php if you published this package config file.

Optional

You can add an item to the menu in resources/views/vendor/backpack/ui/inc/menu_items.blade.php:

Filters

Backpack provide some out-of-the-box filters. To use them you should have backpack/pro installed. If you don't have it installed, enabling them in the config file does not have any effect.

Credits

Credits go to Nuno Maduro (the creator of PAN) and Pedro Martins, the Backpack core developer who created this package.

License

This project was released under MIT License, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.


All versions of pan-panel with dependencies

PHP Build Version
Package Version
Requires backpack/crud Version ^6.0
panphp/pan Version ^0.1.7
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 backpack/pan-panel contains the following files

Loading the files please wait ....