cawakharkov / symfony-micro
Demo for Symfony micro trait application
Installs: 158
Dependents: 0
Suggesters: 0
Security: 0
Stars: 52
Watchers: 7
Forks: 6
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ~2.0
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ~2.4
- symfony/symfony: 3.0.*
Requires (Dev)
- phpunit/phpunit: 5.1.4
- sensio/generator-bundle: ^3.0
This package is not auto-updated.
Last update: 2024-10-26 18:12:10 UTC
README
Symfony micro applicatin based on \Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait
What's included
- Symfony v3.0.*
- Doctrine 2.5
- Generator-bundle
- Uikit
- FontAwesome
Usage
- Create project
composer create-project cawakharkov/symfony-micro:dev-master
- Bower
bower install
- Run with built in server .
bin/console server:run localhost
Small benchmark
-> % siege -b -t30S -c 20 http://prod.micro.local/
** SIEGE 3.0.8
** Preparing 20 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 11252 hits
Availability: 100.00 %
Elapsed time: 29.09 secs
Data transferred: 4.79 MB
Response time: 0.05 secs
Transaction rate: 386.80 trans/sec
Throughput: 0.16 MB/sec
Concurrency: 19.96
Successful transactions: 11252
Failed transactions: 0
Longest transaction: 0.12
Shortest transaction: 0.03