Download the PHP package phlo/dashboard without Composer

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

Phlo Dashboard

Admin and monitoring dashboard for the Phlo stack. It bundles fleet monitoring, a notifications inbox, WhatsApp status, subscriptions and a built-in database manager for MySQL and SQLite.

The Dashboard is the operations layer of the Phlo platform: one place to oversee every app, server and domain built on the Phlo engine. Not to be confused with the Phlo Control Center, the per-app dev panel built into the engine itself.

Features

Host discovery

The fleet overview discovers apps and hosts from your web server config. By default it reads Caddy site files (sites/*.caddy). Discovery is pluggable per node via creds.ini:

sources is a comma list of adapters (default caddy). The nginx adapter reads server_name from each server { ... } block (brace-depth aware, so nested location blocks are handled), folds www. into aliases, and flags redirect-only blocks (return 30x or a permanent rewrite). Results from all sources are merged and deduped by primary host. The monitoring layers on top (reachability, metrics, visitors) are web server agnostic; errors, version and rebuild stay Phlo specific.

To support another web server, add a <name>Apps() adapter returning the canonical app records and list its name in sources.

Requirements

Install

Then set up the node local config:

  1. Copy www/app.php.example to www/app.php and set your host and paths. It keeps build: true (development): the app compiles on demand and build::run is available.
  2. Copy data/app.example.json to data/app.json.
  3. Create data/creds.ini (MySQL connection, fleet peers, alert and notify endpoints) and, for HTTP basic login, data/auth.ini.
  4. Build the app: php www/app.php build::run
  5. Serve with FrankenPHP.

For production, deploy the compiled output and a second entrypoint with build: false (the build:: tools are development-only and are absent under build: false).

License

MIT. See LICENSE.


All versions of dashboard with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
ext-pdo Version *
ext-pdo_mysql Version *
ext-apcu Version *
phlo/tech Version ^1.0
phlo/cms Version ^1.0
ext-gd Version *
ext-curl Version *
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 phlo/dashboard contains the following files

Loading the files please wait ...