A project to show different ways of configuring users management and security with Symfony3 framework
PHP 5.6+, SQLite and Ant
Run composer install
to install project dependencies.
Run ant doctrine
to generate sqlite database.
This project uses built-in server for development. Run bin/console server:run
to start the server.
Run ant test
and it will execute phpspec, phpunit and behat suites.