PHPackages                             ospnko/hush - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ospnko/hush

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ospnko/hush
===========

Components for building dashboards in PHP

015PHP

Since Nov 9Pushed 1y ago2 watchersCompare

[ Source](https://github.com/ospnko/hush)[ Packagist](https://packagist.org/packages/ospnko/hush)[ RSS](/packages/ospnko-hush/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

The package to build dashboards for PHP web applications with zero dependencies.

Getting started
---------------

[](#getting-started)

### Installation

[](#installation)

1. `composer require ospnko/hush`
2. Create a symlink to the `asset` directory to be available for the browser

### Creating a page

[](#creating-a-page)

The entry point for all functionality is the `HushBuilder` class. It provides methods to work with almost every package component.

Every page starts with a layout. To configure the layout you need to call the `->layout()` method:

```
