Giter VIP home page Giter VIP logo

postey-repository-tut's Introduction

Postey (Repository Pattern Tutorial)

This is an actual working version of how I implement a simple repository pattern based on my blog article Implement the Repository Pattern in PHP.

Try It Yourself

The postey file is a little playground script where you can play with the PostgresPostsRepository implementation of the PostsRepository interface.

To get started, start the docker containers. On first startup of the containers, the init.sql script will be run which creates a table called posts in the Postgres database with a few post records:

$ docker-compose up

Then open a shell into the php docker container:

$ docker exec -it postey-php-1 /bin/bash

Once inside the php docker container, install the Composer dependencies

$ composer install

And then finally, you can run the php postey command to try out all of the repository commands:

$ php postey

Play around and make modifications as you like. Try it out!

Testing

Additionally, there's a few unit tests you can run if you wish:

$ vendor/bin/phpunit tests --testdox --colors

I didn't test everything. I was just a bit lazy to be honest. I added some of these unit tests just to show how I go about testing the PostgresPostsRepository implementation. My point was just to demonstrate how to keep things testable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.