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
Requires
- illuminate/database: ^5.3
- silex/silex: ^2.0
- symfony/asset: ^3.1
- symfony/form: ^3.1
- symfony/security: ^3.1
- symfony/twig-bridge: ^3.1
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 implementsSymfony\Component\Security\Core\User\UserInterface
and used byUserProvider
- 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