lucassant0s / correios-sdk-php
There is no license information available for the latest version (1.0.22) of this package.
Cloud Online Correios SDK (PHP)
1.0.22
2018-01-30 14:35 UTC
Requires
- php: ~5.6|~7.0
- guzzlehttp/guzzle: ~6.2
Requires (Dev)
- codeclimate/php-test-reporter: ~0.3
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5.0
- squizlabs/php_codesniffer: ~2.3
README
#Correios SDK PHP
├── composer.json
├── composer.lock
├── docker-compose.yml
├── gitignore
├── index.php
├── phpubit.xml
├── README
├── site.conf
├── src
│ ├── correios
│ │ ├── ClientInterface.php
│ │ ├── Client.php
│ │ ├── FreightInterface.php
│ │ ├── Freight.php
│ │ ├── PackageType.php
│ │ ├── Service.php
│ │ └── Webservice.php
│ └── logs
│ ├── AbstractLogger.php
│ ├── InvalidArgumentException.php
│ ├── LoggerAwareInterface.php
│ ├── LoggerAwareTrait.php
│ ├── LoggerInterface.php
│ ├── LoggerTrait.php
│ ├── LogLevel.php
│ └── NullLogger.php
├── tests
│ ├── CalculateFreightTest.php
│ ├── ClientTest.php
│ ├── FreightTest.php
│ ├── LoggerInterfaceTest.php
│ ├── TestCase.php
│ └── XMlSamples
│ ├── ErrorServiceResponse.xml
│ ├── MultipleServicesResponse.xml
│ └── SingleServiceResponse.xml