File: bootstrap.php

package info (click to toggle)
php-httpful 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: php: 1,677; xml: 20; makefile: 11
file content (4 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (5)
1
2
3
4
<?php

require(__DIR__ . '/src/Httpful/Bootstrap.php');
\Httpful\Bootstrap::init();