PHPackages                             argora/tabler-assets - 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. argora/tabler-assets

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

argora/tabler-assets
====================

Compiled Tabler UI assets (CSS, JS, fonts, etc.) for PHP projects without NPM

1.4.0.2(4mo ago)1672MITJavaScript

Since Jul 19Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/getargora/tabler-assets)[ Packagist](https://packagist.org/packages/argora/tabler-assets)[ RSS](/packages/argora-tabler-assets/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (3)Used By (2)

Tabler Assets for PHP Projects
==============================

[](#tabler-assets-for-php-projects)

This package provides the **compiled Tabler UI assets** (CSS, JS, fonts, etc.) for PHP projects that **do not use NPM or Webpack**.

It is designed to work with frameworks like Slim, Laravel, Symfony, or any plain PHP setup.
You can install it via Composer and **automatically copy the assets into your public directory** using post-install scripts.

---

📦 Package Contents
------------------

[](#-package-contents)

After installation, you'll find the following folders inside:

```
vendor/argora/tabler-assets/public/
├── css/
├── js/
├── img/
└── libs/
```

---

✅ How to Use in Your PHP Project
--------------------------------

[](#-how-to-use-in-your-php-project)

1. **Require the package via Composer:**

```
composer require argora/tabler-assets
```

2. **Add the following to your `composer.json` to automatically copy the assets to your `public/` directory:**

```
"scripts": {
  "post-install-cmd": [
    "@copy-tabler"
  ],
  "post-update-cmd": [
    "@copy-tabler"
  ],
  "copy-tabler": [
    "mkdir -p public/assets",
    "cp -r vendor/argora/tabler-assets/public/* public/assets/"
  ]
}
```

3. **Reference the assets in your HTML or Twig templates:**

```

```

---

🔄 Updating
----------

[](#-updating)

To get the latest version of the assets:

```
composer update argora/tabler-assets
```

This will pull any new versions and re-copy the assets if you have the scripts configured.

---

📖 About This Package
--------------------

[](#-about-this-package)

- **Version:** 1.4.0
- **License:** MIT
- **Source:**

This package redistributes the compiled output from the official [Tabler UI](https://tabler.io) project.

It is **not affiliated with the Tabler authors**.
All original rights and credit belong to the Tabler team. This package simply makes the compiled output accessible via Composer for projects that do not use NPM.

---

📝 License
---------

[](#-license)

This package and the original Tabler code are distributed under the **MIT License**.

> Tabler is © the original authors at .
> This package simply republishes their compiled output for convenience in Composer-based PHP workflows.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance75

Regular maintenance activity

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~169 days

Total

2

Last Release

134d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8f87416e80fdfb906a1e9d206c9a20584ae27bdd20815170b69efd49e8e9436?d=identicon)[getpinga](/maintainers/getpinga)

---

Top Contributors

[![getpinga](https://avatars.githubusercontent.com/u/121483313?v=4)](https://github.com/getpinga "getpinga (4 commits)")

### Embed Badge

![Health badge](/badges/argora-tabler-assets/health.svg)

```
[![Health](https://phpackages.com/badges/argora-tabler-assets/health.svg)](https://phpackages.com/packages/argora-tabler-assets)
```

###  Alternatives

[tomatophp/filament-simple-theme

A simple theme for FilamentPHP with custom user menu in sidebar

146.6k](/packages/tomatophp-filament-simple-theme)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
