HttplugBundle
Symfony Framework Integration for HTTPlug
File Explorer
Download Latest Version (.zip)- .editorconfig
- coding-standards.yml
- continuous-integration.yml
- php-cs-fixer.yml
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- AutoDiscoveryFactory.php
- BuzzFactory.php
- ClientFactory.php
- CurlFactory.php
- Guzzle6Factory.php
- Guzzle7Factory.php
- MockFactory.php
- ReactFactory.php
- SocketFactory.php
- SymfonyFactory.php
- HttpMessageMarkupExtension.php
- Collector.php
- Formatter.php
- PluginClientFactory.php
- PluginClientFactoryListener.php
- Profile.php
- ProfileClient.php
- ProfileClientFactory.php
- ProfilePlugin.php
- Stack.php
- StackPlugin.php
- Configuration.php
- HttplugExtension.php
- ConfiguredClientsStrategy.php
- ConfiguredClientsStrategyListener.php
- data-collector.php
- mock-client.php
- plugins.php
- services.php
- vcr-plugin.php
- httplug.svg
- httplug.js.twig
- httplug.css.twig
- http_message.html.twig
- stack.html.twig
- webprofiler.html.twig
- HttplugBundle.php
- PluginConfigurator.php
- DiscoveredClientsTest.php
- DiscoveryTest.php
- Issue206.php
- ProfilerTest.php
- ProfilingTest.php
- ServiceInstantiationTest.php
- config_debug.yml
- config_discovery_disabled.yml
- config_discovery_forced.yml
- config_psr18.yml
- config_test.yml
- AppKernel.php
- cache_config_with_no_pool.yml
- client_cache_config_with_no_pool.yml
- empty.php
- empty.xml
- empty.yml
- full.php
- full.xml
- full.yml
- invalid_auth.yml
- invalid_captured_body_length.yml
- invalid_class.yml
- invalid_plugin.yml
- limitless_captured_body_length.yml
- ttl_null.yml
- CustomPlugin.php
- CustomPluginConfigurator.php
- MyPsr18TestClient.php
- BuzzFactoryTest.php
- CurlFactoryTest.php
- Guzzle6FactoryTest.php
- Guzzle7FactoryTest.php
- MockFactoryTest.php
- ReactFactoryTest.php
- SocketFactoryTest.php
- SymfonyFactoryTest.php
- CollectorTest.php
- FormatterTest.php
- PluginClientFactoryListenerTest.php
- ProfileClientFactoryTest.php
- ProfileClientTest.php
- ProfilePluginTest.php
- StackPluginTest.php
- ConfigurationTest.php
- HttplugExtensionTest.php
- ConfiguredClientsStrategyTest.php
- .editorconfig
- .gitattributes
- .gitignore
- .php-cs-fixer.dist.php
- CHANGELOG.md
- composer.json
- LICENSE
- phpstan-baseline.neon
- phpstan.neon.dist
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/php-http/HttplugBundle
Downloads the entire project code from GitHub to your computer.
cd HttplugBundle
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
