PHPackages                             hitaqnia/haykal - 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. [Framework](/categories/framework)
4. /
5. hitaqnia/haykal

ActiveMetapackage[Framework](/categories/framework)

hitaqnia/haykal
===============

Haykal metapackage: installs haykal-api + haykal-filament for full-stack projects.

v2.0.4(2mo ago)079↓58.3%1proprietaryPHP ^8.3

Since Apr 23Pushed 2mo agoCompare

[ Source](https://github.com/hitaqnia/haykal)[ Packagist](https://packagist.org/packages/hitaqnia/haykal)[ RSS](/packages/hitaqnia-haykal/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (7)Used By (1)

hitaqnia/haykal
===============

[](#hitaqniahaykal)

Metapackage for full-stack HiTaqnia Laravel applications.

`hitaqnia/haykal` is a convenience entry point that installs the two runtime packages in the Haykal suite at once: `hitaqnia/haykal-api` (API layer, Scramble integration, `ApiProvider` composition) and `hitaqnia/haykal-filament` (Filament base classes, Huwiya login, shared theme). Both packages transitively install `hitaqnia/haykal-core`, so a single `composer require hitaqnia/haykal` brings up the entire stack.

This package contains no PHP code of its own.

---

When to require this package
----------------------------

[](#when-to-require-this-package)

Require `hitaqnia/haykal` when the application exposes **both** an HTTP API and one or more Filament panels — the typical HiTaqnia project shape.

Applications that only expose an API (headless services, microservices without admin panels) should require `hitaqnia/haykal-api` directly. Applications that only expose Filament panels (internal admin tools without a public API surface) should require `hitaqnia/haykal-filament` directly. Both flavors pull `haykal-core` transitively.

---

Installation
------------

[](#installation)

```
composer require hitaqnia/haykal
```

After installation, follow each sub-package's own configuration guide — the metapackage does not add configuration of its own:

1. **[`haykal-core`](../haykal-core/README.md)** — remove Laravel's default users migration, wire the auth provider to Haykal's `User`, publish Spatie permission / Media Library configs, configure Huwiya, slot middlewares, run migrations.
2. **[`haykal-api`](../haykal-api/README.md)** — publish the routes stub, register the Identity API provider, register the `huwiya-api` guard.
3. **[`haykal-filament`](../haykal-filament/README.md)** — register the Huwiya web guard, scaffold a panel theme with `php artisan haykal:publish-theme `, define one panel provider per tenant type.

---

Requirements
------------

[](#requirements)

- PHP 8.3 or later
- Laravel 13 or later
- Filament 5.5 or later
- A running instance of the Huwiya Identity Provider

---

Versioning
----------

[](#versioning)

The metapackage tracks the Haykal suite's major version and pins its dependencies to the matching minor range so `composer require hitaqnia/haykal:^1.0` resolves consistent versions of the underlying packages. Pin to a concrete version when you need to lock a release; otherwise `composer require hitaqnia/haykal` always resolves the latest stable.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance84

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~2 days

Total

6

Last Release

80d ago

Major Versions

v1.0.0 → v2.0.02026-04-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48333830?v=4)[Mahdi Mohammed](/maintainers/mahdi-mk)[@mahdi-mk](https://github.com/mahdi-mk)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

### Embed Badge

![Health badge](/badges/hitaqnia-haykal/health.svg)

```
[![Health](https://phpackages.com/badges/hitaqnia-haykal/health.svg)](https://phpackages.com/packages/hitaqnia-haykal)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[alizharb/laravel-modular

A professional, framework-agnostic modular architecture for Laravel 11+. Features zero-config autoloading, 29+ Artisan command overrides, and seamless Vite integration.

211.6k9](/packages/alizharb-laravel-modular)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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