Download the PHP package wearebase/base-transport without Composer
On this page you can find all versions of the php package wearebase/base-transport. 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 base-transport
Transport Component
What is Transport?
The Base Transport provides classes to do with the tranportation domain, that are strictly non-application-specific.
Requirements
Supported on PHP 5.5 and up and HHVM 3.2 and up.
Install in projects
$ composer require wearebase/base-transport dev-master
Test classes are autoloaded by default. These can be disabled with the --no-dev
option
Running tests
You can run the unit tests with the following command:
$ composer install
$ ./vendor/bin/phpunit
To run tests on a different PHP version, you can use Docker:
$ docker run -it --rm -v "$(pwd)":/home/test -w /home/test php:5.6-cli php ./vendor/bin/phpunit
To run QA tools such as code coverage
$ ant
Contributing
Follow PSR-1, PSR-2 and PSR-4.
All versions of base-transport with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6 | >= 7.0
wearebase/base-core Version ^1.0
symfony/serializer Version ^2.7
symfony/validator Version ^2.7
wearebase/base-core Version ^1.0
symfony/serializer Version ^2.7
symfony/validator Version ^2.7
The package wearebase/base-transport contains the following files
Loading the files please wait ....