PHPackages                             hwkdo/intranet-app-base - 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. hwkdo/intranet-app-base

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

hwkdo/intranet-app-base
=======================

provides base functionalities for intranet apps

v1.7.1(1mo ago)032010MITPHPPHP ^8.3CI passing

Since Jul 28Pushed 1mo agoCompare

[ Source](https://github.com/hwkdo/intranet-app-base)[ Packagist](https://packagist.org/packages/hwkdo/intranet-app-base)[ Docs](https://github.com/hwkdo/intranet-app-base)[ GitHub Sponsors](https://github.com/hwkdo)[ RSS](/packages/hwkdo-intranet-app-base/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (26)Versions (40)Used By (10)

provides base functionalities for intranet apps
===============================================

[](#provides-base-functionalities-for-intranet-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8430c47403fc4e423a466437e4b2ec4b46452ee7f7cf92ad4f5735e09a2465a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68776b646f2f696e7472616e65742d6170702d626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hwkdo/intranet-app-base)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1a96f22e99f3cac082656559e1cc2614bca7cfb6d23010867e64a6fdc566bcc1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68776b646f2f696e7472616e65742d6170702d626173652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/hwkdo/intranet-app-base/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c0b5ebbb13acf8beb11f0aae64ccb28c0a6507fdeebea73f01554e438fe8712f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68776b646f2f696e7472616e65742d6170702d626173652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/hwkdo/intranet-app-base/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/319cc60f9ea347143a19c9b6491db10631f92712e57430aa0d42a7f0d4bfe57e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68776b646f2f696e7472616e65742d6170702d626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hwkdo/intranet-app-base)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/7c1517d99e8ae99c05803191a557f26841910436713a068d0ce198d46a5786e3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f696e7472616e65742d6170702d626173652e6a70673f743d31)](https://spatie.be/github-ad-click/intranet-app-base)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require hwkdo/intranet-app-base
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="intranet-app-base-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="intranet-app-base-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="intranet-app-base-views"
```

Usage
-----

[](#usage)

```
$intranetAppBase = new Hwkdo\IntranetAppBase();
echo $intranetAppBase->echoPhrase('Hello, Hwkdo!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [hwkdo](https://github.com/hwkdo)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% 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 ~6 days

Total

39

Last Release

43d ago

Major Versions

v0.2.3 → v1.0.02025-10-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/72b6d361b5e84bd3dfecc691278039a815c252495b4624dd6f50caa27ff02655?d=identicon)[hwkdo](/maintainers/hwkdo)

---

Top Contributors

[![aleex1848](https://avatars.githubusercontent.com/u/17452861?v=4)](https://github.com/aleex1848 "aleex1848 (40 commits)")[![hwkdo](https://avatars.githubusercontent.com/u/181193575?v=4)](https://github.com/hwkdo "hwkdo (1 commits)")

---

Tags

laravelhwkdointranet-app-base

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/hwkdo-intranet-app-base/health.svg)

```
[![Health](https://phpackages.com/badges/hwkdo-intranet-app-base/health.svg)](https://phpackages.com/packages/hwkdo-intranet-app-base)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)[tonysm/importmap-laravel

Use ESM with importmap to manage modern JavaScript in Laravel without transpiling or bundling.

148399.8k1](/packages/tonysm-importmap-laravel)[spatie/laravel-url-ai-transformer

Transform URLs and their content using AI

265.3k](/packages/spatie-laravel-url-ai-transformer)

PHPackages © 2026

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