zorn-v / silex-project
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/zorn-v/silex-project
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