2017 © Pedro Peláez
 

library pattern

The base for the repository pattern that we use in Kodebyraaet

image

kodebyraaet/pattern

The base for the repository pattern that we use in Kodebyraaet

  • Friday, September 22, 2017
  • by kodebyraaet
  • Repository
  • 11 Watchers
  • 1 Stars
  • 657 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 23 Versions
  • 10 % Grown

The README.md

Kodebyraaet Pattern for Laravel 5 and Lumen

The base for the repository pattern we use in Kodebyraaet., (*1)

Installation

Install composer dependency., (*2)

composer require kodebyraaet/pattern

If you are using Laravel add the Service Provider to the config/app.php file., (*3)

Kodebyraaet\Pattern\BaseRepositoryServiceProvider::class,

If you are using Lumen add the Service Provider to the bootstrap/app.php file., (*4)

$app->register(Kodebyraaet\Pattern\BaseRepositoryServiceProvider::class);

Create the base repositories

If you have the Kodebyraaet Generators installed you can just run the following command:, (*5)

php artisan make:base-repository

Or you can do it manually:, (*6)

Create the file App\Entities\Repository.php (the namespace may differ):
<?php

namespace App\Entities;

use Kodebyraaet\Pattern\BaseRepository;

class Repository extends BaseRepository
{

}
Create the file App\Entities\RepositoryInterface.php (namespace may differ):
<?php

namespace App\Entities;

use Kodebyraaet\Pattern\BaseRepositoryInterface;

interface RepositoryInterface extends BaseRepositoryInterface
{

}

How to use

Check out Kodebyraaet Generators for a easier way to create the structure that extends this repository pattern., (*7)

The Versions

22/09 2017

dev-master

9999999-dev

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

22/09 2017

v0.4.5

0.4.5.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

20/09 2017

v0.4.4

0.4.4.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

04/09 2017

v0.4.3

0.4.3.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

31/08 2017

v0.4.2

0.4.2.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

18/05 2017

v0.4.1

0.4.1.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

10/02 2017

v0.4

0.4.0.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

12/12 2016

v0.3.8

0.3.8.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

28/11 2016

v0.3.7

0.3.7.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

06/09 2016

v0.3.6

0.3.6.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

13/11 2015

v0.3.5

0.3.5.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

29/10 2015

v0.3.4

0.3.4.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

29/10 2015

dev-multi-delete

dev-multi-delete

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

23/10 2015

v0.3.3

0.3.3.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

21/10 2015

v0.3.2

0.3.2.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

16/10 2015

v0.3.1

0.3.1.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

13/10 2015

v0.3.0

0.3.0.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

17/09 2015

v0.2.0

0.2.0.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

17/09 2015

v0.1.4

0.1.4.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

03/09 2015

v0.1.3

0.1.3.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

19/08 2015

v0.1.2

0.1.2.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

19/08 2015

v0.1.1

0.1.1.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

19/08 2015

v0.1.0

0.1.0.0

The base for the repository pattern that we use in Kodebyraaet

  Sources   Download

MIT

The Requires

  • php >=5.5.9