zorn-v/silex-project

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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/zorn-v/silex-project

2.0.1 2016-11-18 04:19 UTC

This package is auto-updated.

Last update: 2025-09-11 22:05:51 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