sebkay/spindle

This package is abandoned and no longer maintained. No replacement package was suggested.

An easy to use Slim 4 starter app. Comes with a DI container, Eloquent ORM, Twig for templating, VueJS and Sass.

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

2.0.0 2021-05-14 15:11 UTC

This package is auto-updated.

Last update: 2022-07-08 13:09:22 UTC


README

Test PHP

What's Included

Why

  • A single instance app makes building and testing easy.
  • No hunting around fragmented include files trying to figure out what's going on.
  • Using Laravel's ORM, Eloquent, makes working with the database a straightforward.
  • Easily add services to the container by extending the base App\Container\Service class.

How

New Project

composer create-project sebkay/spindle project-name