Skip to content

Instantly share code, notes, and snippets.

@pmjones
Last active January 1, 2016 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmjones/8074442 to your computer and use it in GitHub Desktop.
Save pmjones/8074442 to your computer and use it in GitHub Desktop.
==================================================
Install Silex 1.1.2 and remove tests
==================================================
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing psr/log (1.0.0)
Loading from cache
- Installing symfony/routing (v2.4.0)
Loading from cache
- Installing symfony/debug (v2.4.0)
Loading from cache
- Installing symfony/http-foundation (v2.4.0)
Loading from cache
- Installing symfony/event-dispatcher (v2.4.0)
Loading from cache
- Installing symfony/http-kernel (v2.4.0)
Loading from cache
- Installing pimple/pimple (v1.1.0)
Loading from cache
- Installing silex/silex (v1.1.2)
Loading from cache
symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
symfony/routing suggests installing symfony/yaml (For using the YAML loader)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/http-kernel suggests installing symfony/browser-kit ()
symfony/http-kernel suggests installing symfony/class-loader ()
symfony/http-kernel suggests installing symfony/config ()
symfony/http-kernel suggests installing symfony/console ()
symfony/http-kernel suggests installing symfony/dependency-injection ()
symfony/http-kernel suggests installing symfony/finder ()
silex/silex suggests installing symfony/browser-kit (>=2.3,<2.5-dev)
silex/silex suggests installing symfony/css-selector (>=2.3,<2.5-dev)
silex/silex suggests installing symfony/dom-crawler (>=2.3,<2.5-dev)
silex/silex suggests installing symfony/form (>=2.3,<2.5-dev)
Writing lock file
Generating autoload files
==================================================
Install Aura.Web_Project and remove tests
==================================================
Installing aura/web-project (dev-master 6ea5cb6ef15d5cf6371f4a7425167a1685c78523)
- Installing aura/web-project (dev-master master)
Loading from cache
Created project in Aura.Web_Project
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing aura/web (dev-develop-2 554e4d9)
Loading from cache
- Installing aura/router (dev-develop-2 9833f25)
Loading from cache
- Installing aura/dispatcher (dev-develop-2 55f932e)
Loading from cache
- Installing psr/log (dev-master 5144da9)
Loading from cache
- Installing monolog/monolog (dev-master c9db00f)
Loading from cache
- Installing aura/includer (dev-develop-2 20d32c4)
Loading from cache
- Installing aura/di (dev-develop-2 a429a80)
Loading from cache
- Installing aura/project-kernel (dev-develop-2 e8add74)
Loading from cache
- Installing aura/web-kernel (dev-develop-2 e28ca50)
Loading from cache
monolog/monolog suggests installing mlehner/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
Writing lock file
Generating autoload files
==================================================
du: silex in total
==================================================
2.6M silex-1.1.2
==================================================
du: aura in total
==================================================
1.2M Aura.Web_Project
==================================================
cloc: silex in total
==================================================
447 text files.
438 unique files.
98 files ignored.
http://cloc.sourceforge.net v 1.60 T=2.32 s (155.5 files/s, 19688.1 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
PHP 356 6252 15956 23327
XSD 1 12 0 58
Bourne Shell 1 15 0 52
YAML 2 5 1 18
Python 1 5 0 12
-------------------------------------------------------------------------------
SUM: 361 6289 15957 23467
-------------------------------------------------------------------------------
==================================================
cloc: aura in total
==================================================
241 text files.
231 unique files.
48 files ignored.
http://cloc.sourceforge.net v 1.60 T=1.13 s (171.5 files/s, 15971.7 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
PHP 186 1831 8667 7465
YAML 6 0 0 68
Bourne Shell 2 2 0 38
-------------------------------------------------------------------------------
SUM: 194 1833 8667 7571
-------------------------------------------------------------------------------
==================================================
class count: silex in total
==================================================
311
==================================================
class count: aura in total
==================================================
148
==================================================
class count: silex actually used
==================================================
PHP 5.4.22 Development Server started at Sat Dec 21 14:21:10 2013
Listening on http://localhost:8000
Document root is /Users/pmjones/Desktop/silex-1.1.2/web
Press Ctrl-C to quit.
Hello Silex!
array (
0 => 'ComposerAutoloaderInit92ad8365b8f5e4d4fa956e2fcb8b9d23',
1 => 'Composer\\Autoload\\ClassLoader',
2 => 'Pimple',
3 => 'Silex\\Application',
4 => 'Silex\\ControllerCollection',
5 => 'Symfony\\Component\\Routing\\Route',
6 => 'Silex\\Route',
7 => 'Silex\\Controller',
[Sat Dec 21 14:21:11 2013] ::1:54909 [200]: /
8 => 'Symfony\\Component\\HttpFoundation\\Request',
9 => 'Symfony\\Component\\HttpFoundation\\ParameterBag',
10 => 'Symfony\\Component\\HttpFoundation\\FileBag',
11 => 'Symfony\\Component\\HttpFoundation\\ServerBag',
12 => 'Symfony\\Component\\HttpFoundation\\HeaderBag',
13 => 'Symfony\\Component\\Routing\\RouteCollection',
14 => 'Symfony\\Component\\HttpKernel\\HttpKernel',
15 => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
16 => 'Silex\\LazyUrlMatcher',
17 => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener',
18 => 'Symfony\\Component\\Routing\\RequestContext',
19 => 'Symfony\\Component\\HttpFoundation\\RequestStack',
20 => 'Symfony\\Component\\HttpKernel\\KernelEvents',
21 => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener',
22 => 'Silex\\EventListener\\LocaleListener',
23 => 'Silex\\ExceptionHandler',
24 => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener',
25 => 'Silex\\EventListener\\MiddlewareListener',
26 => 'Silex\\EventListener\\ConverterListener',
27 => 'Silex\\EventListener\\StringToResponseListener',
28 => 'Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver',
29 => 'Silex\\ControllerResolver',
30 => 'Symfony\\Component\\EventDispatcher\\Event',
31 => 'Symfony\\Component\\HttpKernel\\Event\\KernelEvent',
32 => 'Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent',
33 => 'Symfony\\Component\\Routing\\Matcher\\UrlMatcher',
34 => 'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcher',
35 => 'Silex\\RedirectableUrlMatcher',
36 => 'Symfony\\Component\\Routing\\RouteCompiler',
37 => 'Symfony\\Component\\Routing\\CompiledRoute',
38 => 'Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent',
39 => 'Symfony\\Component\\HttpKernel\\Event\\GetResponseForControllerResultEvent',
40 => 'Symfony\\Component\\HttpFoundation\\Response',
41 => 'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag',
42 => 'Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent',
43 => 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent',
44 => 'Symfony\\Component\\HttpKernel\\Event\\PostResponseEvent',
)
./compare.sh: line 116: 22911 Terminated: 15 php -S localhost:8000 -t $SILEX/web/
==================================================
class count: aura actually used
==================================================
PHP 5.4.22 Development Server started at Sat Dec 21 14:21:12 2013
Listening on http://localhost:8000
Document root is /Users/pmjones/Desktop/Aura.Web_Project/web
Press Ctrl-C to quit.
[Sat Dec 21 14:21:13 2013] ::1:54910 [200]: /
Hello World!
array (
0 => 'Aura\\Project_Kernel\\ProjectKernelFactory',
1 => 'ComposerAutoloaderInit9d4796c78998b4aea79170afa05b6063',
2 => 'Composer\\Autoload\\ClassLoader',
3 => 'Aura\\Project_Kernel\\Project',
4 => 'Aura\\Di\\Container',
5 => 'Aura\\Di\\Config',
6 => 'Aura\\Di\\Factory',
7 => 'Aura\\Includer\\Includer',
8 => 'Aura\\Project_Kernel\\ProjectKernel',
9 => 'Aura\\Di\\LazyNew',
10 => 'Aura\\Di\\LazyGet',
11 => 'Aura\\Dispatcher\\Dispatcher',
12 => 'Aura\\Web\\Request',
13 => 'Aura\\Web\\Request\\Client',
14 => 'Aura\\Web\\Request\\Content',
15 => 'Aura\\Web\\Request\\Globals',
16 => 'Aura\\Web\\Request\\Values',
17 => 'Aura\\Web\\Request\\Files',
18 => 'Aura\\Web\\Request\\Headers',
19 => 'Aura\\Web\\Request\\Method',
20 => 'Aura\\Web\\Request\\Accept',
21 => 'Aura\\Web\\Request\\Accept\\AbstractValues',
22 => 'Aura\\Web\\Request\\Accept\\Charset',
23 => 'Aura\\Web\\Request\\Accept\\Value\\ValueFactory',
24 => 'Aura\\Web\\Request\\Accept\\Encoding',
25 => 'Aura\\Web\\Request\\Accept\\Language',
26 => 'Aura\\Web\\Request\\Accept\\Media',
27 => 'Aura\\Web\\Request\\Accept\\Value\\AbstractValue',
28 => 'Aura\\Web\\Request\\Accept\\Value\\Media',
29 => 'Aura\\Web\\Request\\Params',
30 => 'Aura\\Web\\Request\\Url',
31 => 'Aura\\Web\\Response',
32 => 'Aura\\Web\\Response\\Status',
33 => 'Aura\\Web\\Response\\Headers',
34 => 'Aura\\Web\\Response\\Cookies',
35 => 'Aura\\Web\\Response\\Content',
36 => 'Aura\\Web\\Response\\Cache',
37 => 'Aura\\Web\\Response\\Redirect',
38 => 'Monolog\\Logger',
39 => 'Monolog\\Handler\\AbstractHandler',
40 => 'Monolog\\Handler\\AbstractProcessingHandler',
41 => 'Monolog\\Handler\\StreamHandler',
42 => 'Aura\\Router\\Router',
43 => 'Aura\\Router\\AbstractSpec',
44 => 'Aura\\Router\\RouteCollection',
45 => 'Aura\\Router\\RouteFactory',
46 => 'Aura\\Router\\Route',
47 => 'Monolog\\Formatter\\NormalizerFormatter',
48 => 'Monolog\\Formatter\\LineFormatter',
49 => 'Aura\\Web_Kernel\\WebKernel',
50 => 'Aura\\Web_Kernel\\WebKernelRouter',
51 => 'Aura\\Web_Kernel\\WebKernelDispatcher',
52 => 'Aura\\Web_Kernel\\WebKernelResponder',
)
./compare.sh: line 129: 22915 Terminated: 15 php -S localhost:8000 -t $AURA/web/
==================================================
cloc: silex actually used
==================================================
45 text files.
45 unique files.
0 files ignored.
http://cloc.sourceforge.net v 1.60 T=0.14 s (315.6 files/s, 69895.5 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
PHP 45 1190 4387 4388
-------------------------------------------------------------------------------
SUM: 45 1190 4387 4388
-------------------------------------------------------------------------------
==================================================
cloc: aura actually used
==================================================
53 text files.
53 unique files.
0 files ignored.
http://cloc.sourceforge.net v 1.60 T=0.13 s (400.1 files/s, 70476.9 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
PHP 53 793 4988 3555
-------------------------------------------------------------------------------
SUM: 53 793 4988 3555
-------------------------------------------------------------------------------
Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment