thenandan/therepository

This package is abandoned and no longer maintained. The author suggests using the iamkesharinandan/therepository package instead.

Awesome Laravel Repository

Installs: 131

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:laravel-library

v0.0.1 2020-01-26 12:58 UTC

This package is auto-updated.

Last update: 2022-03-10 17:14:16 UTC


README

This laravel package provides various feature -

  • Repository - This is used abstracts the data layer.
  • Request Mapper - This is used to maps the request data with model.

Requirements:

  • Laravel 5.6+
  • PHP 7+

Installation

To get started, install TheRepository via composer:

composer require iamkesharinandan/therepository

##Note: This package is under development and not ready to use.