Download the PHP package hnv/psr-http-uri without Composer
On this page you can find all versions of the php package hnv/psr-http-uri. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package psr-http-uri
PSR URI pack
build and up all containers
installation
go into PHP container
run composer
hotkeys
up all containers and get into php container
down all containers
creating SSH connection to docker PHP container
- go to File | Settings | Tools | SSH Configurations
- add new connection with parameters
- host : 10.10.1.2 (set in docker/docker-compose.yml file)
- port : 22
- user : root
- password : root
adding PHP CLI interpreter
- go to File | Settings | PHP
- CLI Interpreters -> add new with parameters
- SSH configuration: set added before
- PHP executable: /usr/local/bin/php (can be known by running "which php" in command line inside PHP container)
- Path mapping -> add new with parameters
- Local path : PHPStorm project root
- Remote path : /var/www/html
register tests framework
- go to File | Settings | PHP | Test Frameworks
- add new configuration type (PHPUnit Local)
- Use composer autoloader
- Path to script : local path to composer autoloader file (autoload.php)
create PHPUnit run configuration
- go to Run | Edit Configurations
- add new, using PHPUnit template
- Test scope : Directory
- Directory : local path to project "tests" directory
- Interpreter : PHP remote interpreter, added before
RUNNING TESTS
- fire Run | Run
- read
All versions of psr-http-uri with dependencies
PHP Build Version
Package Version
The package hnv/psr-http-uri contains the following files
Loading the files please wait ....