Skip to content

Middleware architectures in PHP with Zend Expressive

License

Notifications You must be signed in to change notification settings

mvlabs/ze-workshop

Repository files navigation

Middleware architectures in PHP with Zend Expressive

Build Status Coverage Status

Installation

Clone this repository with

git clone [email protected]:mvlabs/ze-workshop.git

and then

cd ze-workshop

Getting started with Expressive

Start our new Expressive project with composer:

composer create-project zendframework/zend-expressive-skeleton

We go through the installation process and we select the following starred options:

  • installation type

    • minimal
    • flat *
    • modular
  • container

    • Aura.Di
    • Pimple *
    • Zend ServiceManager
  • router

    • Aura.Router
    • FastRoute *
    • Zend Router
  • template engine

    • Plates
    • Twig
    • Zend View
    • None *
  • error handler

    • Whoops *
    • None

Add seeds to database

Run

./bin/seed

About

Middleware architectures in PHP with Zend Expressive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages