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)076↓100%MITPHPPHP &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 1mo 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 43% of packages

Maintenance44

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

473d 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.8k52.4M9.3k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

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