Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113199930
test-composer.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, May 16, 02:05
Size
410 B
Mime Type
text/x-php
Expires
Sun, May 18, 02:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26209882
Attached To
rPH Phabricator
test-composer.php
View Options
<?php
// run this file to test your composer install of Balanced
require
(
__DIR__
.
'/vendor/autoload.php'
);
\Httpful\Bootstrap
::
init
();
\RESTful\Bootstrap
::
init
();
\Balanced\Bootstrap
::
init
();
echo
"[ OK ]
\n
"
;
echo
"balanced version -- "
.
\Balanced\Settings
::
VERSION
.
"
\n
"
;
echo
"restful version -- "
.
\RESTful\Settings
::
VERSION
.
"
\n
"
;
echo
"httpful version -- "
.
\Httpful\Httpful
::
VERSION
.
"
\n
"
;
Event Timeline
Log In to Comment