aplr/lectern

Repository pattern for Laravel

Maintainers

👁 aplr

Package info

github.com/aplr/lectern

pkg:composer/aplr/lectern

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2020-05-14 21:14 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 22ae7c4867606e4986df3e1bd403aaef19a270ec

  • Andreas Pfurtscheller <a.woop@aplr.me>

This package is auto-updated.

Last update: 2026-06-15 11:27:40 UTC


README

The lectern package provides you with classes and interfaces which help you with abstracting the data layer of your laravel application by embracing the repository pattern.

👁 Packagist Version
👁 GitHub Workflow Status
👁 PHP from Packagist
👁 GitHub license

Installation

To install the latest version of aplr/lectern just require it using composer.

composer require aplr/lectern

This package is using Laravel's package auto-discovery, so it doesn't require you to manually add the ServiceProvider. If you've opted out of this feature, add the ServiceProvider to the providers array in config/app.php:

Aplr\Lectern\ServiceProvider::class,

Usage

TODO, dig through the code for now

Licence

Lectern is licenced under The MIT Licence (MIT).