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(1mo ago)056↓37.5%1proprietaryPHP ^8.3

Since Apr 23Pushed 1mo agoCompare

[ Source](https://github.com/hitaqnia/haykal)[ Packagist](https://packagist.org/packages/hitaqnia/haykal)[ RSS](/packages/hitaqnia-haykal/feed)WikiDiscussions main Synced 1w 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

44

—

FairBetter than 90% of packages

Maintenance93

Actively maintained with recent releases

Popularity11

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

35d ago

Major Versions

v1.0.0 → v2.0.02026-04-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/a71357d99589a129a83cc144fbde6250fce3f3d0fa3f442770ef79f47ed7d9b2?d=identicon)[mahdi-mk](/maintainers/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

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M822](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

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

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

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