zorn-v/silex-project

There is no license information available for the latest version (2.0.1) of this package.

2.0.1 2016-11-18 04:19 UTC

This package is auto-updated.

Last update: 2024-04-11 19:03:20 UTC


README

Silex is PHP microframework based on symfony components - http://silex.sensiolabs.org/ By default you have only bare silex and you need to organizing architecture on your own.

With this repo you can do composer create-project zorn-v/silex-project and you have:

  • Eloquient ORM model User that also implements Symfony\Component\Security\Core\User\UserInterface and used by UserProvider
  • Twig template engine with symfony/twig-bridge (path function etc.)
  • Sample routes and contollers for index and login
  • Symfony form component (without sample yet)

Requirements

By default you need a users table with login and password fields