PHPackages                             skyhwk/repository - 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. [Database &amp; ORM](/categories/database)
4. /
5. skyhwk/repository

ActiveLibrary[Database &amp; ORM](/categories/database)

skyhwk/repository
=================

A simple repository package for Laravel and Lumen

1.0.1(1y ago)099MITPHPPHP &gt;=7.4

Since Jan 21Pushed 1y ago1 watchersCompare

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

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

Skyhwk Repository
=================

[](#skyhwk-repository)

A simple repository package for Laravel and Lumen to store and retrieve text files.

1. Installation
---------------

[](#1-installation)

Run the following command to install the package:

```
composer require skyhwk/repository
```

2. Setup in Laravel or Lumen
----------------------------

[](#2-setup-in-laravel-or-lumen)

### For Laravel

[](#for-laravel)

Add the service provider to `config/app.php`:

Providers:

```
Skyhwk\Repository\RepositoryServiceProvider::class,
```

Aliases:

```
'Repository' => Skyhwk\Repository.RepositoryFacade::class,
```

Run the following command to refresh the autoloader:

```
composer dump-autoload
```

### For Lumen

[](#for-lumen)

Register the service provider by adding the following line in `bootstrap/app.php`:

```
$app->register(Skyhwk\Repository\RepositoryServiceProvider::class);
```

Add the alias:

```
class_alias(Skyhwk\Repository\RepositoryFacade::class, 'Repository');
```

Run the following command to refresh the autoloader:

```
composer dump-autoload
```

Now, you're ready to start using Skyhwk\\Repository in your project!
====================================================================

[](#now-youre-ready-to-start-using-skyhwkrepository-in-your-project)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

Unknown

Total

1

Last Release

519d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/skyhwk-repository/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.1M11.1k](/packages/illuminate-database)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k29.9M42](/packages/kirschbaum-development-eloquent-power-joins)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8723.1M23](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.4M2](/packages/glushkovds-phpclickhouse-laravel)[lemaur/eloquent-publishing

207.8k1](/packages/lemaur-eloquent-publishing)[laravel-liberu/laravel-gedcom

A package that converts gedcom files to Eloquent models

782.5k1](/packages/laravel-liberu-laravel-gedcom)

PHPackages © 2026

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