diff --git a/.gitignore b/.gitignore index e09819b..72a5782 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ vendor/ -ansible/ -composer.lock phpunit.xml +/report/ +/.idea +/.php_cs.cache \ No newline at end of file diff --git a/.php_cs.cache b/.php_cs.cache index 89250e5..4931abb 100644 --- a/.php_cs.cache +++ b/.php_cs.cache @@ -1 +1 @@ -{"php":"7.1.19","version":"2.13.0:v2.13.0#7136aa4e0c5f912e8af82383775460d906168a10","rules":{"array_syntax":{"syntax":"short"},"binary_operator_spaces":true,"blank_line_after_namespace":true,"blank_line_after_opening_tag":true,"blank_line_before_return":true,"braces":true,"cast_spaces":true,"class_definition":true,"combine_consecutive_unsets":true,"concat_space":{"spacing":"one"},"declare_equal_normalize":true,"elseif":true,"encoding":true,"full_opening_tag":true,"function_declaration":true,"function_typehint_space":true,"hash_to_slash_comment":true,"include":true,"line_ending":true,"linebreak_after_opening_tag":true,"lowercase_cast":true,"lowercase_constants":true,"lowercase_keywords":true,"method_argument_space":true,"method_separation":true,"native_function_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_closing_tag":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_consecutive_blank_lines":["break","continue","extra","return","throw","use","useTrait","curly_brace_block","parenthesis_brace_block","square_brace_block"],"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_multiline_whitespace_before_semicolons":true,"no_short_bool_cast":true,"no_short_echo_tag":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_after_function_name":true,"no_spaces_around_offset":["outside","inside"],"no_spaces_inside_parenthesis":true,"no_trailing_comma_in_list_call":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"no_unneeded_control_parentheses":["break","clone","continue","echo_print","return","switch_case","yield"],"no_useless_else":true,"no_useless_return":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"ordered_imports":true,"php_unit_fqcn_annotation":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_package":true,"phpdoc_order":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"pre_increment":true,"return_type_declaration":{"space_before":"one"},"self_accessor":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_at_eof":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":["property","const"],"single_import_per_statement":true,"single_line_after_imports":true,"single_quote":true,"space_after_semicolon":true,"standardize_not_equals":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"visibility_required":["property","method"],"whitespace_after_comma_in_array":true},"hashes":{"test\/Platform\/Webservices\/PlatformConfigTest.php":1297814751,"test\/Platform\/AbstractConfigTest.php":3581377769,"test\/Protocol\/Soap\/Config\/ConfigFactoryTest.php":2507575749,"test\/Protocol\/Soap\/Config\/Platform\/Webservices\/ConverterTest.php":364419612,"test\/Protocol\/Soap\/Config\/Platform\/Webservices\/ConfigTest.php":3892438805,"test\/Protocol\/Soap\/Client\/SoapSettingsTest.php":1462626334,"test\/Protocol\/Soap\/Client\/SoapClientFactoryTest.php":2646719899,"test\/Protocol\/Soap\/Client\/SoapConfigTest.php":803846229,"test\/Protocol\/Soap\/Client\/SoapClientTest.php":1085502639,"test\/Factories\/SoapFault.php":2331590605,"test\/Factories\/SoapConfig.php":2341532477,"test\/Factories\/Endpoint.php":3822911515,"test\/Factories\/SoapSettings.php":1092224958,"test\/Connector\/ConnectorFactoryTest.php":2909281756,"test\/Connector\/ProtocolAdapter\/SoapAdapterTest.php":4271768068,"src\/Platform\/Webservices\/Connector.php":927062776,"src\/Platform\/Webservices\/PlatformConfig.php":584540132,"src\/Platform\/AbstractConfig.php":2481503531,"src\/Platform\/PlatformConfigInterface.php":3598364373,"src\/Protocol\/Soap\/Config\/Platform\/Webservices\/Config.php":1962477452,"src\/Protocol\/Soap\/Config\/Platform\/Webservices\/Converter.php":1258500524,"src\/Protocol\/Soap\/Config\/ConfigFactory.php":649097879,"src\/Protocol\/Soap\/Helper\/GuzzleClientFactory.php":1594240659,"src\/Protocol\/Soap\/Exception\/ConverterInterface.php":355543651,"src\/Protocol\/Soap\/Client\/SoapConfig.php":4294472648,"src\/Protocol\/Soap\/Client\/SoapFactory.php":137363353,"src\/Protocol\/Soap\/Client\/SoapSettings.php":3779605265,"src\/Protocol\/Soap\/Client\/SoapClient.php":2110305753,"src\/Connector\/AbstractConnector.php":927974546,"src\/Connector\/ProtocolAdapter\/AdapterInterface.php":1132456117,"src\/Connector\/ProtocolAdapter\/SoapAdapter.php":329348456,"src\/Connector\/ProtocolAdapter\/AbstractAdapter.php":4238807776,"src\/Connector\/ConnectorFactory.php":1102109742,"src\/Connector\/ConnectorInterface.php":1257789075,"src\/Connector\/Client\/ClientFactoryInterface.php":2944850943,"src\/Connector\/Client\/ClientInterface.php":2646377133,"src\/Connector\/Client\/AbstractClientFactory.php":611261920}} \ No newline at end of file +{"php":"7.3.11","version":"2.15.3:v2.15.3#705490b0f282f21017d73561e9498d2b622ee34c","indent":" ","lineEnding":"\n","rules":{"array_syntax":{"syntax":"short"},"binary_operator_spaces":true,"blank_line_after_namespace":true,"blank_line_after_opening_tag":true,"blank_line_before_return":true,"braces":true,"cast_spaces":true,"class_definition":true,"combine_consecutive_unsets":true,"concat_space":{"spacing":"one"},"declare_equal_normalize":true,"elseif":true,"encoding":true,"full_opening_tag":true,"function_declaration":true,"function_typehint_space":true,"hash_to_slash_comment":true,"include":true,"line_ending":true,"linebreak_after_opening_tag":true,"lowercase_cast":true,"lowercase_constants":true,"lowercase_keywords":true,"method_argument_space":true,"method_separation":true,"native_function_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_closing_tag":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_consecutive_blank_lines":["break","continue","extra","return","throw","use","useTrait","curly_brace_block","parenthesis_brace_block","square_brace_block"],"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_multiline_whitespace_before_semicolons":true,"no_short_bool_cast":true,"no_short_echo_tag":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_after_function_name":true,"no_spaces_around_offset":["outside","inside"],"no_spaces_inside_parenthesis":true,"no_trailing_comma_in_list_call":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"no_unneeded_control_parentheses":["break","clone","continue","echo_print","return","switch_case","yield"],"no_useless_else":true,"no_useless_return":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"ordered_imports":true,"php_unit_fqcn_annotation":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_package":true,"phpdoc_order":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"pre_increment":true,"return_type_declaration":{"space_before":"one"},"self_accessor":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_at_eof":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":["property","const"],"single_import_per_statement":true,"single_line_after_imports":true,"single_quote":true,"space_after_semicolon":true,"standardize_not_equals":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"visibility_required":["property","method"],"whitespace_after_comma_in_array":true},"hashes":{"src\/Platform\/Webservices\/Connector.php":1646788085,"src\/Platform\/Webservices\/PlatformConfig.php":584540132,"src\/Platform\/AbstractConfig.php":2481503531,"src\/Platform\/PlatformConfigInterface.php":3598364373,"src\/Protocol\/Soap\/Config\/Platform\/Webservices\/Config.php":1962477452,"src\/Protocol\/Soap\/Config\/Platform\/Webservices\/Converter.php":1258500524,"src\/Protocol\/Soap\/Config\/ConfigFactory.php":649097879,"src\/Protocol\/Soap\/Helper\/GuzzleClientFactory.php":1594240659,"src\/Protocol\/Soap\/Exception\/ConverterInterface.php":355543651,"src\/Protocol\/Soap\/Client\/SoapConfig.php":4294472648,"src\/Protocol\/Soap\/Client\/SoapFactory.php":137363353,"src\/Protocol\/Soap\/Client\/SoapSettings.php":3779605265,"src\/Protocol\/Soap\/Client\/SoapClient.php":1161450579,"src\/Connector\/AbstractConnector.php":927974546,"src\/Connector\/ProtocolAdapter\/AdapterInterface.php":1132456117,"src\/Connector\/ProtocolAdapter\/SoapAdapter.php":329348456,"src\/Connector\/ProtocolAdapter\/AbstractAdapter.php":4238807776,"src\/Connector\/ConnectorFactory.php":1102109742,"src\/Connector\/ConnectorInterface.php":1257789075,"src\/Connector\/Client\/ClientFactoryInterface.php":2944850943,"src\/Connector\/Client\/ClientInterface.php":2646377133,"src\/Connector\/Client\/AbstractClientFactory.php":611261920,"test\/Platform\/Webservices\/PlatformConfigTest.php":3464410096,"test\/Platform\/AbstractConfigTest.php":2308254375,"test\/Protocol\/Soap\/Config\/ConfigFactoryTest.php":1505716610,"test\/Protocol\/Soap\/Config\/Platform\/Webservices\/ConverterTest.php":3888177838,"test\/Protocol\/Soap\/Config\/Platform\/Webservices\/ConfigTest.php":1277646666,"test\/Protocol\/Soap\/Client\/SoapSettingsTest.php":2778408646,"test\/Protocol\/Soap\/Client\/SoapClientFactoryTest.php":3194474694,"test\/Protocol\/Soap\/Client\/SoapConfigTest.php":3933928487,"test\/Protocol\/Soap\/Client\/SoapClientTest.php":1897905487,"test\/Factories\/SoapFault.php":2331590605,"test\/Factories\/SoapConfig.php":3038946238,"test\/Factories\/Endpoint.php":3144424824,"test\/Factories\/SoapSettings.php":4254558957,"test\/Connector\/ConnectorFactoryTest.php":1952522840,"test\/Connector\/ProtocolAdapter\/SoapAdapterTest.php":4027638242}} \ No newline at end of file diff --git a/.php_cs.dist b/.php_cs.dist new file mode 100644 index 0000000..a0dcc5d --- /dev/null +++ b/.php_cs.dist @@ -0,0 +1,198 @@ +exclude('vendor') + ->in(__DIR__) +; + +return PhpCsFixer\Config::create() + ->setRiskyAllowed(false) + ->setFinder($finder) + ->setRules( + [ + 'array_syntax' => ['syntax' => 'short'], + 'binary_operator_spaces' => true, + 'blank_line_after_namespace' => true, + 'blank_line_after_opening_tag' => true, + 'blank_line_before_return' => true, + 'braces' => true, + 'cast_spaces' => true, + 'class_definition' => true, + 'class_keyword_remove' => false, + 'combine_consecutive_unsets' => true, + 'concat_space' => ['spacing' => 'one'], + 'declare_equal_normalize' => true, + 'declare_strict_types' => false, // risky + 'dir_constant' => false, // risky + 'elseif' => true, + 'encoding' => true, + 'ereg_to_preg' => false, + 'full_opening_tag' => true, + 'function_declaration' => true, + 'function_typehint_space' => true, + 'general_phpdoc_annotation_remove' => false, + 'hash_to_slash_comment' => true, + //'header_comment' => ['header' => 'header'], + 'heredoc_to_nowdoc' => false, + 'include' => true, + //'indentation_type' => [], + 'line_ending' => true, + 'linebreak_after_opening_tag' => true, + 'lowercase_cast' => true, + 'lowercase_constants' => true, + 'lowercase_keywords' => true, + 'mb_str_functions' => false, + 'method_argument_space' => true, + 'method_separation' => true, + 'modernize_types_casting' => false, // risky + 'native_function_casing' => true, + 'new_with_braces' => true, + 'no_alias_functions' => false, + 'no_blank_lines_after_class_opening' => true, + 'no_blank_lines_after_phpdoc' => true, + 'no_blank_lines_before_namespace' => false, + 'no_closing_tag' => true, + 'no_empty_comment' => true, + 'no_empty_phpdoc' => true, + 'no_empty_statement' => true, + 'no_extra_consecutive_blank_lines' => [ + 'break', + 'continue', + 'extra', + 'return', + 'throw', + 'use', + 'useTrait', + 'curly_brace_block', + 'parenthesis_brace_block', + 'square_brace_block', + ], + 'no_leading_import_slash' => true, + 'no_leading_namespace_whitespace' => true, + 'no_mixed_echo_print' => ['use' => 'echo'], + 'no_multiline_whitespace_around_double_arrow' => true, + 'no_multiline_whitespace_before_semicolons' => true, + 'no_php4_constructor' => false, //risky + 'no_short_bool_cast' => true, + 'no_short_echo_tag' => true, + 'no_singleline_whitespace_before_semicolons' => true, + 'no_spaces_after_function_name' => true, + 'no_spaces_around_offset' => ['outside', 'inside'], + 'no_spaces_inside_parenthesis' => true, + 'no_trailing_comma_in_list_call' => true, + 'no_trailing_comma_in_singleline_array' => false, + 'no_trailing_whitespace' => true, + 'no_trailing_whitespace_in_comment' => true, + 'no_unneeded_control_parentheses' => [ + 'break', + 'clone', + 'continue', + 'echo_print', + 'return', + 'switch_case', + 'yield', + ], + 'no_unreachable_default_argument_value' => false, //risky + 'no_unused_imports' => false, + 'no_useless_else' => true, + 'no_useless_return' => true, + 'no_whitespace_before_comma_in_array' => true, + 'no_whitespace_in_blank_line' => true, + 'normalize_index_brace' => true, + 'not_operator_with_space' => false, + 'not_operator_with_successor_space' => false, + 'object_operator_without_whitespace' => false, + /* + 'ordered_class_elements' => [ + 'use_trait', + 'public', + 'protected', + 'private', + 'constant', + 'constant_public', + 'constant_protected', + 'constant_private', + //'property', + 'property_static', + 'property_public', + 'property_protected', + 'property_private', + 'property_public_static', + 'property_protected_static', + 'property_private_static', + 'construct', + //'method', + 'method_static', + 'method_public', + 'method_protected', + 'method_private', + 'method_public_static', + 'method_protected_static', + 'method_private_static', + 'destruct', + 'magic', + 'phpunit', + ], + */ + 'ordered_imports' => true, + 'php_unit_construct' => false, // risky + 'php_unit_dedicate_assert' => false, // risky + 'php_unit_fqcn_annotation' => true, + 'php_unit_strict' => false, // risky + 'phpdoc_add_missing_param_annotation' => [], + 'phpdoc_align' => true, + 'phpdoc_annotation_without_dot' => true, + 'phpdoc_indent' => true, + 'phpdoc_inline_tag' => true, + 'phpdoc_no_access' => true, + 'phpdoc_no_alias_tag' => false, + 'phpdoc_no_empty_return' => false, + 'phpdoc_no_package' => true, + 'phpdoc_order' => true, // ? + 'phpdoc_scalar' => true, + 'phpdoc_separation' => true, + 'phpdoc_single_line_var_spacing' => true, + 'phpdoc_summary' => false, + 'phpdoc_to_comment' => true, + 'phpdoc_trim' => true, + 'phpdoc_types' => true, + 'phpdoc_var_without_name' => true, + 'pow_to_exponentiation' => false, // risky + 'pre_increment' => true, + 'protected_to_private' => false, + 'psr0' => false,// risky + 'psr4' => false,// risky + 'random_api_migration' => false, // risky + 'return_type_declaration' => [ + 'space_before' => 'one', + ], + 'self_accessor' => true, + 'semicolon_after_instruction' => true, + 'short_scalar_cast' => true, + 'silenced_deprecation_error' => false, // risky + 'simplified_null_return' => false, // risky + 'single_blank_line_at_eof' => true, + 'single_blank_line_before_namespace' => true, + 'single_class_element_per_statement' => ['property', 'const'], + 'single_import_per_statement' => true, + 'single_line_after_imports' => true, + 'single_quote' => true, + 'space_after_semicolon' => true, + 'standardize_not_equals' => true, + 'strict_comparison' => false, // risky + 'strict_param' => false, // risky + 'switch_case_semicolon_to_colon' => true, + 'switch_case_space' => true, + 'ternary_operator_spaces' => true, + 'trailing_comma_in_multiline_array' => true, + 'trim_array_spaces' => true, + 'unary_operator_spaces' => true, + 'visibility_required' => [ + 'property', + 'method', + //'const' + ], + 'whitespace_after_comma_in_array' => true, + ] + ) + ; \ No newline at end of file diff --git a/README.md b/README.md index 9bb0aac..010ed29 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Webservices Platform Connector +### External checks [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webservices-nl/platform-connector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webservices-nl/platform-connector/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/webservices-nl/platform-connector/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/webservices-nl/platform-connector/?branch=master) [![Build Status](https://travis-ci.org/webservices-nl/platform-connector.svg?branch=master)](https://travis-ci.org/webservices-nl/platform-connector) @@ -14,7 +15,7 @@ Regardless of transport protocol it ships a proxy class for type hinted function Webservices.nl support multiple protocols for connecting. Soap, XML-RPC, HTTP-RPC/REST. This library has support for multiple transfer protocols. ##### Soap -This library ships a SoapClient that extends the native PHP ```SoapClient``` with a curl client for better timeout management. Also converts native PHP ```SoapFault``` into custom platform exceptions where possible. +This library ships a SoapClient that extends the native PHP `SoapClient` with a curl client for better timeout management. Also converts native PHP ```SoapFault``` into custom platform exceptions where possible. ##### XML-RPC Scheduled to be released. @@ -30,9 +31,7 @@ Scheduled to be released. ### Install Please use composer to install this library. Or download the latest [zip](https://github.com/webservices-nl/platform-connector/archive/master.zip) -```bash -composer require webservices-nl/platform-connector -``` +` composer require webservices-nl/platform-connector ` ### Usage @@ -51,19 +50,17 @@ composer require webservices-nl/platform-connector $client = $factory->create('soap', 'webservices'); // make type hinted function calls to any of the Webservices.nl API's - $response = $client->getAccountEditV2(); + $response = $client->accountEditV2(); ``` All parameters are expected to be in UTF-8 encoding, output is in UTF-8 as well. #### Unit test -This client is fully tested on PHP 5.5, 5.6 and 7.0. To run tests: +This client is fully tested on PHP 5.6+ and 7+ To run tests: -```bash -$ ./vendor/bin phpunit -``` +` ./vendor/bin phpunit ` ### Further information -Consult the online [documentation](https://ws1.webservices.nl/documentation). Any questions, remarks, bugs? Please mail us. +Consult the online [documentation](https://webview.webservices.nl/documentation). Any questions, remarks, bugs? Please mail us. - technical questions: - support questions: \ No newline at end of file diff --git a/composer.json b/composer.json index a39f141..6b9d3a5 100644 --- a/composer.json +++ b/composer.json @@ -22,24 +22,26 @@ "homepage": "http://www.webservices.nl" } ], + "prefer-stable": true, "require": { "php": "^5.6 || ^7", + "ext-soap": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6", "psr/log": "^1.0", "webservices-nl/common": "^0", - "webservices-nl/utils": "1.0.4" + "webservices-nl/utils": "^1", + "roave/security-advisories": "dev-master" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2", - "sensiolabs/security-checker": "^5.0", - "roave/security-advisories": "dev-master", "phpunit/phpunit": "^5", "mockery/mockery": "^0.9", "monolog/monolog": "^1.18", "league/factory-muffin": "^2", - "squizlabs/php_codesniffer": "^2", - "ext-soap": "*" + "friendsofphp/php-cs-fixer": "^2 || ^3", + "sensiolabs/security-checker": "^5", + "roave/security-advisories": "dev-master", + "squizlabs/php_codesniffer": "^2" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..d0db1ec --- /dev/null +++ b/composer.lock @@ -0,0 +1,3470 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "3dfc4f659884e4724f30eb9f9a223992", + "packages": [ + { + "name": "ddeboer/transcoder", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/ddeboer/transcoder.git", + "reference": "8781195ad1334add26dca66a4a823b7973639754" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ddeboer/transcoder/zipball/8781195ad1334add26dca66a4a823b7973639754", + "reference": "8781195ad1334add26dca66a4a823b7973639754", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "suggest": { + "ext-iconv": "For using the IconvTranscoder", + "ext-mbstring": "For using the MbTranscoder" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Ddeboer\\Transcoder\\": "src/", + "Ddeboer\\Transcoder\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "David de Boer", + "email": "david@ddeboer.nl" + }, + { + "name": "Community contributors", + "homepage": "https://github.com/ddeboer/transcoder/graphs/contributors" + } + ], + "description": "Better encoding conversion for PHP", + "keywords": [ + "charset", + "encoding", + "iconv", + "iso", + "mb", + "multibyte", + "utf-8" + ], + "time": "2015-01-23T14:32:33+00:00" + }, + { + "name": "doctrine/collections", + "version": "v1.5.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", + "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Collections\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Collections Abstraction library", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "array", + "collections", + "iterator" + ], + "time": "2017-07-22T10:37:32+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.3.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.3-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2018-04-22T15:46:56+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "v1.3.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "time": "2016-12-20T10:07:11+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "request", + "response", + "stream", + "uri", + "url" + ], + "time": "2017-03-20T17:10:46+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2016-10-10T12:19:37+00:00" + }, + { + "name": "roave/security-advisories", + "version": "dev-master", + "conflict": { + "3f/pygmentize": "<1.2", + "adodb/adodb-php": "<5.20.12", + "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", + "amphp/artax": "<1.0.6|>=2,<2.0.6", + "amphp/http": "<1.0.1", + "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", + "aws/aws-sdk-php": ">=3,<3.2.1", + "brightlocal/phpwhois": "<=4.2.5", + "bugsnag/bugsnag-laravel": ">=2,<2.0.2", + "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4", + "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", + "cartalyst/sentry": "<=2.1.6", + "codeigniter/framework": "<=3.0.6", + "composer/composer": "<=1.0.0-alpha11", + "contao-components/mediaelement": ">=2.14.2,<2.21.1", + "contao/core": ">=2,<3.5.35", + "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8", + "contao/listing-bundle": ">=4,<4.4.8", + "contao/newsletter-bundle": ">=4,<4.1", + "david-garcia/phpwhois": "<=4.3.1", + "doctrine/annotations": ">=1,<1.2.7", + "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", + "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", + "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2", + "doctrine/doctrine-bundle": "<1.5.2", + "doctrine/doctrine-module": "<=0.7.1", + "doctrine/mongodb-odm": ">=1,<1.0.2", + "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", + "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", + "dompdf/dompdf": ">=0.6,<0.6.2", + "drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3", + "drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3", + "erusev/parsedown": "<1.7", + "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.3|>=5.4,<5.4.11.3|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.2.1", + "ezyang/htmlpurifier": "<4.1.1", + "firebase/php-jwt": "<2", + "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", + "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", + "fuel/core": "<1.8.1", + "gree/jose": "<=2.2", + "gregwar/rst": "<1.0.3", + "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1", + "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", + "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", + "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", + "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", + "ivankristianto/phpwhois": "<=4.3", + "james-heinrich/getid3": "<1.9.9", + "joomla/session": "<1.3.1", + "jsmitty12/phpwhois": "<5.1", + "kazist/phpwhois": "<=4.2.6", + "kreait/firebase-php": ">=3.2,<3.8.1", + "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", + "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", + "magento/magento1ce": "<1.9.3.9", + "magento/magento1ee": ">=1.9,<1.14.3.2", + "magento/product-community-edition": ">=2,<2.2.5", + "monolog/monolog": ">=1.8,<1.12", + "namshi/jose": "<2.2", + "onelogin/php-saml": "<2.10.4", + "openid/php-openid": "<2.3", + "oro/crm": ">=1.7,<1.7.4", + "oro/platform": ">=1.7,<1.7.4", + "padraic/humbug_get_contents": "<1.1.2", + "pagarme/pagarme-php": ">=0,<3", + "paragonie/random_compat": "<2", + "paypal/merchant-sdk-php": "<3.12", + "phpmailer/phpmailer": ">=5,<5.2.24", + "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", + "phpwhois/phpwhois": "<=4.2.5", + "phpxmlrpc/extras": "<0.6.1", + "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7", + "propel/propel1": ">=1,<=1.7.1", + "pusher/pusher-php-server": "<2.2.1", + "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", + "sensiolabs/connect": "<4.2.3", + "serluck/phpwhois": "<=4.2.6", + "shopware/shopware": "<5.3.7", + "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", + "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", + "silverstripe/framework": ">=3,<3.3", + "silverstripe/userforms": "<3", + "simple-updates/phpwhois": "<=1", + "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", + "simplesamlphp/simplesamlphp": "<1.15.2", + "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", + "slim/slim": "<2.6", + "smarty/smarty": "<3.1.33", + "socalnick/scn-social-auth": "<1.15.2", + "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", + "stormpath/sdk": ">=0,<9.9.99", + "swiftmailer/swiftmailer": ">=4,<5.4.5", + "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", + "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", + "symfony/dependency-injection": ">=2,<2.0.17", + "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", + "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2", + "symfony/http-foundation": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3", + "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8", + "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", + "symfony/routing": ">=2,<2.0.19", + "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", + "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", + "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", + "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", + "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", + "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", + "symfony/serializer": ">=2,<2.0.11", + "symfony/symfony": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3", + "symfony/translation": ">=2,<2.0.17", + "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", + "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", + "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", + "thelia/backoffice-default-template": ">=2.1,<2.1.2", + "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2", + "theonedemon/phpwhois": "<=4.2.5", + "titon/framework": ">=0,<9.9.99", + "truckersmp/phpwhois": "<=4.3.1", + "twig/twig": "<1.20", + "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2", + "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2", + "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", + "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", + "willdurand/js-translation-bundle": "<2.1.1", + "yiisoft/yii": ">=1.1.14,<1.1.15", + "yiisoft/yii2": "<2.0.15", + "yiisoft/yii2-bootstrap": "<2.0.4", + "yiisoft/yii2-dev": "<2.0.15", + "yiisoft/yii2-elasticsearch": "<2.0.5", + "yiisoft/yii2-gii": "<2.0.4", + "yiisoft/yii2-jui": "<2.0.4", + "yiisoft/yii2-redis": "<2.0.8", + "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", + "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", + "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", + "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", + "zendframework/zend-diactoros": ">=1,<1.8.4", + "zendframework/zend-feed": ">=1,<2.10.3", + "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", + "zendframework/zend-http": ">=1,<2.8.1", + "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", + "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", + "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", + "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", + "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", + "zendframework/zend-validator": ">=2.3,<2.3.6", + "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", + "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", + "zendframework/zendframework": "<2.5.1", + "zendframework/zendframework1": "<1.12.20", + "zendframework/zendopenid": ">=2,<2.0.2", + "zendframework/zendxml": ">=1,<1.0.1", + "zetacomponents/mail": "<1.8.2", + "zf-commons/zfc-user": "<1.2.2", + "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", + "zfr/zfr-oauth2-server-module": "<0.1.2" + }, + "type": "metapackage", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "role": "maintainer" + } + ], + "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", + "time": "2018-10-02T16:19:22+00:00" + }, + { + "name": "webservices-nl/common", + "version": "0.0.9", + "source": { + "type": "git", + "url": "https://github.com/webservices-nl/common.git", + "reference": "f16e0d9d2d7012558a12dbfbf293898773268249" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webservices-nl/common/zipball/f16e0d9d2d7012558a12dbfbf293898773268249", + "reference": "f16e0d9d2d7012558a12dbfbf293898773268249", + "shasum": "" + }, + "require": { + "doctrine/collections": "^1.3", + "php": "^5.4 || ^7.0", + "psr/http-message": "^1.0", + "psr/log": "^1.0" + }, + "require-dev": { + "league/factory-muffin": "^2.1", + "league/factory-muffin-faker": "~1.0-beta", + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5" + }, + "type": "library", + "autoload": { + "psr-4": { + "WebservicesNl\\Common\\": "src/Common/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "WebservicesNl", + "email": "tech@webservices.nl", + "homepage": "https://webview.webservices.nl" + } + ], + "description": "Webservices Common library for Webservices.nl PHP shared business code", + "keywords": [ + "common", + "webservices.nl", + "webservicesnl" + ], + "time": "2016-03-31T15:17:07+00:00" + }, + { + "name": "webservices-nl/utils", + "version": "1.2.4", + "source": { + "type": "git", + "url": "git@git.prod.sup.fdmg.org:webservices-nl/utils.git", + "reference": "6af909b7a06384098535a69e0a3281b71f62c011" + }, + "require": { + "ddeboer/transcoder": "^1.0", + "ext-mbstring": "*", + "php": "^5.6 || ^7" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2", + "league/factory-muffin": "^3.0", + "league/factory-muffin-faker": "^2.0", + "phpmetrics/phpmetrics": "^2.2", + "phpunit/phpunit": "^5", + "roave/security-advisories": "dev-master", + "sensiolabs/security-checker": "^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "WebservicesNl\\Utils\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "WebservicesNl\\Utils\\Test\\": "test/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "WebservicesNl", + "email": "tech@webservices.nl", + "homepage": "https://webservices.nl" + } + ], + "description": "Webservices Utils library with all purpose functions (array, string, entity, json)", + "keywords": [ + "utils", + "webservices.nl", + "webservicesnl" + ], + "time": "2018-03-12T10:53:39+00:00" + } + ], + "packages-dev": [ + { + "name": "composer/ca-bundle", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/composer/ca-bundle.git", + "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/46afded9720f40b9dc63542af4e3e43a1177acb0", + "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^5.3.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "psr/log": "^1.0", + "symfony/process": "^2.5 || ^3.0 || ^4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\CaBundle\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", + "keywords": [ + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" + ], + "time": "2018-08-08T08:57:40+00:00" + }, + { + "name": "composer/semver", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", + "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.5 || ^5.0.5", + "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ], + "time": "2016-08-30T16:08:34+00:00" + }, + { + "name": "composer/xdebug-handler", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c", + "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0", + "psr/log": "^1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" + } + ], + "description": "Restarts a process without xdebug.", + "keywords": [ + "Xdebug", + "performance" + ], + "time": "2018-08-31T19:07:57+00:00" + }, + { + "name": "doctrine/annotations", + "version": "v1.6.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "php": "^7.1" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ], + "time": "2017-12-06T07:11:42+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "athletic/athletic": "~0.1.8", + "ext-pdo": "*", + "ext-phar": "*", + "phpunit/phpunit": "^6.2.3", + "squizlabs/php_codesniffer": "^3.0.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://github.com/doctrine/instantiator", + "keywords": [ + "constructor", + "instantiate" + ], + "time": "2017-07-22T11:58:36+00:00" + }, + { + "name": "doctrine/lexer", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Lexer\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "lexer", + "parser" + ], + "time": "2014-09-09T13:34:57+00:00" + }, + { + "name": "friendsofphp/php-cs-fixer", + "version": "v2.13.0", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", + "reference": "7136aa4e0c5f912e8af82383775460d906168a10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7136aa4e0c5f912e8af82383775460d906168a10", + "reference": "7136aa4e0c5f912e8af82383775460d906168a10", + "shasum": "" + }, + "require": { + "composer/semver": "^1.4", + "composer/xdebug-handler": "^1.2", + "doctrine/annotations": "^1.2", + "ext-json": "*", + "ext-tokenizer": "*", + "php": "^5.6 || >=7.0 <7.3", + "php-cs-fixer/diff": "^1.3", + "symfony/console": "^3.2 || ^4.0", + "symfony/event-dispatcher": "^3.0 || ^4.0", + "symfony/filesystem": "^3.0 || ^4.0", + "symfony/finder": "^3.0 || ^4.0", + "symfony/options-resolver": "^3.0 || ^4.0", + "symfony/polyfill-php70": "^1.0", + "symfony/polyfill-php72": "^1.4", + "symfony/process": "^3.0 || ^4.0", + "symfony/stopwatch": "^3.0 || ^4.0" + }, + "conflict": { + "hhvm": "*" + }, + "require-dev": { + "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", + "justinrainbow/json-schema": "^5.0", + "keradus/cli-executor": "^1.1", + "mikey179/vfsstream": "^1.6", + "php-coveralls/php-coveralls": "^2.1", + "php-cs-fixer/accessible-object": "^1.0", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", + "phpunitgoodpractices/traits": "^1.5.1", + "symfony/phpunit-bridge": "^4.0" + }, + "suggest": { + "ext-mbstring": "For handling non-UTF8 characters in cache signature.", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", + "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." + }, + "bin": [ + "php-cs-fixer" + ], + "type": "application", + "extra": { + "branch-alias": { + "dev-master": "2.13-dev" + } + }, + "autoload": { + "psr-4": { + "PhpCsFixer\\": "src/" + }, + "classmap": [ + "tests/Test/AbstractFixerTestCase.php", + "tests/Test/AbstractIntegrationCaseFactory.php", + "tests/Test/AbstractIntegrationTestCase.php", + "tests/Test/Assert/AssertTokensTrait.php", + "tests/Test/IntegrationCase.php", + "tests/Test/IntegrationCaseFactory.php", + "tests/Test/IntegrationCaseFactoryInterface.php", + "tests/Test/InternalIntegrationCaseFactory.php", + "tests/TestCase.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dariusz Rumiński", + "email": "dariusz.ruminski@gmail.com" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A tool to automatically fix PHP code style", + "time": "2018-08-23T13:15:44+00:00" + }, + { + "name": "fzaninotto/faker", + "version": "v1.4.0", + "source": { + "type": "git", + "url": "https://github.com/fzaninotto/Faker.git", + "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0", + "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "type": "library", + "extra": { + "branch-alias": [] + }, + "autoload": { + "psr-0": { + "Faker": "src/", + "Faker\\PHPUnit": "test/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "François Zaninotto" + } + ], + "description": "Faker is a PHP library that generates fake data for you.", + "keywords": [ + "data", + "faker", + "fixtures" + ], + "time": "2014-06-04T14:43:02+00:00" + }, + { + "name": "hamcrest/hamcrest-php", + "version": "v1.2.2", + "source": { + "type": "git", + "url": "https://github.com/hamcrest/hamcrest-php.git", + "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", + "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "replace": { + "cordoval/hamcrest-php": "*", + "davedevelopment/hamcrest-php": "*", + "kodova/hamcrest-php": "*" + }, + "require-dev": { + "phpunit/php-file-iterator": "1.3.3", + "satooshi/php-coveralls": "dev-master" + }, + "type": "library", + "autoload": { + "classmap": [ + "hamcrest" + ], + "files": [ + "hamcrest/Hamcrest.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD" + ], + "description": "This is the PHP port of Hamcrest Matchers", + "keywords": [ + "test" + ], + "time": "2015-05-11T14:41:42+00:00" + }, + { + "name": "league/factory-muffin", + "version": "v2.1.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/factory-muffin.git", + "reference": "91f0adcdac6b5f7bf2277ac2c90f94352afe65de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/factory-muffin/zipball/91f0adcdac6b5f7bf2277ac2c90f94352afe65de", + "reference": "91f0adcdac6b5f7bf2277ac2c90f94352afe65de", + "shasum": "" + }, + "require": { + "fzaninotto/faker": "1.4.*", + "php": ">=5.3.3" + }, + "replace": { + "zizaco/factory-muff": "self.version" + }, + "require-dev": { + "illuminate/database": "~4.1", + "phpunit/phpunit": "~4.0" + }, + "suggest": { + "illuminate/database": "Factory Muffin works well with eloquent models." + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\FactoryMuffin\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "graham@mineuk.com" + }, + { + "name": "Zizaco Zizuini", + "email": "zizaco@gmail.com" + }, + { + "name": "Scott Robertson", + "email": "scottymeuk@gmail.com" + } + ], + "description": "The goal of this package is to enable the rapid creation of objects for the purpose of testing.", + "homepage": "http://factory-muffin.thephpleague.com/", + "keywords": [ + "factory", + "laravel", + "testing" + ], + "time": "2014-09-18T18:29:06+00:00" + }, + { + "name": "mockery/mockery", + "version": "0.9.9", + "source": { + "type": "git", + "url": "https://github.com/mockery/mockery.git", + "reference": "6fdb61243844dc924071d3404bb23994ea0b6856" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856", + "reference": "6fdb61243844dc924071d3404bb23994ea0b6856", + "shasum": "" + }, + "require": { + "hamcrest/hamcrest-php": "~1.1", + "lib-pcre": ">=7.0", + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.9.x-dev" + } + }, + "autoload": { + "psr-0": { + "Mockery": "library/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Pádraic Brady", + "email": "padraic.brady@gmail.com", + "homepage": "http://blog.astrumfutura.com" + }, + { + "name": "Dave Marshall", + "email": "dave.marshall@atstsolutions.co.uk", + "homepage": "http://davedevelopment.co.uk" + } + ], + "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", + "homepage": "http://github.com/padraic/mockery", + "keywords": [ + "BDD", + "TDD", + "library", + "mock", + "mock objects", + "mockery", + "stub", + "test", + "test double", + "testing" + ], + "time": "2017-02-28T12:52:32+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.23.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "jakub-onderka/php-parallel-lint": "0.9", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpunit/phpunit": "~4.5", + "phpunit/phpunit-mock-objects": "2.3.0", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "time": "2017-06-19T01:22:40+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.8.1", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", + "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" + }, + "require-dev": { + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "time": "2018-06-11T23:09:50+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.99", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "shasum": "" + }, + "require": { + "php": "^7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "time": "2018-07-02T15:55:56+00:00" + }, + { + "name": "php-cs-fixer/diff", + "version": "v1.3.0", + "source": { + "type": "git", + "url": "https://github.com/PHP-CS-Fixer/diff.git", + "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", + "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.23 || ^6.4.3", + "symfony/process": "^3.3" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "SpacePossum" + } + ], + "description": "sebastian/diff v2 backport support for PHP5.6", + "homepage": "https://github.com/PHP-CS-Fixer", + "keywords": [ + "diff" + ], + "time": "2018-02-15T16:58:55+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2017-09-11T18:02:19+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "4.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08", + "shasum": "" + }, + "require": { + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0", + "phpdocumentor/type-resolver": "^0.4.0", + "webmozart/assert": "^1.0" + }, + "require-dev": { + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2017-11-30T07:14:17+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "0.4.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "shasum": "" + }, + "require": { + "php": "^5.5 || ^7.0", + "phpdocumentor/reflection-common": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "time": "2017-07-14T14:27:02+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.2", + "php": "^5.3|^7.0", + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", + "sebastian/comparator": "^1.1|^2.0|^3.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0" + }, + "require-dev": { + "phpspec/phpspec": "^2.5|^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8.x-dev" + } + }, + "autoload": { + "psr-0": { + "Prophecy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "time": "2018-08-05T17:53:17+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", + "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-xmlwriter": "*", + "php": "^5.6 || ^7.0", + "phpunit/php-file-iterator": "^1.3", + "phpunit/php-text-template": "^1.2", + "phpunit/php-token-stream": "^1.4.2 || ^2.0", + "sebastian/code-unit-reverse-lookup": "^1.0", + "sebastian/environment": "^1.3.2 || ^2.0", + "sebastian/version": "^1.0 || ^2.0" + }, + "require-dev": { + "ext-xdebug": "^2.1.4", + "phpunit/phpunit": "^5.7" + }, + "suggest": { + "ext-xdebug": "^2.5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "time": "2017-04-02T07:44:40+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "1.4.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "time": "2017-11-27T13:52:08+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "time": "2015-06-21T13:50:34+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "1.0.9", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "time": "2017-02-26T11:10:40+00:00" + }, + { + "name": "phpunit/php-token-stream", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "791198a2c6254db10131eecfe8c06670700904db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.2.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "keywords": [ + "tokenizer" + ], + "time": "2017-11-27T05:48:46+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "5.7.27", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", + "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "myclabs/deep-copy": "~1.3", + "php": "^5.6 || ^7.0", + "phpspec/prophecy": "^1.6.2", + "phpunit/php-code-coverage": "^4.0.4", + "phpunit/php-file-iterator": "~1.4", + "phpunit/php-text-template": "~1.2", + "phpunit/php-timer": "^1.0.6", + "phpunit/phpunit-mock-objects": "^3.2", + "sebastian/comparator": "^1.2.4", + "sebastian/diff": "^1.4.3", + "sebastian/environment": "^1.3.4 || ^2.0", + "sebastian/exporter": "~2.0", + "sebastian/global-state": "^1.1", + "sebastian/object-enumerator": "~2.0", + "sebastian/resource-operations": "~1.0", + "sebastian/version": "^1.0.6|^2.0.1", + "symfony/yaml": "~2.1|~3.0|~4.0" + }, + "conflict": { + "phpdocumentor/reflection-docblock": "3.0.2" + }, + "require-dev": { + "ext-pdo": "*" + }, + "suggest": { + "ext-xdebug": "*", + "phpunit/php-invoker": "~1.1" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.7.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "time": "2018-02-01T05:50:59+00:00" + }, + { + "name": "phpunit/phpunit-mock-objects", + "version": "3.4.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", + "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", + "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.2", + "php": "^5.6 || ^7.0", + "phpunit/php-text-template": "^1.2", + "sebastian/exporter": "^1.2 || ^2.0" + }, + "conflict": { + "phpunit/phpunit": "<5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.4" + }, + "suggest": { + "ext-soap": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Mock Object library for PHPUnit", + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "keywords": [ + "mock", + "xunit" + ], + "time": "2017-06-30T09:13:00+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "time": "2017-03-04T06:30:41+00:00" + }, + { + "name": "sebastian/comparator", + "version": "1.2.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "sebastian/diff": "~1.2", + "sebastian/exporter": "~1.2 || ~2.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "http://www.github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "time": "2017-01-29T09:50:25+00:00" + }, + { + "name": "sebastian/diff", + "version": "1.4.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff" + ], + "time": "2017-05-22T07:24:03+00:00" + }, + { + "name": "sebastian/environment", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", + "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2016-11-26T07:53:53+00:00" + }, + { + "name": "sebastian/exporter", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", + "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "sebastian/recursion-context": "~2.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "~4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "time": "2016-11-19T08:54:04+00:00" + }, + { + "name": "sebastian/global-state", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.2" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "time": "2015-10-12T03:26:01+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "sebastian/recursion-context": "~2.0" + }, + "require-dev": { + "phpunit/phpunit": "~5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "time": "2017-02-18T15:18:39+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", + "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "time": "2016-11-19T07:33:16+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "shasum": "" + }, + "require": { + "php": ">=5.6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "time": "2015-07-28T20:34:47+00:00" + }, + { + "name": "sebastian/version", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "time": "2016-10-03T07:35:21+00:00" + }, + { + "name": "sensiolabs/security-checker", + "version": "v4.1.8", + "source": { + "type": "git", + "url": "https://github.com/sensiolabs/security-checker.git", + "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142", + "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.0", + "symfony/console": "~2.7|~3.0|~4.0" + }, + "bin": [ + "security-checker" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-0": { + "SensioLabs\\Security": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "A security checker for your composer.lock", + "time": "2018-02-28T22:10:01+00:00" + }, + { + "name": "symfony/console", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "d3dbe91fd5b8b11ecb73508c844bc6a490de15b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/d3dbe91fd5b8b11ecb73508c844bc6a490de15b4", + "reference": "d3dbe91fd5b8b11ecb73508c844bc6a490de15b4", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~3.4|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0" + }, + "suggest": { + "psr/log-implementation": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2018-09-30T03:38:13+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e", + "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/expression-language": "~3.4|~4.0", + "symfony/stopwatch": "~3.4|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "time": "2018-07-26T09:10:45+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "a10ae719b02c47ecba5c684ca2b505f3a49bf397" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/a10ae719b02c47ecba5c684ca2b505f3a49bf397", + "reference": "a10ae719b02c47ecba5c684ca2b505f3a49bf397", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Filesystem Component", + "homepage": "https://symfony.com", + "time": "2018-09-30T03:38:13+00:00" + }, + { + "name": "symfony/finder", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "f0b042d445c155501793e7b8007457f9f5bb1c8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/f0b042d445c155501793e7b8007457f9f5bb1c8c", + "reference": "f0b042d445c155501793e7b8007457f9f5bb1c8c", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Finder Component", + "homepage": "https://symfony.com", + "time": "2018-09-21T12:49:42+00:00" + }, + { + "name": "symfony/options-resolver", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/options-resolver.git", + "reference": "40f0e40d37c1c8a762334618dea597d64bbb75ff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/40f0e40d37c1c8a762334618dea597d64bbb75ff", + "reference": "40f0e40d37c1c8a762334618dea597d64bbb75ff", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony OptionsResolver Component", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "time": "2018-09-18T12:45:12+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.9.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2018-08-06T14:22:27+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.9.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", + "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2018-08-06T14:22:27+00:00" + }, + { + "name": "symfony/polyfill-php70", + "version": "v1.9.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934", + "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934", + "shasum": "" + }, + "require": { + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php70\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2018-08-06T14:22:27+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.9.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae", + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2018-08-06T14:22:27+00:00" + }, + { + "name": "symfony/process", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "c64647828bc7733ba9427f1eeb1b542588635427" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/c64647828bc7733ba9427f1eeb1b542588635427", + "reference": "c64647828bc7733ba9427f1eeb1b542588635427", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com", + "time": "2018-09-08T13:24:10+00:00" + }, + { + "name": "symfony/stopwatch", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/stopwatch.git", + "reference": "966c982df3cca41324253dc0c7ffe76b6076b705" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/966c982df3cca41324253dc0c7ffe76b6076b705", + "reference": "966c982df3cca41324253dc0c7ffe76b6076b705", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Stopwatch Component", + "homepage": "https://symfony.com", + "time": "2018-07-26T11:00:49+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "ac5af7c14c4f8abf0f77419e8397eff7a370df19" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/ac5af7c14c4f8abf0f77419e8397eff7a370df19", + "reference": "ac5af7c14c4f8abf0f77419e8397eff7a370df19", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "~3.4|~4.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2018-09-30T03:38:13+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2018-01-29T19:49:41+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": { + "roave/security-advisories": 20 + }, + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "php": "^5.6 || ^7", + "ext-xml": "*", + "ext-soap": "*" + }, + "platform-dev": [] +} diff --git a/src/Connector/ConnectorFactory.php b/src/Connector/ConnectorFactory.php index 42b7e69..4c0f97c 100644 --- a/src/Connector/ConnectorFactory.php +++ b/src/Connector/ConnectorFactory.php @@ -35,7 +35,7 @@ class ConnectorFactory implements LoggerAwareInterface /** * ConnectorFactory constructor. * - * @param array $settings + * @param array $settings * @param LoggerInterface $logger */ public function __construct(array $settings = [], LoggerInterface $logger = null) @@ -47,7 +47,7 @@ public function __construct(array $settings = [], LoggerInterface $logger = null } /** - * @param array $settings + * @param array $settings * @param LoggerInterface $logger * * @return static @@ -63,15 +63,16 @@ public static function build(array $settings = [], LoggerInterface $logger = nul * * @param ClientInterface $client * - * @return AdapterInterface * @throws InputException + * + * @return AdapterInterface */ private function buildAdapter(ClientInterface $client) { // Build an adapter for client (as proxy between the connector and the client) $adapterFQCN = sprintf(self::ADAPTER_PATH, ucfirst($client->getProtocolName())); - /** @var AdapterInterface $platFormAdapter */ + /* @var AdapterInterface $platFormAdapter */ return new $adapterFQCN($client); } @@ -81,8 +82,9 @@ private function buildAdapter(ClientInterface $client) * @param string $protocolName type of connection (SOAP, REST etc) * @param string $platformName name of platform (webservices) * - * @return ConnectorInterface * @throws InputException + * + * @return ConnectorInterface */ public function create($protocolName, $platformName) { @@ -107,8 +109,9 @@ public function create($protocolName, $platformName) * @param ClientInterface $client * @param PlatformConfigInterface $config * - * @return ConnectorInterface * @throws \WebservicesNl\Common\Exception\Client\InputException + * + * @return ConnectorInterface */ private function buildConnector(ClientInterface $client, PlatformConfigInterface $config) { @@ -132,8 +135,9 @@ public function getLogger() * @param string $protocolName name of the protocol * @param PlatformConfigInterface $config platform config object * - * @return ClientFactoryInterface * @throws InputException + * + * @return ClientFactoryInterface */ private function createProtocolFactory($protocolName, PlatformConfigInterface $config) { @@ -142,7 +146,7 @@ private function createProtocolFactory($protocolName, PlatformConfigInterface $c throw new InputException("Could not find a factory for $protocolName"); } - /** @var ClientFactoryInterface $clientFactory */ + /* @var ClientFactoryInterface $clientFactory */ return $clientFactory::build($config); } @@ -151,8 +155,9 @@ private function createProtocolFactory($protocolName, PlatformConfigInterface $c * * @param string $platformName * - * @return PlatformConfigInterface * @throws InputException + * + * @return PlatformConfigInterface */ private function createPlatformConfig($platformName) { diff --git a/src/Connector/ProtocolAdapter/AbstractAdapter.php b/src/Connector/ProtocolAdapter/AbstractAdapter.php index 37ceee3..63bc7f0 100644 --- a/src/Connector/ProtocolAdapter/AbstractAdapter.php +++ b/src/Connector/ProtocolAdapter/AbstractAdapter.php @@ -8,7 +8,6 @@ * AbstractAdapter. * * AbstractAdapter, base class for extending all Connector interface Adapters (adapter pattern). - * */ abstract class AbstractAdapter implements AdapterInterface { diff --git a/src/Connector/ProtocolAdapter/SoapAdapter.php b/src/Connector/ProtocolAdapter/SoapAdapter.php index e8883fa..eb80934 100644 --- a/src/Connector/ProtocolAdapter/SoapAdapter.php +++ b/src/Connector/ProtocolAdapter/SoapAdapter.php @@ -19,10 +19,11 @@ class SoapAdapter extends AbstractAdapter * @param string $functionName name of the function call * @param mixed $args arguments for the function call * - * @return mixed * @throws NoServerAvailableException * @throws \SoapFault * @throws \Exception + * + * @return mixed */ public function call($functionName, $args) { diff --git a/src/Platform/Webservices/Connector.php b/src/Platform/Webservices/Connector.php index 9eff30b..e23744a 100644 --- a/src/Platform/Webservices/Connector.php +++ b/src/Platform/Webservices/Connector.php @@ -25,7 +25,7 @@ class Connector extends AbstractConnector * @param int $accountId ID of the account, use 0 for the current user's account * @param string $restrictions A string with host restrictions separated by semi colons (;) * - * @return \StdClass + * @return \stdClass */ public function accountEditHostRestrictions($accountId, $restrictions) { @@ -40,15 +40,15 @@ public function accountEditHostRestrictions($accountId, $restrictions) * This method allows to edit their account profile. * * @param int $accountId Account ID of the account to edit, use 0 for the current user's account - * @param string $address Address of the company using this account. - * @param string $contactName Name of the contact person responsible for this account. - * @param string $contactEmail Email address of the contact person responsible for this account. - * @param string $telephone Telephone number of the contact person responsible for this account. - * @param string $fax Fax number of the contact person responsible for this account. - * @param string $description Description of the account to its users. - * @param float $balanceThreshold Balance threshold to alert account, use 0 to disable. + * @param string $address address of the company using this account + * @param string $contactName name of the contact person responsible for this account + * @param string $contactEmail email address of the contact person responsible for this account + * @param string $telephone telephone number of the contact person responsible for this account + * @param string $fax fax number of the contact person responsible for this account + * @param string $description description of the account to its users + * @param float $balanceThreshold balance threshold to alert account, use 0 to disable * - * @return \StdClass + * @return \stdClass */ public function accountEditV2( $accountId, @@ -63,14 +63,14 @@ public function accountEditV2( return $this->getAdapter()->call( 'accountEditV2', [ - 'accountid' => $accountId, - 'address' => $address, - 'contactname' => $contactName, - 'contactemail' => $contactEmail, - 'telephone' => $telephone, - 'fax' => $fax, - 'description' => $description, - 'balancethreshold' => (float)$balanceThreshold, + 'accountid' => $accountId, + 'address' => $address, + 'contactname' => $contactName, + 'contactemail' => $contactEmail, + 'telephone' => $telephone, + 'fax' => $fax, + 'description' => $description, + 'balancethreshold' => (float) $balanceThreshold, ] ); } @@ -90,9 +90,10 @@ public function accountEditV2( * See . You may start the registration process over by * calling . * - * @param string $token A token retrieved using . + * @param string $token a token retrieved using * * @throws NotFoundException + * * @return int accountId The account id, which is 0 when the account registration has not finished yet */ public function accountGetCreationStatus($token) @@ -137,11 +138,11 @@ public function accountGetOrderToken($accountId, $returnUrl) * @param int $accountId ID of the account to list, use 0 for the current user's account * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of entries. + * @return \stdClass of entries */ public function accountUserListV2($accountId, $page) { - return $this->getAdapter()->call('accountUserListV2', ['accountid' => (int)$accountId, 'page' => $page]); + return $this->getAdapter()->call('accountUserListV2', ['accountid' => (int) $accountId, 'page' => $page]); } /** @@ -152,7 +153,7 @@ public function accountUserListV2($accountId, $page) * @param string $phrase Phrase to search for in user profiles * @param int $page Page to retrieve, pages start counting at 1 * - * @return \stdClass UserV2 entries. + * @return \stdClass userV2 entries */ public function accountUserSearchV2($accountId, $phrase, $page) { @@ -168,6 +169,7 @@ public function accountUserSearchV2($accountId, $phrase, $page) * @param int $accountId ID of the account to view the balance of, use 0 for the current account * * @link https://webview.webservices.nl/documentation/files/service_accounting-php.html#Accounting.accountViewBalance + * * @return int */ public function accountViewBalance($accountId = 0) @@ -181,6 +183,7 @@ public function accountViewBalance($accountId = 0) * @param int $accountId ID of the account, use 0 for the current user's account * * @link https://webview.webservices.nl/documentation/files/service_accounting-php.html#Accounting.accountViewHostRestrictions + * * @return string containing all restrictions, separated by semicolons */ public function accountViewHostRestrictions($accountId) @@ -194,11 +197,12 @@ public function accountViewHostRestrictions($accountId) * @param int $accountId Account ID of the account to move use 0 for the account * * @link https://webview.webservices.nl/documentation/files/service_accounting-php.html#Accounting.accountViewV2 - * @return \StdClass + * + * @return \stdClass */ public function accountViewV2($accountId) { - return $this->getAdapter()->call('accountViewV2', ['accountid' => (int)$accountId]); + return $this->getAdapter()->call('accountViewV2', ['accountid' => (int) $accountId]); } /** @@ -209,13 +213,14 @@ public function accountViewV2($accountId) * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_address-php.html#Address.addressCityListNeighborhoods - * @return \StdClass + * + * @return \stdClass */ public function addressCityListNeighborhoods($name, $postbus, $page) { return $this->getAdapter()->call( 'addressCityListNeighborhoods', - ['name' => $name, 'postbus' => (bool)$postbus, 'page' => $page] + ['name' => $name, 'postbus' => (bool) $postbus, 'page' => $page] ); } @@ -226,11 +231,12 @@ public function addressCityListNeighborhoods($name, $postbus, $page) * addressCitySearch by returning entries instead of entries, thus giving more information about a * city. * - * @param string $name Phrase to search cities for, or the numeric identifier for the city. + * @param string $name phrase to search cities for, or the numeric identifier for the city * @param int $page Page to retrieve, pages start counting at 1 * * @link http://webview.webservices.nl/documentation/files/service_address-php.html#Address.addressCitySearchV2 - * @return \StdClass of entries. + * + * @return \stdClass of entries */ public function addressCitySearchV2($name, $page) { @@ -244,7 +250,8 @@ public function addressCitySearchV2($name, $page) * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_address-php.html#Address.addressDistrictListCities - * @return \StdClass + * + * @return \stdClass */ public function addressDistrictListCities($name, $page) { @@ -254,11 +261,12 @@ public function addressDistrictListCities($name, $page) /** * Search for all municipalities that match a phrase. * - * @param string $name Phrase to search municipalities for, or the numeric identifier for the municipality. + * @param string $name phrase to search municipalities for, or the numeric identifier for the municipality * @param string $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_address-php.html#Address.addressDistrictSearch - * @return \StdClass of entries. + * + * @return \stdClass of entries */ public function addressDistrictSearch($name, $page) { @@ -276,8 +284,8 @@ public function addressDistrictSearch($name, $page) * @param string $street Phrase used to select the street of the address * @param int $houseNo Number used to select the house number of the address * @param string $houseNoAddition Phrase used to select the house number addition of the address - * @param string $nbCode Number used to select the neighborhoodcode of the address, the first four - * numbers of the postcode. + * @param string $nbCode number used to select the neighborhoodcode of the address, the first four + * numbers of the postcode * @param string $letterCombination Phrase used to select the lettercombination of the address, the last two * letters of the postcode. See .lettercombinatie * @param string $addressType Phrase used to select the addresstype of the address @@ -285,7 +293,8 @@ public function addressDistrictSearch($name, $page) * * @deprecated please use addressPerceelFullParameterSearchV2 * @link https://webview.webservices.nl/documentation/files/service_address-php.html#Address.addressPerceelFullParameterSearch - * @return \StdClass + * + * @return \stdClass */ public function addressPerceelFullParameterSearch( $province, @@ -302,16 +311,16 @@ public function addressPerceelFullParameterSearch( return $this->getAdapter()->call( 'addressPerceelFullParameterSearch', [ - 'province' => $province, - 'district' => $district, - 'city' => $city, - 'street' => $street, - 'houseNo' => $houseNo, - 'houseNoAddition' => $houseNoAddition, - 'nbcode' => $nbCode, + 'province' => $province, + 'district' => $district, + 'city' => $city, + 'street' => $street, + 'houseNo' => $houseNo, + 'houseNoAddition' => $houseNoAddition, + 'nbcode' => $nbCode, 'lettercombination' => $letterCombination, - 'addresstype' => $addressType, - 'page' => $page, + 'addresstype' => $addressType, + 'page' => $page, ] ); } @@ -327,14 +336,14 @@ public function addressPerceelFullParameterSearch( * @param string $street Phrase used to select the street of the address * @param int $houseNo Number used to select the house number of the address * @param string $houseNoAddition Phrase used to select the house number addition of the address - * @param string $nbCode Number used to select the neighborhoodcode of the address, the first four - * numbers of the postcode. + * @param string $nbCode number used to select the neighborhoodcode of the address, the first four + * numbers of the postcode * @param string $letterCombination Phrase used to select the lettercombination of the address, the last two * letters of the postcode. See .lettercombinatie * @param string $addresstype Phrase used to select the addresstype of the address * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass . + * @return \stdClass */ public function addressPerceelFullParameterSearchV2( $province, @@ -351,16 +360,16 @@ public function addressPerceelFullParameterSearchV2( return $this->getAdapter()->call( 'addressPerceelFullParameterSearchV2', [ - 'province' => $province, - 'district' => $district, - 'city' => $city, - 'street' => $street, - 'houseNo' => $houseNo, - 'houseNoAddition' => $houseNoAddition, - 'nbcode' => $nbCode, + 'province' => $province, + 'district' => $district, + 'city' => $city, + 'street' => $street, + 'houseNo' => $houseNo, + 'houseNoAddition' => $houseNoAddition, + 'nbcode' => $nbCode, 'lettercombination' => $letterCombination, - 'addresstype' => $addresstype, - 'page' => $page, + 'addresstype' => $addresstype, + 'page' => $page, ] ); } @@ -377,7 +386,8 @@ public function addressPerceelFullParameterSearchV2( * @param int $page * * @deprecated please use addressPerceelFullParameterSearchV2 - * @return \StdClass + * + * @return \stdClass */ public function addressPerceelParameterSearch( $province, @@ -391,13 +401,13 @@ public function addressPerceelParameterSearch( return $this->getAdapter()->call( 'addressPerceelParameterSearch', [ - 'province' => $province, - 'district' => $district, - 'city' => $city, - 'street' => $street, - 'houseNo' => $houseNo, + 'province' => $province, + 'district' => $district, + 'city' => $city, + 'street' => $street, + 'houseNo' => $houseNo, 'houseNoAddition' => $houseNoAddition, - 'page' => $page, + 'page' => $page, ] ); } @@ -417,7 +427,7 @@ public function addressPerceelParameterSearch( * @param string $address Address phrase to search for in addresses * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass + * @return \stdClass */ public function addressPerceelPhraseSearch($address, $page) { @@ -429,7 +439,7 @@ public function addressPerceelPhraseSearch($address, $page) * * @param int $page * - * @return \StdClass + * @return \stdClass */ public function addressProvinceList($page) { @@ -442,7 +452,7 @@ public function addressProvinceList($page) * @param string $name Name or code of the province to list the municipalities from * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of entries. + * @return \stdClass of entries */ public function addressProvinceListDistricts($name, $page) { @@ -456,7 +466,7 @@ public function addressProvinceListDistricts($name, $page) * @param bool $postbus Boolean indicating whether Postbus neighborhood codes should be included in the result * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of entries. + * @return \stdClass of entries */ public function addressProvinceListNeighborhoods($name, $postbus, $page) { @@ -469,10 +479,10 @@ public function addressProvinceListNeighborhoods($name, $postbus, $page) /** * Search for all provinces that match a phrase. * - * @param string $name Phrase to search for in the province names, or the province code. + * @param string $name phrase to search for in the province names, or the province code * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of entries. + * @return \stdClass of entries */ public function addressProvinceSearch($name, $page) { @@ -497,7 +507,7 @@ public function addressProvinceSearch($name, $page) * @param string $city Phrase used to select the city of the address, see .plaatsnaam. Optional. * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass PagedResult of entries. + * @return \stdClass pagedResult of entries */ public function addressReeksAddressSearch($address, $postcode, $city, $page) { @@ -526,7 +536,7 @@ public function addressReeksAddressSearch($address, $postcode, $city, $page) * .reeksindicatie * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass PCReeksSearchPartsPagedResult + * @return \stdClass PCReeksSearchPartsPagedResult */ public function addressReeksFullParameterSearch( $province, @@ -543,16 +553,16 @@ public function addressReeksFullParameterSearch( return $this->getAdapter()->call( 'addressReeksFullParameterSearch', [ - 'province' => $province, - 'district' => $district, - 'city' => $city, - 'street' => $street, - 'houseNo' => $houseNo, - 'houseNoAddition' => $houseNoAddition, - 'nbcode' => $nbCode, + 'province' => $province, + 'district' => $district, + 'city' => $city, + 'street' => $street, + 'houseNo' => $houseNo, + 'houseNoAddition' => $houseNoAddition, + 'nbcode' => $nbCode, 'lettercombination' => $letterCombination, - 'addresstype' => $addressType, - 'page' => $page, + 'addresstype' => $addressType, + 'page' => $page, ] ); } @@ -570,20 +580,20 @@ public function addressReeksFullParameterSearch( * @param string $houseNoAddition Phrase used to select the house number addition of the address * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass PCReeksSearchPartsPagedResult + * @return \stdClass PCReeksSearchPartsPagedResult */ public function addressReeksParameterSearch($province, $district, $city, $street, $houseNo, $houseNoAddition, $page) { return $this->getAdapter()->call( 'addressReeksParameterSearch', [ - 'province' => $province, - 'district' => $district, - 'city' => $city, - 'street' => $street, - 'houseNo' => $houseNo, + 'province' => $province, + 'district' => $district, + 'city' => $city, + 'street' => $street, + 'houseNo' => $houseNo, 'houseNoAddition' => $houseNoAddition, - 'page' => $page, + 'page' => $page, ] ); } @@ -594,10 +604,11 @@ public function addressReeksParameterSearch($province, $district, $city, $street * validate an address not using this unique identifier, * use or . * - * @param string $address - Address to validate using the unique '1234AA12' postcode + house number format. + * @param string $address - Address to validate using the unique '1234AA12' postcode + house number format * * @throws NotFoundException - * @return \StdClass + * + * @return \stdClass */ public function addressReeksPostcodeSearch($address) { @@ -611,7 +622,8 @@ public function addressReeksPostcodeSearch($address) * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_areacode-php.html - * @return \StdClass of + * + * @return \stdClass of */ public function areaCodeLookup($neighborhoodCode, $page) { @@ -624,7 +636,8 @@ public function areaCodeLookup($neighborhoodCode, $page) * @param string $postcode postcode to lookup * * @link https://webview.webservices.nl/documentation/files/service_areacode-php.html#Areacode.areaCodePostcodeLookup - * @return \StdClass of + * + * @return \stdClass of */ public function areaCodePostcodeLookup($postcode) { @@ -638,7 +651,8 @@ public function areaCodePostcodeLookup($postcode) * @param int $page Page to retrieve * * @link https://webview.webservices.nl/documentation/files/service_areacode-php.html#Areacode.areaCodeToNeighborhoodcode - * @return \StdClass A of entries + * + * @return \stdClass A of entries */ public function areaCodeToNeighborhoodcode($areaCode, $page) { @@ -651,7 +665,8 @@ public function areaCodeToNeighborhoodcode($areaCode, $page) * @param string $bovagId The identifier used by Bovag to identify a member * * @link https://webview.webservices.nl/documentation/files/service_bovag-php.html#Bovag.bovagGetMemberByBovagId - * @return \StdClass + * + * @return \stdClass */ public function bovagGetMemberByBovagId($bovagId) { @@ -665,7 +680,8 @@ public function bovagGetMemberByBovagId($bovagId) * @param string $establishmentNumber Establishment number * * @link https://webview.webservices.nl/documentation/files/service_bovag-php.html#Bovag.bovagGetMemberByDutchBusiness - * @return \StdClass + * + * @return \stdClass */ public function bovagGetMemberByDutchBusiness($dossierNumber, $establishmentNumber) { @@ -683,7 +699,8 @@ public function bovagGetMemberByDutchBusiness($dossierNumber, $establishmentNumb * @param string $licensePlate Dutch license plate (kenteken) * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carATDPrice - * @return \StdClass A + * + * @return \stdClass A */ public function carATDPrice($licensePlate) { @@ -697,14 +714,15 @@ public function carATDPrice($licensePlate) * @param string $licensePlate Dutch license plate (kenteken) * @param string $code code (meldcode), 4 digits * - * @returns \StdClass . + * @returns \stdClass . + * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarCheckCode */ public function carRDWCarCheckCode($licensePlate, $code) { return $this->getAdapter()->call( 'carRDWCarCheckCode', - ['license_plate' => (string)$licensePlate, 'code' => (string)$code] + ['license_plate' => (string) $licensePlate, 'code' => (string) $code] ); } @@ -715,11 +733,12 @@ public function carRDWCarCheckCode($licensePlate, $code) * @param string $licensePlate Dutch license plate (kenteken) of the car to retrieve * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarDataV3 - * @return \StdClass + * + * @return \stdClass */ public function carRDWCarData($licensePlate) { - return $this->getAdapter()->call('carRDWCarData', ['license_plate' => (string)$licensePlate]); + return $this->getAdapter()->call('carRDWCarData', ['license_plate' => (string) $licensePlate]); } /** @@ -730,11 +749,12 @@ public function carRDWCarData($licensePlate) * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarDataBP * @deprecated please use carRDWCarDataBPV2 - * @return \StdClass + * + * @return \stdClass */ public function carRDWCarDataBP($licensePlate) { - return $this->getAdapter()->call('carRDWCarDataBP', ['license_plate' => (string)$licensePlate]); + return $this->getAdapter()->call('carRDWCarDataBP', ['license_plate' => (string) $licensePlate]); } /** @@ -744,11 +764,12 @@ public function carRDWCarDataBP($licensePlate) * @param string $licensePlate Dutch license plate (kenteken) of the car to retreive * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarDataBPV2 - * @return \StdClass + * + * @return \stdClass */ public function carRDWCarDataBPV2($licensePlate) { - return $this->getAdapter()->call('carRDWCarDataBPV2', ['license_plate' => (string)$licensePlate]); + return $this->getAdapter()->call('carRDWCarDataBPV2', ['license_plate' => (string) $licensePlate]); } /** @@ -760,13 +781,14 @@ public function carRDWCarDataBPV2($licensePlate) * @param string $code * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarDataExtended - * @return \StdClass + * + * @return \stdClass */ public function carRDWCarDataExtended($licensePlate, $code) { return $this->getAdapter()->call( 'carRDWCarDataExtended', - ['license_plate' => (string)$licensePlate, 'code' => (string)$code] + ['license_plate' => (string) $licensePlate, 'code' => (string) $code] ); } @@ -776,11 +798,12 @@ public function carRDWCarDataExtended($licensePlate, $code) * @param string $carId * * @see Use to find a car_id - * @return \StdClass + * + * @return \stdClass */ public function carRDWCarDataOptions($carId) { - return $this->getAdapter()->call('carRDWCarDataOptions', ['car_id' => (string)$carId]); + return $this->getAdapter()->call('carRDWCarDataOptions', ['car_id' => (string) $carId]); } /** @@ -792,11 +815,12 @@ public function carRDWCarDataOptions($carId) * @param string $licensePlate * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarDataPrice - * @return \StdClass + * + * @return \stdClass */ public function carRDWCarDataPrice($licensePlate) { - return $this->getAdapter()->call('carRDWCarDataPrice', ['license_plate' => (string)$licensePlate]); + return $this->getAdapter()->call('carRDWCarDataPrice', ['license_plate' => (string) $licensePlate]); } /** @@ -806,11 +830,12 @@ public function carRDWCarDataPrice($licensePlate) * @param string $licensePlate - Dutch license plate (kenteken) of the car to retrieve * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarDataV3 - * @return \StdClass . + * + * @return \stdClass */ public function carRDWCarDataV3($licensePlate) { - return $this->getAdapter()->call('carRDWCarDataV3', ['license_plate' => (string)$licensePlate]); + return $this->getAdapter()->call('carRDWCarDataV3', ['license_plate' => (string) $licensePlate]); } /** @@ -821,11 +846,12 @@ public function carRDWCarDataV3($licensePlate) * @param string $licensePlate Dutch license plate (kenteken) * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carVWEBasicTypeData - * @return \StdClass + * + * @return \stdClass */ public function carVWEBasicTypeData($licensePlate) { - return $this->getAdapter()->call('carVWEBasicTypeData', ['license_plate' => (string)$licensePlate]); + return $this->getAdapter()->call('carVWEBasicTypeData', ['license_plate' => (string) $licensePlate]); } /** @@ -842,16 +868,16 @@ public function carVWEBasicTypeData($licensePlate) * * @param int $productionYear Search for brands which produced cars in this year, or one year before or after. If * 0, brands of all years are returned. - * @param int $kindId Identifier of the kind of car to retrieve the brands for. + * @param int $kindId identifier of the kind of car to retrieve the brands for * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of entries + * @return \stdClass of entries */ public function carVWEListBrands($productionYear, $kindId, $page) { return $this->getAdapter()->call( 'carVWEListBrands', - ['production_year' => (int)$productionYear, 'kind_id' => (int)$kindId, 'page' => (int)$page] + ['production_year' => (int) $productionYear, 'kind_id' => (int) $kindId, 'page' => (int) $page] ); } @@ -861,21 +887,22 @@ public function carVWEListBrands($productionYear, $kindId, $page) * @param int $productionYear Search for models which were produced in this year, or one year before or after. If * 0, models of all years are returned. * @param int $kindId Identifier of the kind of car to retrieve the models for - * @param int $brandId Brand identifier, as returned by . + * @param int $brandId brand identifier, as returned by * @param int $page Page to retrieve, pages start counting at 1 * * @see carVWEList for kindId Options - * @return \StdClass of entries + * + * @return \stdClass of entries */ public function carVWEListModels($productionYear, $kindId, $brandId, $page) { return $this->getAdapter()->call( 'carVWEListModels', [ - 'production_year' => (int)$productionYear, - 'kind_id' => (int)$kindId, - 'brand_id' => (int)$brandId, - 'page' => (int)$page, + 'production_year' => (int) $productionYear, + 'kind_id' => (int) $kindId, + 'brand_id' => (int) $brandId, + 'page' => (int) $page, ] ); } @@ -895,7 +922,7 @@ public function carVWEListModels($productionYear, $kindId, $brandId, $page) * 6 - moped * 8 - bus * @param int $brandId Body style identifier. Optional. - * @param int $modelId Model identifier, as returned by . + * @param int $modelId model identifier, as returned by * @param int $fuelTypeId Fuel type identifier. Optional * @param int $bodyStyleId Body style identifier. Optional. * 02 - 2/4-drs sedan (2/4 deurs sedan) @@ -928,7 +955,8 @@ public function carVWEListModels($productionYear, $kindId, $brandId, $page) * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carVWEListVersions - * @return \StdClass of entries + * + * @return \stdClass of entries */ public function carVWEListVersions( $productionYear, @@ -944,15 +972,15 @@ public function carVWEListVersions( return $this->getAdapter()->call( 'carVWEListVersions', [ - 'production_year' => (int)$productionYear, - 'kind_id' => (int)$kindId, - 'brand_id' => (int)$brandId, - 'model_id' => (int)$modelId, - 'fuel_type_id' => (int)$fuelTypeId, - 'body_style_id' => (int)$bodyStyleId, - 'doors' => (int)$doors, - 'gear_id' => (int)$gearId, - 'page' => (int)$page, + 'production_year' => (int) $productionYear, + 'kind_id' => (int) $kindId, + 'brand_id' => (int) $brandId, + 'model_id' => (int) $modelId, + 'fuel_type_id' => (int) $fuelTypeId, + 'body_style_id' => (int) $bodyStyleId, + 'doors' => (int) $doors, + 'gear_id' => (int) $gearId, + 'page' => (int) $page, ] ); } @@ -965,13 +993,14 @@ public function carVWEListVersions( * @param int $code code (meldcode), 4 digits * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carRDWCarCheckCode - * @return \StdClass + * + * @return \stdClass */ public function carVWEMeldcodeCheck($licensePlate, $code) { return $this->getAdapter()->call( 'carVWEMeldcodeCheck', - ['license_plate' => (string)$licensePlate, 'code' => (string)$code] + ['license_plate' => (string) $licensePlate, 'code' => (string) $code] ); } @@ -985,13 +1014,14 @@ public function carVWEMeldcodeCheck($licensePlate, $code) * * @see carVWEBasicTypeData * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carVWEOptions - * @return \StdClass + * + * @return \stdClass */ public function carVWEOptions($licensePlate, $atlCode) { return $this->getAdapter()->call( 'carVWEOptions', - ['license_plate' => (string)$licensePlate, 'atl_code' => (int)$atlCode] + ['license_plate' => (string) $licensePlate, 'atl_code' => (int) $atlCode] ); } @@ -1001,11 +1031,12 @@ public function carVWEOptions($licensePlate, $atlCode) * @param int $atlCode Code identifying the version of the car. atlCode can be obtained using , * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carVWEPhotos - * @return \StdClass + * + * @return \stdClass */ public function carVWEPhotos($atlCode) { - return $this->getAdapter()->call('carVWEPhotos', ['atl_code' => (int)$atlCode]); + return $this->getAdapter()->call('carVWEPhotos', ['atl_code' => (int) $atlCode]); } /** @@ -1017,13 +1048,14 @@ public function carVWEPhotos($atlCode) * . * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carVWEVersionPrice - * @return \StdClass + * + * @return \stdClass */ public function carVWEVersionPrice($licensePlate, $atlCode) { return $this->getAdapter()->call( 'carVWEVersionPrice', - ['license_plate' => (string)$licensePlate, 'atl_code' => (int)$atlCode] + ['license_plate' => (string) $licensePlate, 'atl_code' => (int) $atlCode] ); } @@ -1035,7 +1067,8 @@ public function carVWEVersionPrice($licensePlate, $atlCode) * @param int $atlCode Code identifying the version of the car * * @link https://webview.webservices.nl/documentation/files/service_car-php.html#Car.carVWEVersionYearData - * @return \StdClass + * + * @return \stdClass */ public function carVWEVersionYearData($productionYear, $atlCode) { @@ -1054,7 +1087,7 @@ public function carVWEVersionYearData($productionYear, $atlCode) * @param string $contactName * @param string $telephone * - * @return \StdClass + * @return \stdClass */ public function createTestUser($application, $email, $companyName, $contactName, $telephone) { @@ -1062,10 +1095,10 @@ public function createTestUser($application, $email, $companyName, $contactName, 'createTestUser', [ 'application' => $application, - 'email' => $email, + 'email' => $email, 'companyname' => $companyName, 'contactname' => $contactName, - 'telephone' => $telephone, + 'telephone' => $telephone, ] ); } @@ -1083,17 +1116,17 @@ public function createTestUser($application, $email, $companyName, $contactName, * '|4' -- Claim * '|5' -- Contract * '|6' -- Commercial Credit Insurance - * @param string $language ISO 639-1 notation language that the report should be returned in, for example: "EN". + * @param string $language ISO 639-1 notation language that the report should be returned in, for example: "EN" * @param string $document Specify to retrieve an extra document with an excerpt of the data. Currently unused. * Possible values: [empty string] -- Return no extra document. * - * @return \StdClass + * @return \stdClass */ public function creditsafeGetReportFull($companyId, $language, $document) { return $this->getAdapter()->call( 'creditsafeGetReportFull', - ['company_id' => (int)$companyId, 'language' => (string)$language, 'document' => (string)$document] + ['company_id' => (int) $companyId, 'language' => (string) $language, 'document' => (string) $document] ); } @@ -1123,7 +1156,7 @@ public function creditsafeGetReportFull($companyId, $language, $document) * @param string $phoneNumber Company's phone number, optional * @param int $page Page of search results to retrieve * - * @return \StdClass of entries. + * @return \stdClass of entries */ public function creditsafeSearch( $country, @@ -1146,22 +1179,22 @@ public function creditsafeSearch( return $this->getAdapter()->call( 'creditsafeSearch', [ - 'country' => $country, - 'id' => $id, + 'country' => $country, + 'id' => $id, 'registration_number' => $registrationNumber, - 'status' => $status, - 'office_type' => $officeType, - 'name' => $name, - 'name_match_type' => $nameMatchType, - 'address' => $address, - 'address_match_type' => $addressMatchType, - 'street' => $street, - 'house_number' => $houseNumber, - 'city' => $city, - 'postal_code' => $postalCode, - 'province' => $province, - 'phone_number' => $phoneNumber, - 'page' => $page, + 'status' => $status, + 'office_type' => $officeType, + 'name' => $name, + 'name_match_type' => $nameMatchType, + 'address' => $address, + 'address_match_type' => $addressMatchType, + 'street' => $street, + 'house_number' => $houseNumber, + 'city' => $city, + 'postal_code' => $postalCode, + 'province' => $province, + 'phone_number' => $phoneNumber, + 'page' => $page, ] ); } @@ -1174,11 +1207,12 @@ public function creditsafeSearch( * of identifiers: DUNS number, D&B key, and regional business number. All company references returned by search * methods are identified using D&B keys. * - * @param string $companyId Identifier for the business. + * @param string $companyId identifier for the business * @param string $companyIdType Type of company identifier * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbBusinessVerification - * @return \StdClass + * + * @return \stdClass */ public function dnbBusinessVerification($companyId, $companyIdType) { @@ -1192,11 +1226,12 @@ public function dnbBusinessVerification($companyId, $companyIdType) * Retrieve extensive management Dun & Bradstreet Business information * See . * - * @param string $companyId Identifier for the business. + * @param string $companyId identifier for the business * @param string $companyIdType Type of company identifier * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbEnterpriseManagement - * @return \StdClass + * + * @return \stdClass */ public function dnbEnterpriseManagement($companyId, $companyIdType) { @@ -1214,7 +1249,8 @@ public function dnbEnterpriseManagement($companyId, $companyIdType) * @param string $companyIdType Type of company identifier * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbGetReference - * @return \StdClass + * + * @return \stdClass */ public function dnbGetReference($companyId, $companyIdType) { @@ -1239,7 +1275,8 @@ public function dnbGetReference($companyId, $companyIdType) * (Vestigingsnummer), or a 9-digit RSIN Number * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbQuickCheck - * @return \StdClass + * + * @return \stdClass */ public function dnbQuickCheck($companyId, $companyIdType) { @@ -1256,18 +1293,19 @@ public function dnbQuickCheck($companyId, $companyIdType) * one other address field. * See . * - * @param string $name Trade name of the business, required. - * @param string $streetName Street the business is located at, optional. - * @param string $houseNo House number of the business, optional. - * @param string $houseNoAddition House number addition, optional. - * @param string $postcode Postcode of the business, optional. - * @param string $cityName City where the business is located, optional. + * @param string $name trade name of the business, required + * @param string $streetName street the business is located at, optional + * @param string $houseNo house number of the business, optional + * @param string $houseNoAddition house number addition, optional + * @param string $postcode postcode of the business, optional + * @param string $cityName city where the business is located, optional * @param string $country The 2 character ISO 3166-1 code for the country where the business is located. * Required - * @param int $page Page to retrieve, pages start counting at 1. + * @param int $page page to retrieve, pages start counting at 1 * * @deprecated use instead - * @return \StdClass + * + * @return \stdClass */ public function dnbSearchReference( $name, @@ -1282,14 +1320,14 @@ public function dnbSearchReference( return $this->getAdapter()->call( 'dnbSearchReference', [ - 'name' => $name, - 'streetname' => $streetName, - 'houseno' => $houseNo, + 'name' => $name, + 'streetname' => $streetName, + 'houseno' => $houseNo, 'housenoaddition' => $houseNoAddition, - 'postcode' => $postcode, - 'cityname' => $cityName, - 'country' => $country, - 'page' => $page, + 'postcode' => $postcode, + 'cityname' => $cityName, + 'country' => $country, + 'page' => $page, ] ); } @@ -1300,21 +1338,22 @@ public function dnbSearchReference( * with optional address parameters. Searching on address can be done using the postcode, or the city and at least * one other address field. * - * @param string $name Trade name of the business, required. + * @param string $name trade name of the business, required * @param string $streetName Street the business is located at, optional * @param string $houseNo House number of the business, optional * @param string $houseNoAddition House number addition, optional * @param string $postcode Postcode of the business, optional * @param string $cityName City where the business is located, optional - * @param string $region Depending on the country, this may be a state, province, or other large - * geographical area. + * @param string $region depending on the country, this may be a state, province, or other large + * geographical area * @param string $country For searches in the United States (US) and Canada (CA) this parameter is required. * State abbreviations, such as NY for New York, must be used * for the US. * @param int $page * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbSearchReferenceV2 - * @return \StdClass of entries + * + * @return \stdClass of entries */ public function dnbSearchReferenceV2( $name, @@ -1330,15 +1369,15 @@ public function dnbSearchReferenceV2( return $this->getAdapter()->call( 'dnbSearchReferenceV2', [ - 'name' => $name, - 'streetname' => $streetName, - 'houseno' => $houseNo, + 'name' => $name, + 'streetname' => $streetName, + 'houseno' => $houseNo, 'housenoaddition' => $houseNoAddition, - 'postcode' => $postcode, - 'cityname' => $cityName, - 'region' => $region, - 'country' => $country, - 'page' => $page, + 'postcode' => $postcode, + 'cityname' => $cityName, + 'region' => $region, + 'country' => $country, + 'page' => $page, ] ); } @@ -1347,11 +1386,12 @@ public function dnbSearchReferenceV2( * Retrieve basic WorldBase business information. * See . * - * @param string $companyId Identifier for the business. + * @param string $companyId identifier for the business * @param string $companyIdType Type of company identifier. see * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbWorldbaseMarketing - * @return \StdClass + * + * @return \stdClass */ public function dnbWorldbaseMarketing($companyId, $companyIdType) { @@ -1364,11 +1404,12 @@ public function dnbWorldbaseMarketing($companyId, $companyIdType) /** * Retrieve detailed WorldBase business information. * - * @param string $companyId Identifier for the business. + * @param string $companyId identifier for the business * @param string $companyIdType Type of company identifier. see * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbWorldbaseMarketingPlus - * @return \StdClass + * + * @return \stdClass */ public function dnbWorldbaseMarketingPlus($companyId, $companyIdType) { @@ -1381,11 +1422,12 @@ public function dnbWorldbaseMarketingPlus($companyId, $companyIdType) /** * Detailed WorldBase information, including information on a business' family tree. * - * @param string $companyId Identifier for the business. + * @param string $companyId identifier for the business * @param string $companyIdType Type of company identifier. see * * @link https://webview.webservices.nl/documentation/files/service_dnb-php.html#DunBradstreet.dnbWorldbaseMarketingPlusLinkage - * @return \StdClass + * + * @return \stdClass */ public function dnbWorldbaseMarketingPlusLinkage($companyId, $companyIdType) { @@ -1402,7 +1444,8 @@ public function dnbWorldbaseMarketingPlusLinkage($companyId, $companyIdType) * @param string $nbCodeto destination neighborhoodcode * * @link https://webview.webservices.nl/documentation/files/service_driveinfo-php.html#Driveinfo.driveInfoDistanceLookup - * @return \StdClass + * + * @return \stdClass */ public function driveInfoDistanceLookup($nbCodefrom, $nbCodeto) { @@ -1419,7 +1462,8 @@ public function driveInfoDistanceLookup($nbCodefrom, $nbCodeto) * @param string $nbCodeto destination neighborhoodcode * * @link https://webview.webservices.nl/documentation/files/service_driveinfo-php.html#Driveinfo.driveInfoTimeLookup - * @return \StdClass + * + * @return \stdClass */ public function driveInfoTimeLookup($nbCodefrom, $nbCodeto) { @@ -1434,9 +1478,9 @@ public function driveInfoTimeLookup($nbCodefrom, $nbCodeto) * postcode + house number format. If returns either the full address in format, * or an error if no matching address exists. * - * @param string $address Address to validate, in the unique '1234AA12' postcode house number format. + * @param string $address address to validate, in the unique '1234AA12' postcode house number format * - * @return \StdClass + * @return \stdClass */ public function dutchAddressRangePostcodeSearch($address) { @@ -1455,6 +1499,7 @@ public function dutchAddressRangePostcodeSearch($address) * @param int|null $establishmentNumber The Establishment number * * @link https://webview.webservices.nl/documentation/files/service_dutchaddress-php.html#Dutch_Address.dutchAddressRangePostcodeSearch + * * @return \stdClass */ public function dutchBusinessGetDossier($dossierNumber, $establishmentNumber = null) @@ -1468,20 +1513,20 @@ public function dutchBusinessGetDossier($dossierNumber, $establishmentNumber = n /** * Get a list of logged updates for a specific business dossier. * - * @param string $dossierNumber Chamber of Commerce number. + * @param string $dossierNumber chamber of Commerce number * @param string $periodStartDate Period start date, in Y-m-d format * @param string|null $periodEndDate Period end date, in Y-m-d format. The max period is one year. [optional] * - * @return \StdClass + * @return \stdClass */ public function dutchBusinessGetDossierHistory($dossierNumber, $periodStartDate, $periodEndDate = null) { return $this->getAdapter()->call( 'dutchBusinessGetDossierHistory', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'period_start_date' => $periodStartDate, - 'period_end_date' => $periodEndDate] + 'period_end_date' => $periodEndDate, ] ); } @@ -1490,16 +1535,17 @@ public function dutchBusinessGetDossierHistory($dossierNumber, $periodStartDate, * The document is generated using the business' `Online inzage uittreksel`. * * @param string $dossierNumber Chamber of Commerce number - * @param bool $allowCaching determines whether a cached document may be returned. + * @param bool $allowCaching determines whether a cached document may be returned * * @see - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessGetExtractDocument($dossierNumber, $allowCaching) { return $this->getAdapter()->call( 'dutchBusinessGetExtractDocument', - ['dossier_number' => (string)$dossierNumber, 'allow_caching' => (bool)$allowCaching] + ['dossier_number' => (string) $dossierNumber, 'allow_caching' => (bool) $allowCaching] ); } @@ -1512,7 +1558,8 @@ public function dutchBusinessGetExtractDocument($dossierNumber, $allowCaching) * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetExtractDocumentData * @deprecated please use - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessGetExtractDocumentData($dossierNumber, $allowCaching) { @@ -1528,13 +1575,32 @@ public function dutchBusinessGetExtractDocumentData($dossierNumber, $allowCachin * @param string $dossierNumber Chamber of Commerce number * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetExtractDocumentDataV2 - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessGetExtractDocumentDataV2($dossierNumber) { return $this->getAdapter()->call('dutchBusinessGetExtractDocumentDataV2', ['dossier_number' => $dossierNumber]); } + /** + * Get the extract data and document for a business dossier. + * + * @param string $dossierNumber Chamber of Commerce number + * @param bool $includeSource When set the original source is added to the response + * + * @return \stdClass + * + * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetExtractDocumentDataV3 + */ + public function dutchBusinessGetExtractDocumentDataV3($dossierNumber, $includeSource = false) + { + return $this->getAdapter()->call( + 'dutchBusinessGetExtractDocumentDataV3', + ['dossier_number' => $dossierNumber, 'include_source' => $includeSource] + ); + } + /** * Get a list of historical business-extract references for the given company or organisation. * Each business-extract reference in the history contains a summary of the changes relative to the previous @@ -1545,21 +1611,22 @@ public function dutchBusinessGetExtractDocumentDataV2($dossierNumber) * or . * * @param string $dossierNumber Chamber of Commerce number - * @param string $periodStartDate The start date of the period of historic documents. + * @param string $periodStartDate the start date of the period of historic documents * @param string $periodEndDate The end date of the set period, can differ max one year from start date. * [optional][default:today] * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetExtractHistory - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessGetExtractHistory($dossierNumber, $periodStartDate, $periodEndDate) { return $this->getAdapter()->call( 'dutchBusinessGetExtractHistory', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'period_start_date' => $periodStartDate, - 'period_end_date' => $periodEndDate, + 'period_end_date' => $periodEndDate, ] ); } @@ -1568,20 +1635,20 @@ public function dutchBusinessGetExtractHistory($dossierNumber, $periodStartDate, * Get a list of historical business-extract references for the given company or organisation. * Collected by Webservices.nl that contain changes compared to their previous retrieved extract. * - * @param string $dossierNumber Chamber of Commerce number. - * @param string $periodStartDate The start date of the period of historic documents. + * @param string $dossierNumber chamber of Commerce number + * @param string $periodStartDate the start date of the period of historic documents * @param string $periodEndDate The end date of the set period. [optional][default:today] * - * @return \StdClass + * @return \stdClass */ public function dutchBusinessGetExtractHistoryChanged($dossierNumber, $periodStartDate, $periodEndDate) { return $this->getAdapter()->call( 'dutchBusinessGetExtractHistoryChanged', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'period_start_date' => $periodStartDate, - 'period_end_date' => $periodEndDate, + 'period_end_date' => $periodEndDate, ] ); } @@ -1593,7 +1660,8 @@ public function dutchBusinessGetExtractHistoryChanged($dossierNumber, $periodSta * @param string $extractId Business-extract identifier * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetExtractHistoryChanged - * @return \StdClass . + * + * @return \stdClass */ public function dutchBusinessGetExtractHistoryDocumentData($extractId) { @@ -1607,7 +1675,8 @@ public function dutchBusinessGetExtractHistoryDocumentData($extractId) * @param string $extractId Business-extract identifier * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetExtractHistoryDocumentDataV2 - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessGetExtractHistoryDocumentDataV2($extractId) { @@ -1620,7 +1689,8 @@ public function dutchBusinessGetExtractHistoryDocumentDataV2($extractId) * @param string $dossierNumber Chamber of Commerce number * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetLegalExtractDocumentDataV2 - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessGetLegalExtractDocumentDataV2($dossierNumber) { @@ -1635,7 +1705,7 @@ public function dutchBusinessGetLegalExtractDocumentDataV2($dossierNumber) * * @param string $dossierNumber The Chamber of Commerce number * - * @return \StdClass entry + * @return \stdClass entry */ public function dutchBusinessGetPositions($dossierNumber) { @@ -1647,10 +1717,11 @@ public function dutchBusinessGetPositions($dossierNumber) * Returns the section and its description and all levels of SBI codes and their description, according to the * 17-04-2014 version. * - * @param string $sbiCode a number between 2 and 6 characters. + * @param string $sbiCode a number between 2 and 6 characters * @param string $language the language of the resulted sbi code descriptions nl (default) || en (English) * - * @return \StdClass + * @return \stdClass + * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessGetSBIDescription */ public function dutchBusinessGetSBIDescription($sbiCode, $language) @@ -1664,7 +1735,7 @@ public function dutchBusinessGetSBIDescription($sbiCode, $language) /** * @param string $dossierNumber The Chamber of Commerce number * - * @return \StdClass + * @return \stdClass */ public function dutchBusinessGetVatNumber($dossierNumber) { @@ -1691,7 +1762,8 @@ public function dutchBusinessGetVatNumber($dossierNumber) * @param int $page * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessSearch - * @return \StdClass of + * + * @return \stdClass of */ public function dutchBusinessSearch( $dossierNumber, @@ -1709,17 +1781,17 @@ public function dutchBusinessSearch( return $this->getAdapter()->call( 'dutchBusinessSearch', [ - 'dossier_number' => $dossierNumber, - 'trade_name' => $tradeName, - 'city' => $city, - 'street' => $street, - 'postcode' => $postcode, - 'house_number' => $houseNumber, + 'dossier_number' => $dossierNumber, + 'trade_name' => $tradeName, + 'city' => $city, + 'street' => $street, + 'postcode' => $postcode, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'telephone_number' => $telephoneNumber, - 'domain_name' => $domainName, - 'strict_search' => $strictSearch, - 'page' => $page, + 'telephone_number' => $telephoneNumber, + 'domain_name' => $domainName, + 'strict_search' => $strictSearch, + 'page' => $page, ] ); } @@ -1733,17 +1805,17 @@ public function dutchBusinessSearch( * @param string $rsinNumber The RSIN (`Rechtspersonen Samenwerkingsverbanden Informatie Nummer`) number * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of + * @return \stdClass of */ public function dutchBusinessSearchDossierNumber($dossierNumber, $establishmentNumber, $rsinNumber, $page) { return $this->getAdapter()->call( 'dutchBusinessSearchDossierNumber', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'establishment_number' => $establishmentNumber, - 'rsin_number' => $rsinNumber, - 'page' => $page, + 'rsin_number' => $rsinNumber, + 'page' => $page, ] ); } @@ -1758,17 +1830,18 @@ public function dutchBusinessSearchDossierNumber($dossierNumber, $establishmentN * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessSearchEstablishments - * @return \StdClass of + * + * @return \stdClass of */ public function dutchBusinessSearchEstablishments($dossierNumber, $establishmentNumber, $rsinNumber, $page) { return $this->getAdapter()->call( 'dutchBusinessSearchEstablishments', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'establishment_number' => $establishmentNumber, - 'rsin_number' => $rsinNumber, - 'page' => $page, + 'rsin_number' => $rsinNumber, + 'page' => $page, ] ); } @@ -1787,7 +1860,8 @@ public function dutchBusinessSearchEstablishments($dossierNumber, $establishment * @param int $page Page to retrieve, pages start counting at 1 * * @deprecated see dutchBusinessSearchParametersV2 this version working - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessSearchParameters( $tradeName, @@ -1804,16 +1878,16 @@ public function dutchBusinessSearchParameters( return $this->getAdapter()->call( 'dutchBusinessSearchParameters', [ - 'trade_name' => $tradeName, - 'city' => $city, - 'street' => $street, - 'postcode' => $postcode, - 'house_number' => $houseNumber, + 'trade_name' => $tradeName, + 'city' => $city, + 'street' => $street, + 'postcode' => $postcode, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'telephone_number' => $telephoneNumber, - 'domain_name' => $domainName, - 'strict_search' => $strictSearch, - 'page' => $page, + 'telephone_number' => $telephoneNumber, + 'domain_name' => $domainName, + 'strict_search' => $strictSearch, + 'page' => $page, ] ); } @@ -1842,7 +1916,7 @@ public function dutchBusinessSearchParameters( * @param bool $strictSearch * @param int $page * - * @return \StdClass of + * @return \stdClass of */ public function dutchBusinessSearchParametersV2( $tradeName, @@ -1859,16 +1933,16 @@ public function dutchBusinessSearchParametersV2( return $this->getAdapter()->call( 'dutchBusinessSearchParametersV2', [ - 'trade_name' => $tradeName, - 'city' => $city, - 'street' => $street, - 'postcode' => $postcode, - 'house_number' => $houseNumber, + 'trade_name' => $tradeName, + 'city' => $city, + 'street' => $street, + 'postcode' => $postcode, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'telephone_number' => $telephoneNumber, - 'domain_name' => $domainName, - 'strict_search' => $strictSearch, - 'page' => $page, + 'telephone_number' => $telephoneNumber, + 'domain_name' => $domainName, + 'strict_search' => $strictSearch, + 'page' => $page, ] ); } @@ -1882,17 +1956,17 @@ public function dutchBusinessSearchParametersV2( * @param string $houseNumberAddition House number addition * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of + * @return \stdClass of */ public function dutchBusinessSearchPostcode($postcode, $houseNumber, $houseNumberAddition, $page) { return $this->getAdapter()->call( 'dutchBusinessSearchPostcode', [ - 'postcode' => $postcode, - 'house_number' => $houseNumber, + 'postcode' => $postcode, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'page' => $page, + 'page' => $page, ] ); } @@ -1922,7 +1996,7 @@ public function dutchBusinessSearchPostcode($postcode, $houseNumber, $houseNumbe * @param int $employeesMin Minimum number of employees working at the business * @param int $employeesMax Maximum number of employees working at the business * @param string $economicallyActive Indicates whether the businesses should be economically active - * @param string $financialStatus Indicates the financial status of the businesses. + * @param string $financialStatus indicates the financial status of the businesses * @param string $changedSince Date in yyyy-mm-dd format. Businesses match if the information about them * changed on or after this date. * @param string $newSince Date in yyyy-mm-dd format. Only businesses which were added on or after this @@ -1932,7 +2006,8 @@ public function dutchBusinessSearchPostcode($postcode, $houseNumber, $houseNumbe * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessSearchSelection - * @return \StdClass of + * + * @return \stdClass of */ public function dutchBusinessSearchSelection( $city, @@ -1951,18 +2026,18 @@ public function dutchBusinessSearchSelection( return $this->getAdapter()->call( 'dutchBusinessSearchSelection', [ - 'city' => $city, - 'postcode' => $postcode, - 'sbi' => $sbi, - 'primary_sbi_only' => $primarySbiOnly, - 'legal_form' => $legalForm, - 'employees_min' => $employeesMin, - 'employees_max' => $employeesMax, + 'city' => $city, + 'postcode' => $postcode, + 'sbi' => $sbi, + 'primary_sbi_only' => $primarySbiOnly, + 'legal_form' => $legalForm, + 'employees_min' => $employeesMin, + 'employees_max' => $employeesMax, 'economically_active' => $economicallyActive, - 'financial_status' => $financialStatus, - 'changed_since' => $changedSince, - 'new_since' => $newSince, - 'page' => $page, + 'financial_status' => $financialStatus, + 'changed_since' => $changedSince, + 'new_since' => $newSince, + 'page' => $page, ] ); } @@ -1980,7 +2055,8 @@ public function dutchBusinessSearchSelection( * @param string $establishmentNumber Establishment number * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessUpdateAddDossier - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessUpdateAddDossier($dossierNumber, $establishmentNumber) { @@ -2006,16 +2082,17 @@ public function dutchBusinessUpdateAddDossier($dossierNumber, $establishmentNumb * specified in the request. * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessUpdateCheckDossier - * @return \StdClass + * + * @return \stdClass */ public function dutchBusinessUpdateCheckDossier($dossierNumber, $establishmentNumber, $updateTypes) { return $this->getAdapter()->call( 'dutchBusinessUpdateCheckDossier', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'establishment_number' => $establishmentNumber, - 'update_types' => $updateTypes, + 'update_types' => $updateTypes, ] ); } @@ -2037,7 +2114,8 @@ public function dutchBusinessUpdateCheckDossier($dossierNumber, $establishmentNu * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessUpdateGetChangedDossiers - * @return \StdClass of + * + * @return \stdClass of */ public function dutchBusinessUpdateGetChangedDossiers($changedSince, $updateTypes, $page) { @@ -2063,7 +2141,8 @@ public function dutchBusinessUpdateGetChangedDossiers($changedSince, $updateType * @param int $page The page of results * * @link https://webview.webservices.nl/documentation/files/service_dutchbusiness-php.html#Dutch_Business.dutchBusinessUpdateGetDossiers - * @return \StdClass of entries. + * + * @return \stdClass of entries */ public function dutchBusinessUpdateGetDossiers($updateTypes, $page) { @@ -2080,7 +2159,7 @@ public function dutchBusinessUpdateGetDossiers($updateTypes, $page) * @param string $dossierNumber Chamber of Commerce number * @param string $establishmentNumber Establishment number * - * @return \StdClass + * @return \stdClass */ public function dutchBusinessUpdateRemoveDossier($dossierNumber, $establishmentNumber) { @@ -2096,7 +2175,8 @@ public function dutchBusinessUpdateRemoveDossier($dossierNumber, $establishmentN * @param string $licensePlate The dutch license plate * * @link https://webview.webservices.nl/documentation/files/service_dutchvehicle-php.html#Dutch_Vehicle.dutchVehicleGetMarketValue - * @return \StdClass + * + * @return \stdClass */ public function dutchVehicleGetMarketValue($licensePlate) { @@ -2109,7 +2189,8 @@ public function dutchVehicleGetMarketValue($licensePlate) * @param string $licensePlate The dutch license plate * * @link https://webview.webservices.nl/documentation/files/service_dutchvehicle-php.html#Dutch_Vehicle.dutchVehicleGetOwnerHistory - * @return \StdClass + * + * @return \stdClass */ public function dutchVehicleGetOwnerHistory($licensePlate) { @@ -2124,7 +2205,8 @@ public function dutchVehicleGetOwnerHistory($licensePlate) * @param string $licensePlate The dutch license plate * * @link https://webview.webservices.nl/documentation/files/service_dutchvehicle-php.html#Dutch_Vehicle.dutchVehicleGetPurchaseReference - * @return \StdClass + * + * @return \stdClass */ public function dutchVehicleGetPurchaseReference($licensePlate) { @@ -2134,7 +2216,7 @@ public function dutchVehicleGetPurchaseReference($licensePlate) /** * @param string $licensePlate The dutch license plate * - * @return \StdClass + * @return \stdClass */ public function dutchVehicleGetVehicle($licensePlate) { @@ -2155,7 +2237,8 @@ public function dutchVehicleGetVehicle($licensePlate) * @param string $phoneNumber Home phone number, only numeric characters (e.g. 0201234567), may be empty. * * @link https://webview.webservices.nl/documentation/files/service_edr-php.html#EDR.edrGetScore - * @return \StdClass + * + * @return \stdClass */ public function edrGetScore( $lastName, @@ -2171,15 +2254,15 @@ public function edrGetScore( return $this->getAdapter()->call( 'edrGetScore', [ - 'last_name' => $lastName, - 'initials' => $initials, + 'last_name' => $lastName, + 'initials' => $initials, 'surname_prefix' => $surnamePrefix, - 'gender' => $gender, - 'birth_date' => $birthDate, - 'street' => $street, - 'house_number' => $houseNumber, - 'postcode' => $postcode, - 'phone_number' => $phoneNumber, + 'gender' => $gender, + 'birth_date' => $birthDate, + 'street' => $street, + 'house_number' => $houseNumber, + 'postcode' => $postcode, + 'phone_number' => $phoneNumber, ] ); } @@ -2199,7 +2282,8 @@ public function edrGetScore( * @param int $houseNo Address house number * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationAddressCoordinatesLatLon - * @return \StdClass + * + * @return \stdClass */ public function geoLocationAddressCoordinatesLatLon($postcode, $city, $street, $houseNo) { @@ -2207,9 +2291,9 @@ public function geoLocationAddressCoordinatesLatLon($postcode, $city, $street, $ 'geoLocationAddressCoordinatesLatLon', [ 'postcode' => $postcode, - 'city' => $city, - 'street' => $street, - 'houseno' => $houseNo, + 'city' => $city, + 'street' => $street, + 'houseno' => $houseNo, ] ); } @@ -2229,7 +2313,8 @@ public function geoLocationAddressCoordinatesLatLon($postcode, $city, $street, $ * @param int $houseNo Address house number * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationAddressCoordinatesRD - * @return \StdClass + * + * @return \stdClass */ public function geoLocationAddressCoordinatesRD($postcode, $city, $street, $houseNo) { @@ -2246,6 +2331,7 @@ public function geoLocationAddressCoordinatesRD($postcode, $city, $street, $hous * @param array $nbCodes Array of neighborhood codes to sort using increasing distance to nbcodefrom * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationDistanceSortedNeighborhoodCodes + * * @return \stdClass of */ public function geoLocationDistanceSortedNeighborhoodCodes($nbCodefrom, $nbCodes) @@ -2266,7 +2352,7 @@ public function geoLocationDistanceSortedNeighborhoodCodes($nbCodefrom, $nbCodes * @param int $radius Radius from nbcodefrom to search in, in meters * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of + * @return \stdClass of */ public function geoLocationDistanceSortedNeighborhoodCodesRadius($nbCodefrom, $radius, $page) { @@ -2285,6 +2371,7 @@ public function geoLocationDistanceSortedNeighborhoodCodesRadius($nbCodefrom, $r * @param int $page Page to retrieve, pages start counting at 1 * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationDistanceSortedPostcodesRadius + * * @return \StdCLass of */ public function geoLocationDistanceSortedPostcodesRadius($postcodeFrom, $radius, $page) @@ -2307,6 +2394,7 @@ public function geoLocationDistanceSortedPostcodesRadius($postcodeFrom, $radius, * @param bool $inRadians Indicate if input is in radians (otherwise they are interpreted as degrees) * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationHaversineDistance + * * @return int */ public function geoLocationHaversineDistance( @@ -2319,11 +2407,11 @@ public function geoLocationHaversineDistance( return $this->getAdapter()->call( 'geoLocationHaversineDistance', [ - 'latitude_coord_1' => $latitudeCoord1, + 'latitude_coord_1' => $latitudeCoord1, 'longitude_coord_1' => $longitudeCoord1, - 'latitude_coord_2' => $latitudeCoord2, + 'latitude_coord_2' => $latitudeCoord2, 'longitude_coord_2' => $longitudeCoord2, - 'in_radians' => $inRadians] + 'in_radians' => $inRadians, ] ); } @@ -2342,10 +2430,11 @@ public function geoLocationHaversineDistance( * exactly matched. * @param string $country Country of the address. Country can be specified by using ISO3 country codes * (recommended). Complete country names may not always work - * @param string $language Language used for input and preferred language for the output. + * @param string $language language used for input and preferred language for the output * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationInternationalAddressCoordinatesLatLon - * @return \StdClass + * + * @return \stdClass */ public function geoLocationInternationalAddressCoordinatesLatLon( $street, @@ -2358,11 +2447,11 @@ public function geoLocationInternationalAddressCoordinatesLatLon( return $this->getAdapter()->call( 'geoLocationInternationalAddressCoordinatesLatLon', [ - 'street' => $street, - 'houseno' => $houseNo, - 'city' => $city, + 'street' => $street, + 'houseno' => $houseNo, + 'city' => $city, 'province' => $province, - 'country' => $country, + 'country' => $country, 'language' => $language, ] ); @@ -2386,7 +2475,8 @@ public function geoLocationInternationalAddressCoordinatesLatLon( * language requested. * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationInternationalAddressCoordinatesLatLonV2 - * @return \StdClass + * + * @return \stdClass */ public function geoLocationInternationalAddressCoordinatesLatLonV2( $country, @@ -2401,14 +2491,14 @@ public function geoLocationInternationalAddressCoordinatesLatLonV2( return $this->getAdapter()->call( 'geoLocationInternationalAddressCoordinatesLatLonV2', [ - 'country' => $country, + 'country' => $country, 'postalcode' => $postalCode, - 'houseno' => $houseNo, - 'street' => $street, - 'city' => $city, - 'province' => $province, - 'matchrate' => $matchRate, - 'language' => $language, + 'houseno' => $houseNo, + 'street' => $street, + 'city' => $city, + 'province' => $province, + 'matchrate' => $matchRate, + 'language' => $language, ] ); } @@ -2420,7 +2510,8 @@ public function geoLocationInternationalAddressCoordinatesLatLonV2( * @param float $longitude Longitude of the location * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationInternationalLatLonToAddress - * @return \StdClass + * + * @return \stdClass */ public function geoLocationInternationalLatLonToAddress($latitude, $longitude) { @@ -2440,7 +2531,8 @@ public function geoLocationInternationalLatLonToAddress($latitude, $longitude) * (recommended). Complete country names may not always work. * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationInternationalPostcodeCoordinatesLatLon - * @return \StdClass LatLonCoordinates> + * + * @return \stdClass LatLonCoordinates> */ public function geoLocationInternationalPostcodeCoordinatesLatLon($postcode, $country) { @@ -2461,7 +2553,8 @@ public function geoLocationInternationalPostcodeCoordinatesLatLon($postcode, $co * @param float $longitude Longitude of the location * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationLatLonToAddressV2 - * @return \StdClass + * + * @return \stdClass */ public function geoLocationLatLonToAddressV2($latitude, $longitude) { @@ -2478,7 +2571,8 @@ public function geoLocationLatLonToAddressV2($latitude, $longitude) * @param string $longitude Longitude of the postcode * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationLatLonToPostcode - * @return \StdClass + * + * @return \stdClass */ public function geoLocationLatLonToPostcode($latitude, $longitude) { @@ -2495,7 +2589,8 @@ public function geoLocationLatLonToPostcode($latitude, $longitude) * @param string $longitude Longitude of the postcode * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationLatLonToRD - * @return \StdClass + * + * @return \stdClass */ public function geoLocationLatLonToRD($latitude, $longitude) { @@ -2511,11 +2606,12 @@ public function geoLocationLatLonToRD($latitude, $longitude) * @param string $nbCode Neighborhoodcode to find the location of * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationNeighborhoodCoordinatesLatLon - * @return \StdClass + * + * @return \stdClass */ public function geoLocationNeighborhoodCoordinatesLatLon($nbCode) { - return $this->getAdapter()->call('geoLocationNeighborhoodCoordinatesLatLon', ['nbcode' => (string)$nbCode]); + return $this->getAdapter()->call('geoLocationNeighborhoodCoordinatesLatLon', ['nbcode' => (string) $nbCode]); } /** @@ -2524,11 +2620,12 @@ public function geoLocationNeighborhoodCoordinatesLatLon($nbCode) * @param string $nbCode Neighborhoodcode to find the location of * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationNeighborhoodCoordinatesRD - * @return \StdClass + * + * @return \stdClass */ public function geoLocationNeighborhoodCoordinatesRD($nbCode) { - return $this->getAdapter()->call('geoLocationNeighborhoodCoordinatesRD', ['nbcode' => (string)$nbCode]); + return $this->getAdapter()->call('geoLocationNeighborhoodCoordinatesRD', ['nbcode' => (string) $nbCode]); } /** @@ -2538,6 +2635,7 @@ public function geoLocationNeighborhoodCoordinatesRD($nbCode) * @param string $nbCodeto Neighborhood code of the second neighborhood * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationNeighborhoodDistance + * * @return int distance in meters */ public function geoLocationNeighborhoodDistance($nbCodefrom, $nbCodeto) @@ -2554,7 +2652,8 @@ public function geoLocationNeighborhoodDistance($nbCodefrom, $nbCodeto) * @param string $postcode Postcode to find the location of * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationPostcodeCoordinatesLatLon - * @return \StdClass + * + * @return \stdClass */ public function geoLocationPostcodeCoordinatesLatLon($postcode) { @@ -2567,7 +2666,8 @@ public function geoLocationPostcodeCoordinatesLatLon($postcode) * @param string $postcode Postcode to find the location of * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationPostcodeCoordinatesRD - * @return \StdClass + * + * @return \stdClass */ public function geoLocationPostcodeCoordinatesRD($postcode) { @@ -2581,6 +2681,7 @@ public function geoLocationPostcodeCoordinatesRD($postcode) * @param string $postcodeTo Second postcode * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationPostcodeDistance + * * @return int distance in meters */ public function geoLocationPostcodeDistance($postcodeFrom, $postcodeTo) @@ -2603,7 +2704,8 @@ public function geoLocationPostcodeDistance($postcodeFrom, $postcodeTo) * @param int $posY rd Y of the location * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationRDToAddressV2 - * @return \StdClass + * + * @return \stdClass */ public function geoLocationRDToAddressV2($posX, $posY) { @@ -2617,7 +2719,8 @@ public function geoLocationRDToAddressV2($posX, $posY) * @param int $posY part of the RD coordinate * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationLatLonToRD - * @return \StdClass + * + * @return \stdClass */ public function geoLocationRDToLatLon($posX, $posY) { @@ -2631,7 +2734,8 @@ public function geoLocationRDToLatLon($posX, $posY) * @param int $posY part of the RD coordinate * * @link https://webview.webservices.nl/documentation/files/service_geolocation-php.html#Geolocation.geoLocationRDToPostcode - * @return \StdClass postcode + * + * @return \stdClass postcode */ public function geoLocationRDToPostcode($posX, $posY) { @@ -2646,26 +2750,28 @@ public function geoLocationRDToPostcode($posX, $posY) * @param int $graydonCompanyId 9 Digit Graydon company identification number * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditCompanyLiaisons - * @return \StdClass . + * + * @return \stdClass */ public function graydonCreditCompanyLiaisons($graydonCompanyId) { return $this->getAdapter()->call( 'graydonCreditCompanyLiaisons', - ['graydon_company_id' => (int)$graydonCompanyId] + ['graydon_company_id' => (int) $graydonCompanyId] ); } /** * Retrieve a Graydon credit report of a company registered in the Netherlands. * - * @param int $graydonCompanyId 9 Digit Graydon company identification number. + * @param int $graydonCompanyId 9 Digit Graydon company identification number * @param string $document Specify to retrieve an extra document with an excerpt of the data. Currently * unused. Possible values: * [empty string] -- Return no extra document. * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditGetReport - * @return \StdClass + * + * @return \stdClass */ public function graydonCreditGetReport($graydonCompanyId, $document) { @@ -2684,7 +2790,8 @@ public function graydonCreditGetReport($graydonCompanyId, $document) * list of free test reports. * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditManagement - * @return \StdClass + * + * @return \stdClass */ public function graydonCreditManagement($graydonCompanyId) { @@ -2696,10 +2803,11 @@ public function graydonCreditManagement($graydonCompanyId) * If an alarm code is set, no values are returned. Use to retrieve more information about * the alarm/calamity. * - * @param int $graydonCompanyId 9 Digit Graydon company identification number. + * @param int $graydonCompanyId 9 Digit Graydon company identification number * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditQuickscan - * @return \StdClass + * + * @return \stdClass */ public function graydonCreditQuickscan($graydonCompanyId) { @@ -2715,7 +2823,8 @@ public function graydonCreditQuickscan($graydonCompanyId) * list of free test reports * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditRatings - * @return \StdClass + * + * @return \stdClass */ public function graydonCreditRatings($graydonCompanyId) { @@ -2734,16 +2843,17 @@ public function graydonCreditRatings($graydonCompanyId) * Supported countries: nl -- The Netherlands * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditSearchIdentification - * @return \StdClass of + * + * @return \stdClass of */ public function graydonCreditSearchIdentification($companyId, $companyIdType, $countryIso2) { return $this->getAdapter()->call( 'graydonCreditSearchIdentification', [ - 'company_id' => $companyId, + 'company_id' => $companyId, 'company_id_type' => $companyIdType, - 'country_iso2' => $countryIso2, + 'country_iso2' => $countryIso2, ] ); } @@ -2757,7 +2867,8 @@ public function graydonCreditSearchIdentification($companyId, $companyIdType, $c * Supported countries: nl -- The Netherlands * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditSearchName - * @return \StdClass of + * + * @return \stdClass of */ public function graydonCreditSearchName($companyName, $residence, $countryIso2) { @@ -2777,15 +2888,16 @@ public function graydonCreditSearchName($companyName, $residence, $countryIso2) * Supported countries: nl -- The Netherlands * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditSearchPostcode - * @return \StdClass of + * + * @return \stdClass of */ public function graydonCreditSearchPostcode($postcode, $houseNo, $telephoneNo, $countryIso2) { return $this->getAdapter()->call( 'graydonCreditSearchPostcode', [ - 'postcode' => $postcode, - 'house_no' => $houseNo, + 'postcode' => $postcode, + 'house_no' => $houseNo, 'telephone_no' => $telephoneNo, 'country_iso2' => $countryIso2, ] @@ -2801,7 +2913,8 @@ public function graydonCreditSearchPostcode($postcode, $houseNo, $telephoneNo, $ * See for a list of free test reports * * @link https://webview.webservices.nl/documentation/files/service_graydoncredit-php.html#Graydon_Credit.graydonCreditVatNumber - * @return \StdClass + * + * @return \stdClass */ public function graydonCreditVatNumber($graydonCompanyId) { @@ -2824,11 +2937,12 @@ public function graydonCreditVatNumber($graydonCompanyId) * @param string $postcode Postalcode search phrase * @param string $province Province search phrase * @param string $country Country of the address, required. Accepts ISO3 country codes. - * @param string $language Language in which the results are returned, see . - * @param string $countryFormat The format in which the country is returned, see . + * @param string $language language in which the results are returned, see + * @param string $countryFormat the format in which the country is returned, see * * @link https://webview.webservices.nl/documentation/files/service_internationaladdress-php.html#International_Address.internationalAddressSearchInteractive - * @return \StdClass + * + * @return \stdClass */ public function internationalAddressSearchInteractive( $organization, @@ -2846,16 +2960,16 @@ public function internationalAddressSearchInteractive( return $this->getAdapter()->call( 'internationalAddressSearchInteractive', [ - 'organization' => $organization, - 'building' => $building, - 'street' => $street, - 'housenr' => $houseNr, - 'pobox' => $poBox, - 'locality' => $locality, - 'postcode' => $postcode, - 'province' => $province, - 'country' => $country, - 'language' => $language, + 'organization' => $organization, + 'building' => $building, + 'street' => $street, + 'housenr' => $houseNr, + 'pobox' => $poBox, + 'locality' => $locality, + 'postcode' => $postcode, + 'province' => $province, + 'country' => $country, + 'language' => $language, 'country_format' => $countryFormat, ] ); @@ -2877,11 +2991,12 @@ public function internationalAddressSearchInteractive( * @param string $postcode Postalcode search phrase * @param string $province Province search phrase * @param string $country Country of the address, required. Accepts ISO3 country codes. - * @param string $language Language in which the results are returned, see . - * @param string $countryFormat The format in which the country is returned, see . + * @param string $language language in which the results are returned, see + * @param string $countryFormat the format in which the country is returned, see * * @link https://webview.webservices.nl/documentation/files/service_internationaladdress-php.html#International_Address.internationalAddressSearchV2 - * @return \StdClass + * + * @return \stdClass */ public function internationalAddressSearchV2( $organization, @@ -2899,16 +3014,16 @@ public function internationalAddressSearchV2( return $this->getAdapter()->call( 'internationalAddressSearchV2', [ - 'organization' => $organization, - 'building' => $building, - 'street' => $street, - 'housenr' => $houseNr, - 'pobox' => $poBox, - 'locality' => $locality, - 'postcode' => $postcode, - 'province' => $province, - 'country' => $country, - 'language' => $language, + 'organization' => $organization, + 'building' => $building, + 'street' => $street, + 'housenr' => $houseNr, + 'pobox' => $poBox, + 'locality' => $locality, + 'postcode' => $postcode, + 'province' => $province, + 'country' => $country, + 'language' => $language, 'country_format' => $countryFormat, ] ); @@ -2927,23 +3042,23 @@ public function internationalAddressSearchV2( * @param string $houseNoAddition Address house number addition * * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterAddressCoordinates - * @return \StdClass + * + * @return \stdClass */ public function kadasterAddressCoordinates($postcode, $city, $street, $houseNo, $houseNoAddition) { return $this->getAdapter()->call( 'kadasterAddressCoordinates', [ - 'postcode' => $postcode, - 'city' => $city, - 'street' => $street, - 'houseno' => $houseNo, + 'postcode' => $postcode, + 'city' => $city, + 'street' => $street, + 'houseno' => $houseNo, 'housenoaddition' => $houseNoAddition, ] ); } - /** * Find a 'bron document', a document which is the basis for an ascription. * See for an example document. @@ -2952,7 +3067,7 @@ public function kadasterAddressCoordinates($postcode, $city, $street, $houseNo, * Supported values: * 3 -- Register of mortgage documents (dutch: hypotheekakte) * 4 -- Register of transport documents (dutch: transportakte) - * @param string $deel Identifier for a group of documents within a register of a Kadaster. + * @param string $deel identifier for a group of documents within a register of a Kadaster * @param string $nummer Alphanumeric number used to identify a document. Note that a number does * not relate to a single revision of the document, numbers may be reused if * a change is issued on time. @@ -2974,7 +3089,7 @@ public function kadasterAddressCoordinates($postcode, $city, $street, $houseNo, * gif_144 -- A PDF file, and one GIF image for every page will be returned. * Each image is approximately 1190 by 1684 pixels. * - * @return \StdClass + * @return \stdClass */ public function kadasterBronDocument($aanduidingSoortRegister, $deel, $nummer, $reeks, $format) { @@ -2982,10 +3097,10 @@ public function kadasterBronDocument($aanduidingSoortRegister, $deel, $nummer, $ 'kadasterBronDocument', [ 'aanduiding_soort_register' => $aanduidingSoortRegister, - 'deel' => $deel, - 'nummer' => $nummer, - 'reeks' => $reeks, - 'format' => $format, + 'deel' => $deel, + 'nummer' => $nummer, + 'reeks' => $reeks, + 'format' => $format, ] ); } @@ -3014,7 +3129,8 @@ public function kadasterBronDocument($aanduidingSoortRegister, $deel, $nummer, $ * Each image is approximately 1190 by 1684 pixels. * * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtDocumentPerceel - * @return \StdClass + * + * @return \stdClass */ public function kadasterEigendomsBerichtDocumentPerceel( $gemeenteCode, @@ -3028,13 +3144,13 @@ public function kadasterEigendomsBerichtDocumentPerceel( return $this->getAdapter()->call( 'kadasterEigendomsBerichtDocumentPerceel', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, ] ); } @@ -3059,22 +3175,22 @@ public function kadasterEigendomsBerichtDocumentPerceel( * Each image is approximately 1190 by 1684 pixels. * * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtDocumentPostcode - * @return \StdClass + * + * @return \stdClass */ public function kadasterEigendomsBerichtDocumentPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format) { return $this->getAdapter()->call( 'kadasterEigendomsBerichtDocumentPostcode', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, + 'format' => $format, ] ); } - /** * Find a 'Eigendomsbericht' by parcel details. * Returns the result as a . In addition to the structured result, a file in the PDF format @@ -3092,7 +3208,8 @@ public function kadasterEigendomsBerichtDocumentPostcode($postcode, $huisNummer, * * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtPerceel * @deprecated please use instead - * @return \StdClass + * + * @return \stdClass */ public function kadasterEigendomsBerichtPerceel( $gemeenteCode, @@ -3105,12 +3222,12 @@ public function kadasterEigendomsBerichtPerceel( return $this->getAdapter()->call( 'kadasterEigendomsBerichtPerceel', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, ] ); } @@ -3131,7 +3248,8 @@ public function kadasterEigendomsBerichtPerceel( * @param string $volgnummer Object index number, set if object is part of another parcel * * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtPerceelV2 - * @return \StdClass + * + * @return \stdClass */ public function kadasterEigendomsBerichtPerceelV2( $gemeenteCode, @@ -3144,12 +3262,12 @@ public function kadasterEigendomsBerichtPerceelV2( return $this->getAdapter()->call( 'kadasterEigendomsBerichtPerceelV2', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, ] ); } @@ -3165,15 +3283,16 @@ public function kadasterEigendomsBerichtPerceelV2( * * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtPostcode * @deprecated please use kadasterEigendomsBerichtPostcodeV2 - * @return \StdClass + * + * @return \stdClass */ public function kadasterEigendomsBerichtPostcode($postcode, $huisNummer, $huisNummerToevoeging) { return $this->getAdapter()->call( 'kadasterEigendomsBerichtPostcode', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, ] ); @@ -3189,15 +3308,16 @@ public function kadasterEigendomsBerichtPostcode($postcode, $huisNummer, $huisNu * @param string $huisNummerToevoeging Address house number addition * * @link https://webview.webservices.nl/documentation/files/service_kadaster-php.html#Kadaster.kadasterEigendomsBerichtPostcodeV2 - * @return \StdClass + * + * @return \stdClass */ public function kadasterEigendomsBerichtPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging) { return $this->getAdapter()->call( 'kadasterEigendomsBerichtPostcodeV2', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, ] ); @@ -3230,7 +3350,8 @@ public function kadasterEigendomsBerichtPostcodeV2($postcode, $huisNummer, $huis * Each image is approximately 1190 by 1684 pixels. * * @deprecated please use - * @return \StdClass + * + * @return \stdClass */ public function kadasterHypothecairBerichtPerceel( $gemeenteCode, @@ -3244,13 +3365,13 @@ public function kadasterHypothecairBerichtPerceel( return $this->getAdapter()->call( 'kadasterHypothecairBerichtPerceel', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, ] ); } @@ -3264,7 +3385,7 @@ public function kadasterHypothecairBerichtPerceel( * @param $volgnummer * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterHypothecairBerichtPerceelV2( $gemeenteCode, @@ -3278,13 +3399,13 @@ public function kadasterHypothecairBerichtPerceelV2( return $this->getAdapter()->call( 'kadasterHypothecairBerichtPerceelV2', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, ] ); } @@ -3298,7 +3419,7 @@ public function kadasterHypothecairBerichtPerceelV2( * @param $volgnummer * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterHypothecairBerichtPerceelV3( $gemeenteCode, @@ -3312,13 +3433,13 @@ public function kadasterHypothecairBerichtPerceelV3( return $this->getAdapter()->call( 'kadasterHypothecairBerichtPerceelV3', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, ] ); } @@ -3329,17 +3450,17 @@ public function kadasterHypothecairBerichtPerceelV3( * @param $huisNummerToevoeging * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterHypothecairBerichtPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format) { return $this->getAdapter()->call( 'kadasterHypothecairBerichtPostcode', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, + 'format' => $format, ] ); } @@ -3350,17 +3471,17 @@ public function kadasterHypothecairBerichtPostcode($postcode, $huisNummer, $huis * @param $huisNummerToevoeging * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterHypothecairBerichtPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format) { return $this->getAdapter()->call( 'kadasterHypothecairBerichtPostcodeV2', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, + 'format' => $format, ] ); } @@ -3371,17 +3492,17 @@ public function kadasterHypothecairBerichtPostcodeV2($postcode, $huisNummer, $hu * @param $huisNummerToevoeging * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterHypothecairBerichtPostcodeV3($postcode, $huisNummer, $huisNummerToevoeging, $format) { return $this->getAdapter()->call( 'kadasterHypothecairBerichtPostcodeV3', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, + 'format' => $format, ] ); } @@ -3396,7 +3517,7 @@ public function kadasterHypothecairBerichtPostcodeV3($postcode, $huisNummer, $hu * @param $format * @param $schaal * - * @return \StdClass + * @return \stdClass */ public function kadasterKadastraleKaartPerceel( $gemeenteCode, @@ -3411,14 +3532,14 @@ public function kadasterKadastraleKaartPerceel( return $this->getAdapter()->call( 'kadasterKadastraleKaartPerceel', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, - 'schaal' => $schaal, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, + 'schaal' => $schaal, ] ); } @@ -3433,7 +3554,7 @@ public function kadasterKadastraleKaartPerceel( * @param $format * @param $schaal * - * @return \StdClass + * @return \stdClass */ public function kadasterKadastraleKaartPerceelV2( $gemeenteCode, @@ -3448,14 +3569,14 @@ public function kadasterKadastraleKaartPerceelV2( return $this->getAdapter()->call( 'kadasterKadastraleKaartPerceelV2', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, - 'schaal' => $schaal, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, + 'schaal' => $schaal, ] ); } @@ -3467,18 +3588,18 @@ public function kadasterKadastraleKaartPerceelV2( * @param $format * @param $schaal * - * @return \StdClass + * @return \stdClass */ public function kadasterKadastraleKaartPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format, $schaal) { return $this->getAdapter()->call( 'kadasterKadastraleKaartPostcode', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, - 'schaal' => $schaal, + 'format' => $format, + 'schaal' => $schaal, ] ); } @@ -3490,18 +3611,18 @@ public function kadasterKadastraleKaartPostcode($postcode, $huisNummer, $huisNum * @param $format * @param $schaal * - * @return \StdClass + * @return \stdClass */ public function kadasterKadastraleKaartPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format, $schaal) { return $this->getAdapter()->call( 'kadasterKadastraleKaartPostcodeV2', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, - 'schaal' => $schaal, + 'format' => $format, + 'schaal' => $schaal, ] ); } @@ -3510,14 +3631,14 @@ public function kadasterKadastraleKaartPostcodeV2($postcode, $huisNummer, $huisN * @param $postcode * @param $huisNummer * - * @return \StdClass + * @return \stdClass */ public function kadasterKoopsommenOverzicht($postcode, $huisNummer) { return $this->getAdapter()->call( 'kadasterKoopsommenOverzicht', [ - 'postcode' => $postcode, + 'postcode' => $postcode, 'huisnummer' => $huisNummer, ] ); @@ -3528,16 +3649,16 @@ public function kadasterKoopsommenOverzicht($postcode, $huisNummer) * @param $huisNummer * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterKoopsommenOverzichtV2($postcode, $huisNummer, $format) { return $this->getAdapter()->call( 'kadasterKoopsommenOverzichtV2', [ - 'postcode' => $postcode, + 'postcode' => $postcode, 'huisnummer' => $huisNummer, - 'format' => $format, + 'format' => $format, ] ); } @@ -3551,7 +3672,7 @@ public function kadasterKoopsommenOverzichtV2($postcode, $huisNummer, $format) * @param $volgnummer * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterUittrekselKadastraleKaartPerceel( $gemeenteCode, @@ -3565,13 +3686,13 @@ public function kadasterUittrekselKadastraleKaartPerceel( return $this->getAdapter()->call( 'kadasterUittrekselKadastraleKaartPerceel', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, ] ); } @@ -3585,7 +3706,7 @@ public function kadasterUittrekselKadastraleKaartPerceel( * @param $volgnummer * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterUittrekselKadastraleKaartPerceelV2( $gemeenteCode, @@ -3599,13 +3720,13 @@ public function kadasterUittrekselKadastraleKaartPerceelV2( return $this->getAdapter()->call( 'kadasterUittrekselKadastraleKaartPerceelV2', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, ] ); } @@ -3619,7 +3740,7 @@ public function kadasterUittrekselKadastraleKaartPerceelV2( * @param $volgnummer * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterUittrekselKadastraleKaartPerceelV3( $gemeenteCode, @@ -3633,13 +3754,13 @@ public function kadasterUittrekselKadastraleKaartPerceelV3( return $this->getAdapter()->call( 'kadasterUittrekselKadastraleKaartPerceelV3', [ - 'gemeentecode' => $gemeenteCode, - 'gemeentenaam' => $gemeenteNaam, - 'sectie' => $sectie, + 'gemeentecode' => $gemeenteCode, + 'gemeentenaam' => $gemeenteNaam, + 'sectie' => $sectie, 'perceelnummer' => $perceelnummer, - 'relatiecode' => $relatieCode, - 'volgnummer' => $volgnummer, - 'format' => $format, + 'relatiecode' => $relatieCode, + 'volgnummer' => $volgnummer, + 'format' => $format, ] ); } @@ -3650,17 +3771,17 @@ public function kadasterUittrekselKadastraleKaartPerceelV3( * @param $huisNummerToevoeging * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterUittrekselKadastraleKaartPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format) { return $this->getAdapter()->call( 'kadasterUittrekselKadastraleKaartPostcode', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, + 'format' => $format, ] ); } @@ -3671,17 +3792,17 @@ public function kadasterUittrekselKadastraleKaartPostcode($postcode, $huisNummer * @param $huisNummerToevoeging * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterUittrekselKadastraleKaartPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format) { return $this->getAdapter()->call( 'kadasterUittrekselKadastraleKaartPostcodeV2', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, + 'format' => $format, ] ); } @@ -3692,23 +3813,23 @@ public function kadasterUittrekselKadastraleKaartPostcodeV2($postcode, $huisNumm * @param $huisNummerToevoeging * @param $format * - * @return \StdClass + * @return \stdClass */ public function kadasterUittrekselKadastraleKaartPostcodeV3($postcode, $huisNummer, $huisNummerToevoeging, $format) { return $this->getAdapter()->call( 'kadasterUittrekselKadastraleKaartPostcodeV3', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'format' => $format, + 'format' => $format, ] ); } /** - * @return \StdClass + * @return \stdClass */ public function kadasterValueListGetMunicipalities() { @@ -3716,7 +3837,7 @@ public function kadasterValueListGetMunicipalities() } /** - * @return \StdClass + * @return \stdClass */ public function kadasterValueListGetRanges() { @@ -3727,14 +3848,14 @@ public function kadasterValueListGetRanges() * @param $dossierNumber * @param $establishmentNumber * - * @return \StdClass + * @return \stdClass */ public function kvkGetDossier($dossierNumber, $establishmentNumber) { return $this->getAdapter()->call( 'kvkGetDossier', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'establishment_number' => $establishmentNumber, ] ); @@ -3744,7 +3865,7 @@ public function kvkGetDossier($dossierNumber, $establishmentNumber) * @param $dossierNumber * @param $allowCaching * - * @return \StdClass + * @return \stdClass */ public function kvkGetExtractDocument($dossierNumber, $allowCaching) { @@ -3760,17 +3881,17 @@ public function kvkGetExtractDocument($dossierNumber, $allowCaching) * @param $rsinNumber * @param $page * - * @return \StdClass + * @return \stdClass */ public function kvkSearchDossierNumber($dossierNumber, $establishmentNumber, $rsinNumber, $page) { return $this->getAdapter()->call( 'kvkSearchDossierNumber', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'establishment_number' => $establishmentNumber, - 'rsin_number' => $rsinNumber, - 'page' => $page, + 'rsin_number' => $rsinNumber, + 'page' => $page, ] ); } @@ -3787,7 +3908,7 @@ public function kvkSearchDossierNumber($dossierNumber, $establishmentNumber, $rs * @param $strictSearch * @param $page * - * @return \StdClass + * @return \stdClass */ public function kvkSearchParameters( $tradeName, @@ -3804,16 +3925,16 @@ public function kvkSearchParameters( return $this->getAdapter()->call( 'kvkSearchParameters', [ - 'trade_name' => $tradeName, - 'city' => $city, - 'street' => $street, - 'postcode' => $postcode, - 'house_number' => $houseNumber, + 'trade_name' => $tradeName, + 'city' => $city, + 'street' => $street, + 'postcode' => $postcode, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'telephone_number' => $telephoneNumber, - 'domain_name' => $domainName, - 'strict_search' => $strictSearch, - 'page' => $page, + 'telephone_number' => $telephoneNumber, + 'domain_name' => $domainName, + 'strict_search' => $strictSearch, + 'page' => $page, ] ); } @@ -3824,17 +3945,17 @@ public function kvkSearchParameters( * @param $houseNumberAddition * @param $page * - * @return \StdClass + * @return \stdClass */ public function kvkSearchPostcode($postcode, $houseNumber, $houseNumberAddition, $page) { return $this->getAdapter()->call( 'kvkSearchPostcode', [ - 'postcode' => $postcode, - 'house_number' => $houseNumber, + 'postcode' => $postcode, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'page' => $page, + 'page' => $page, ] ); } @@ -3853,7 +3974,7 @@ public function kvkSearchPostcode($postcode, $houseNumber, $houseNumberAddition, * @param $newSince * @param $page * - * @return \StdClass + * @return \stdClass */ public function kvkSearchSelection( $city, @@ -3872,18 +3993,18 @@ public function kvkSearchSelection( return $this->getAdapter()->call( 'kvkSearchSelection', [ - 'city' => $city, - 'postcode' => $postcode, - 'sbi' => $sbi, - 'primary_sbi_only' => $primarySbiOnly, - 'legal_form' => $legalForm, - 'employees_min' => $employeesMin, - 'employees_max' => $employeesMax, + 'city' => $city, + 'postcode' => $postcode, + 'sbi' => $sbi, + 'primary_sbi_only' => $primarySbiOnly, + 'legal_form' => $legalForm, + 'employees_min' => $employeesMin, + 'employees_max' => $employeesMax, 'economically_active' => $economicallyActive, - 'financial_status' => $financialStatus, - 'changed_since' => $changedSince, - 'new_since' => $newSince, - 'page' => $page, + 'financial_status' => $financialStatus, + 'changed_since' => $changedSince, + 'new_since' => $newSince, + 'page' => $page, ] ); } @@ -3892,7 +4013,7 @@ public function kvkSearchSelection( * @param $dossierNumber * @param $establishmentNumber * - * @return \StdClass + * @return \stdClass */ public function kvkUpdateAddDossier($dossierNumber, $establishmentNumber) { @@ -3907,16 +4028,16 @@ public function kvkUpdateAddDossier($dossierNumber, $establishmentNumber) * @param $establishmentNumber * @param $updateTypes * - * @return \StdClass + * @return \stdClass */ public function kvkUpdateCheckDossier($dossierNumber, $establishmentNumber, $updateTypes) { return $this->getAdapter()->call( 'kvkUpdateCheckDossier', [ - 'dossier_number' => $dossierNumber, + 'dossier_number' => $dossierNumber, 'establishment_number' => $establishmentNumber, - 'update_types' => $updateTypes, + 'update_types' => $updateTypes, ] ); } @@ -3926,7 +4047,7 @@ public function kvkUpdateCheckDossier($dossierNumber, $establishmentNumber, $upd * @param $updateTypes * @param $page * - * @return \StdClass + * @return \stdClass */ public function kvkUpdateGetChangedDossiers($changedSince, $updateTypes, $page) { @@ -3940,7 +4061,7 @@ public function kvkUpdateGetChangedDossiers($changedSince, $updateTypes, $page) * @param $updateTypes * @param $page * - * @return \StdClass + * @return \stdClass */ public function kvkUpdateGetDossiers($updateTypes, $page) { @@ -3951,7 +4072,7 @@ public function kvkUpdateGetDossiers($updateTypes, $page) * @param $dossierNumber * @param $establishmentNumber * - * @return \StdClass + * @return \stdClass */ public function kvkUpdateRemoveDossier($dossierNumber, $establishmentNumber) { @@ -3967,7 +4088,7 @@ public function kvkUpdateRemoveDossier($dossierNumber, $establishmentNumber) * @param string $username * @param string $password * - * @return \StdClass + * @return \stdClass */ public function login($username, $password) { @@ -3990,19 +4111,19 @@ public function logout() * @param $height * @param $zoom * - * @return \StdClass + * @return \stdClass */ public function mapViewInternationalLatLon($latitude, $longitude, $format, $width, $height, $zoom) { return $this->getAdapter()->call( 'mapViewInternationalLatLon', [ - 'latitude' => $latitude, + 'latitude' => $latitude, 'longitude' => $longitude, - 'format' => $format, - 'width' => $width, - 'height' => $height, - 'zoom' => $zoom, + 'format' => $format, + 'width' => $width, + 'height' => $height, + 'zoom' => $zoom, ] ); } @@ -4016,20 +4137,20 @@ public function mapViewInternationalLatLon($latitude, $longitude, $format, $widt * @param $height * @param $zoom * - * @return \StdClass + * @return \stdClass */ public function mapViewLatLon($centerLat, $centerLon, $extraLatLon, $format, $width, $height, $zoom) { return $this->getAdapter()->call( 'mapViewLatLon', [ - 'center_lat' => $centerLat, - 'center_lon' => $centerLon, + 'center_lat' => $centerLat, + 'center_lon' => $centerLon, 'extra_latlon' => $extraLatLon, - 'format' => $format, - 'width' => $width, - 'height' => $height, - 'zoom' => $zoom, + 'format' => $format, + 'width' => $width, + 'height' => $height, + 'zoom' => $zoom, ] ); } @@ -4041,7 +4162,7 @@ public function mapViewLatLon($centerLat, $centerLon, $extraLatLon, $format, $wi * @param $height * @param $zoom * - * @return \StdClass + * @return \stdClass */ public function mapViewPostcodeV2($postcode, $format, $width, $height, $zoom) { @@ -4049,10 +4170,10 @@ public function mapViewPostcodeV2($postcode, $format, $width, $height, $zoom) 'mapViewPostcodeV2', [ 'postcode' => $postcode, - 'format' => $format, - 'width' => $width, - 'height' => $height, - 'zoom' => $zoom, + 'format' => $format, + 'width' => $width, + 'height' => $height, + 'zoom' => $zoom, ] ); } @@ -4070,7 +4191,7 @@ public function mapViewPostcodeV2($postcode, $format, $width, $height, $zoom) * @param int $height Height in pixels, domain [1 - 2048] * @param float $zoom Scale in meters per pixel. See: * - * @return \StdClass + * @return \stdClass */ public function mapViewRD($centerX, $centerY, $extraXY, $format, $width, $height, $zoom) { @@ -4080,10 +4201,10 @@ public function mapViewRD($centerX, $centerY, $extraXY, $format, $width, $height 'center_x' => $centerX, 'center_y' => $centerY, 'extra_xy' => $extraXY, - 'format' => $format, - 'width' => $width, - 'height' => $height, - 'zoom' => $zoom, + 'format' => $format, + 'width' => $width, + 'height' => $height, + 'zoom' => $zoom, ] ); } @@ -4111,7 +4232,7 @@ public function mapViewRD($centerX, $centerY, $extraXY, $format, $width, $height * @param int $inhoud Volume in cubic meters, may be empty (0) * @param int $grootte Surface area of the parcel in square meters, may be empty (0) * - * @return \StdClass + * @return \stdClass */ public function nbwoEstimateValue( $postcode, @@ -4125,13 +4246,13 @@ public function nbwoEstimateValue( return $this->getAdapter()->call( 'nbwoEstimateValue', [ - 'postcode' => $postcode, - 'huisnummer' => $huisNummer, + 'postcode' => $postcode, + 'huisnummer' => $huisNummer, 'huisnummer_toevoeging' => $huisNummerToevoeging, - 'prijspeil_datum' => $prijspeilDatum, - 'woningtype' => $woningtype, - 'inhoud' => $inhoud, - 'grootte' => $grootte, + 'prijspeil_datum' => $prijspeilDatum, + 'woningtype' => $woningtype, + 'inhoud' => $inhoud, + 'grootte' => $grootte, ] ); } @@ -4148,7 +4269,7 @@ public function nbwoEstimateValue( * @param $postcode * @param $city * - * @return \StdClass + * @return \stdClass */ public function riskCheckGetRiskPersonCompanyReport( $gender, @@ -4165,16 +4286,16 @@ public function riskCheckGetRiskPersonCompanyReport( return $this->getAdapter()->call( 'riskCheckGetRiskPersonCompanyReport', [ - 'gender' => $gender, - 'initials' => $initials, - 'prefix' => $prefix, - 'last_name' => $lastName, - 'birth_date' => $birthDate, - 'street' => $street, - 'house_number' => $houseNumber, + 'gender' => $gender, + 'initials' => $initials, + 'prefix' => $prefix, + 'last_name' => $lastName, + 'birth_date' => $birthDate, + 'street' => $street, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'postcode' => $postcode, - 'city' => $city, + 'postcode' => $postcode, + 'city' => $city, ] ); } @@ -4197,22 +4318,22 @@ public function riskCheckGetRiskPersonCompanyReport( * character without diacritical mark (e.g. an accented e is mapped to an 'e'). * * @param string $gender Gender of the person. M or F, may be empty. - * @param string $initials The initials, mandatory. - * @param string $prefix The surname prefix, like "van" or "de", may be empty. - * @param string $lastName The last name of the person, mandatory. - * @param string $birthDate Birth date in the format yyyy-mm-dd, may be empty. - * @param string $street Street part of the address, may be empty. - * @param int $houseNumber House number, mandatory. - * @param string $houseNumberAddition Extension part of the house number, may be empty. - * @param string $postcode Dutch postcode in the format 1234AB, mandatory. - * @param string $city City, may be empty. - * @param string $accountNumber Bank account number, only numeric characters, may be empty. + * @param string $initials the initials, mandatory + * @param string $prefix the surname prefix, like "van" or "de", may be empty + * @param string $lastName the last name of the person, mandatory + * @param string $birthDate birth date in the format yyyy-mm-dd, may be empty + * @param string $street street part of the address, may be empty + * @param int $houseNumber house number, mandatory + * @param string $houseNumberAddition extension part of the house number, may be empty + * @param string $postcode dutch postcode in the format 1234AB, mandatory + * @param string $city city, may be empty + * @param string $accountNumber bank account number, only numeric characters, may be empty * @param string $phoneNumber Home phone number, only numeric characters (e.g. 0201234567), may be empty * @param string $mobileNumber Mobile phone number, only numeric characters (e.g. 0612345678), may be empty - * @param string $email Email address, may be empty. - * @param string $testingDate Date for which the credit score should be determined, format Y-m-d, mandatory. + * @param string $email email address, may be empty + * @param string $testingDate date for which the credit score should be determined, format Y-m-d, mandatory * - * @return \StdClass + * @return \stdClass */ public function riskCheckPerson( $gender, @@ -4234,21 +4355,21 @@ public function riskCheckPerson( return $this->getAdapter()->call( 'riskCheckPerson', [ - 'gender' => $gender, - 'initials' => $initials, - 'prefix' => $prefix, - 'last_name' => $lastName, - 'birth_date' => $birthDate, - 'street' => $street, - 'house_number' => $houseNumber, + 'gender' => $gender, + 'initials' => $initials, + 'prefix' => $prefix, + 'last_name' => $lastName, + 'birth_date' => $birthDate, + 'street' => $street, + 'house_number' => $houseNumber, 'house_number_addition' => $houseNumberAddition, - 'postcode' => $postcode, - 'city' => $city, - 'account_number' => $accountNumber, - 'phone_number' => $phoneNumber, - 'mobile_number' => $mobileNumber, - 'email' => $email, - 'testing_date' => $testingDate, + 'postcode' => $postcode, + 'city' => $city, + 'account_number' => $accountNumber, + 'phone_number' => $phoneNumber, + 'mobile_number' => $mobileNumber, + 'email' => $email, + 'testing_date' => $testingDate, ] ); } @@ -4262,7 +4383,7 @@ public function riskCheckPerson( * @param string $postcodeTo Postcode at the end of the route * @param bool $english Whether to returns the description in english (true) or Dutch (false) * - * @return \StdClass + * @return \stdClass */ public function routePlannerDescription($postcodeFrom, $postcodeTo, $english) { @@ -4270,8 +4391,8 @@ public function routePlannerDescription($postcodeFrom, $postcodeTo, $english) 'routePlannerDescription', [ 'postcodefrom' => $postcodeFrom, - 'postcodeto' => $postcodeTo, - 'english' => $english, + 'postcodeto' => $postcodeTo, + 'english' => $english, ] ); } @@ -4294,7 +4415,7 @@ public function routePlannerDescription($postcodeFrom, $postcodeTo, $english) * @param string $toCountry Destination country (ISO3, ISO2 or Full-Text) * @param string $language 'danish', 'dutch', 'english', 'french', 'german' or 'italian' * - * @return \StdClass + * @return \stdClass */ public function routePlannerDescriptionAddress( $routeType, @@ -4313,18 +4434,18 @@ public function routePlannerDescriptionAddress( return $this->getAdapter()->call( 'routePlannerDescriptionAddress', [ - 'routetype' => $routeType, + 'routetype' => $routeType, 'from_postalcode' => $toPostalCode, - 'from_houseno' => $fromHouseNo, - 'from_street' => $fromStreet, - 'from_city' => $fromCity, - 'from_country' => $fromCountry, - 'to_postalcode' => $toPostalcode, - 'to_houseno' => $toHouseNo, - 'to_street' => $toStreet, - 'to_city' => $toCity, - 'to_country' => $toCountry, - 'language' => $language, + 'from_houseno' => $fromHouseNo, + 'from_street' => $fromStreet, + 'from_city' => $fromCity, + 'from_country' => $fromCountry, + 'to_postalcode' => $toPostalcode, + 'to_houseno' => $toHouseNo, + 'to_street' => $toStreet, + 'to_city' => $toCity, + 'to_country' => $toCountry, + 'language' => $language, ] ); } @@ -4340,7 +4461,7 @@ public function routePlannerDescriptionAddress( * @param string $routeType Type of route to calculate: 'fastest', 'shortest' or 'economic' * @param bool $english Whether to returns the description in english (true) or dutch (false) * - * @return \StdClass entry. + * @return \stdClass entry */ public function routePlannerDescriptionCoordinatesRD($postcodeFrom, $postcodeTo, $routeType, $english) { @@ -4348,9 +4469,9 @@ public function routePlannerDescriptionCoordinatesRD($postcodeFrom, $postcodeTo, 'routePlannerDescriptionCoordinatesRD', [ 'postcodefrom' => $postcodeFrom, - 'postcodeto' => $postcodeTo, - 'routetype' => $routeType, - 'english' => $english, + 'postcodeto' => $postcodeTo, + 'routetype' => $routeType, + 'english' => $english, ] ); } @@ -4372,7 +4493,7 @@ public function routePlannerDescriptionCoordinatesRD($postcodeFrom, $postcodeTo, * @param string $toCity Destination address city * @param string $language Language description: 'danish', 'dutch', 'english', 'french', 'german' or 'italian' * - * @return \StdClass of entries + * @return \stdClass of entries */ public function routePlannerDescriptionDutchAddress( $routeType, @@ -4389,16 +4510,16 @@ public function routePlannerDescriptionDutchAddress( return $this->getAdapter()->call( 'routePlannerDescriptionDutchAddress', [ - 'routetype' => $routeType, + 'routetype' => $routeType, 'from_postalcode' => $fromPostalCode, - 'from_housno' => $fromHousNo, - 'from_street' => $fromStreet, - 'from_city' => $fromCity, - 'to_postalcode' => $toPostalCode, - 'to_housno' => $toHousNo, - 'to_street' => $toStreet, - 'to_city' => $toCity, - 'language' => $language, + 'from_housno' => $fromHousNo, + 'from_street' => $fromStreet, + 'from_city' => $fromCity, + 'to_postalcode' => $toPostalCode, + 'to_housno' => $toHousNo, + 'to_street' => $toStreet, + 'to_city' => $toCity, + 'language' => $language, ] ); } @@ -4408,7 +4529,7 @@ public function routePlannerDescriptionDutchAddress( * @param $postcodeTo * @param $english * - * @return \StdClass + * @return \stdClass */ public function routePlannerDescriptionShortest($postcodeFrom, $postcodeTo, $english) { @@ -4430,7 +4551,7 @@ public function routePlannerDescriptionShortest($postcodeFrom, $postcodeTo, $eng * @param float $routeType Type of route to calculate: 'fastest', 'shortest' or 'economic' * @param string $language 'danish', 'dutch', 'english', 'french', 'german', 'italian' or 'swedish' * - * @return \StdClass of entries. + * @return \stdClass of entries */ public function routePlannerEUDescription( $latitudeFrom, @@ -4443,12 +4564,12 @@ public function routePlannerEUDescription( return $this->getAdapter()->call( 'routePlannerEUDescription', [ - 'latitudefrom' => (float)$latitudeFrom, - 'longitudefrom' => (float)$longitudeFrom, - 'latitudeto' => (float)$latitudeTo, - 'longitudeto' => (float)$longitudeTo, - 'routetype' => (float)$routeType, - 'language' => $language, + 'latitudefrom' => (float) $latitudeFrom, + 'longitudefrom' => (float) $longitudeFrom, + 'latitudeto' => (float) $latitudeTo, + 'longitudeto' => (float) $longitudeTo, + 'routetype' => (float) $routeType, + 'language' => $language, ] ); } @@ -4461,7 +4582,7 @@ public function routePlannerEUDescription( * @param $routeType * @param $language * - * @return \StdClass + * @return \stdClass */ public function routePlannerEUDescriptionCoordinatesLatLon( $latitudeFrom, @@ -4474,12 +4595,12 @@ public function routePlannerEUDescriptionCoordinatesLatLon( return $this->getAdapter()->call( 'routePlannerEUDescriptionCoordinatesLatLon', [ - 'latitudefrom' => $latitudeFrom, + 'latitudefrom' => $latitudeFrom, 'longitudefrom' => $longitudeFrom, - 'latitudeto' => $latitudeTo, - 'longitudeto' => $longitudeTo, - 'routetype' => $routeType, - 'language' => $language, + 'latitudeto' => $latitudeTo, + 'longitudeto' => $longitudeTo, + 'routetype' => $routeType, + 'language' => $language, ] ); } @@ -4491,7 +4612,7 @@ public function routePlannerEUDescriptionCoordinatesLatLon( * @param $longitudeTo * @param $routeType * - * @return \StdClass + * @return \stdClass */ public function routePlannerEUInformation( $latitudeFrom, @@ -4503,11 +4624,11 @@ public function routePlannerEUInformation( return $this->getAdapter()->call( 'routePlannerEUInformation', [ - 'latitudefrom' => $latitudeFrom, + 'latitudefrom' => $latitudeFrom, 'longitudefrom' => $longitudeFrom, - 'latitudeto' => $latitudeTo, - 'longitudeto' => $longitudeTo, - 'routetype' => $routeType, + 'latitudeto' => $latitudeTo, + 'longitudeto' => $longitudeTo, + 'routetype' => $routeType, ] ); } @@ -4524,7 +4645,7 @@ public function routePlannerEUInformation( * @param $height * @param $view * - * @return \StdClass + * @return \stdClass */ public function routePlannerEUMap( $latitudeFrom, @@ -4541,16 +4662,16 @@ public function routePlannerEUMap( return $this->getAdapter()->call( 'routePlannerEUMap', [ - 'latitudefrom' => $latitudeFrom, + 'latitudefrom' => $latitudeFrom, 'longitudefrom' => $longitudeFrom, - 'latitudeto' => $latitudeTo, - 'longitudeto' => $longitudeTo, - 'routetype' => $routeType, - 'language' => $language, - 'format' => $format, - 'width' => $width, - 'height' => $height, - 'view' => $view, + 'latitudeto' => $latitudeTo, + 'longitudeto' => $longitudeTo, + 'routetype' => $routeType, + 'language' => $language, + 'format' => $format, + 'width' => $width, + 'height' => $height, + 'view' => $view, ] ); } @@ -4571,7 +4692,7 @@ public function routePlannerEUMap( * @param $routeType * @param $language * - * @return \StdClass + * @return \stdClass */ public function routePlannerGetRoute( $startPostcode, @@ -4592,20 +4713,20 @@ public function routePlannerGetRoute( return $this->getAdapter()->call( 'routePlannerGetRoute', [ - 'start_postcode' => $startPostcode, - 'start_house_number' => $startHouseNumber, - 'start_house_number_addition' => $startHouseNumberAddition, - 'start_street' => $startStreet, - 'start_city' => $startCity, - 'start_country' => $startCountry, - 'destination_postcode' => $destinationPostcode, - 'destination_house_number' => $destinationHouseNumber, + 'start_postcode' => $startPostcode, + 'start_house_number' => $startHouseNumber, + 'start_house_number_addition' => $startHouseNumberAddition, + 'start_street' => $startStreet, + 'start_city' => $startCity, + 'start_country' => $startCountry, + 'destination_postcode' => $destinationPostcode, + 'destination_house_number' => $destinationHouseNumber, 'destination_house_number_addition' => $destinationHouseNumberAddition, - 'destination_street' => $destinationStreet, - 'destination_city' => $destinationCity, - 'destination_country' => $destinationCountry, - 'route_type' => $routeType, - 'language' => $language, + 'destination_street' => $destinationStreet, + 'destination_city' => $destinationCity, + 'destination_country' => $destinationCountry, + 'route_type' => $routeType, + 'language' => $language, ] ); } @@ -4615,7 +4736,7 @@ public function routePlannerGetRoute( * @param $postcodeTo * @param $routeType * - * @return \StdClass + * @return \stdClass */ public function routePlannerInformation($postcodeFrom, $postcodeTo, $routeType) { @@ -4623,8 +4744,8 @@ public function routePlannerInformation($postcodeFrom, $postcodeTo, $routeType) 'routePlannerInformation', [ 'postcodefrom' => $postcodeFrom, - 'postcodeto' => $postcodeTo, - 'routetype' => $routeType, + 'postcodeto' => $postcodeTo, + 'routetype' => $routeType, ] ); } @@ -4642,7 +4763,7 @@ public function routePlannerInformation($postcodeFrom, $postcodeTo, $routeType) * @param $toCity * @param $toCountry * - * @return \StdClass + * @return \stdClass */ public function routePlannerInformationAddress( $routeType, @@ -4660,17 +4781,17 @@ public function routePlannerInformationAddress( return $this->getAdapter()->call( 'routePlannerInformationAddress', [ - 'routetype' => $routeType, + 'routetype' => $routeType, 'from_postalcode' => $fromPostalCode, - 'from_houseno' => $fromHouseNo, - 'from_street' => $fromStreet, - 'from_city' => $fromCity, - 'from_country' => $fromCountry, - 'to_postalcode' => $toPostalCode, - 'to_houseno' => $toHouseNo, - 'to_street' => $toStreet, - 'to_city' => $toCity, - 'to_country' => $toCountry, + 'from_houseno' => $fromHouseNo, + 'from_street' => $fromStreet, + 'from_city' => $fromCity, + 'from_country' => $fromCountry, + 'to_postalcode' => $toPostalCode, + 'to_houseno' => $toHouseNo, + 'to_street' => $toStreet, + 'to_city' => $toCity, + 'to_country' => $toCountry, ] ); } @@ -4686,7 +4807,7 @@ public function routePlannerInformationAddress( * @param $toStreet * @param $toCity * - * @return \StdClass + * @return \stdClass */ public function routePlannerInformationDutchAddress( $routeType, @@ -4702,15 +4823,15 @@ public function routePlannerInformationDutchAddress( return $this->getAdapter()->call( 'routePlannerInformationDutchAddress', [ - 'routetype' => $routeType, + 'routetype' => $routeType, 'from_postalcode' => $toPostalCode, - 'from_housno' => $fromHousNo, - 'from_street' => $fromStreet, - 'from_city' => $fromCity, - 'to_postalcode' => $toPostalcode, - 'to_housno' => $toHousNo, - 'to_street' => $toStreet, - 'to_city' => $toCity, + 'from_housno' => $fromHousNo, + 'from_street' => $fromStreet, + 'from_city' => $fromCity, + 'to_postalcode' => $toPostalcode, + 'to_housno' => $toHousNo, + 'to_street' => $toStreet, + 'to_city' => $toCity, ] ); } @@ -4723,19 +4844,19 @@ public function routePlannerInformationDutchAddress( * @param $routeType * @param $english * - * @return \StdClass + * @return \stdClass */ public function routePlannerRDDescription($xFrom, $yFrom, $xTo, $yTo, $routeType, $english) { return $this->getAdapter()->call( 'routePlannerRDDescription', [ - 'xfrom' => $xFrom, - 'yfrom' => $yFrom, - 'xto' => $xTo, - 'yto' => $yTo, + 'xfrom' => $xFrom, + 'yfrom' => $yFrom, + 'xto' => $xTo, + 'yto' => $yTo, 'routetype' => $routeType, - 'english' => $english, + 'english' => $english, ] ); } @@ -4748,19 +4869,19 @@ public function routePlannerRDDescription($xFrom, $yFrom, $xTo, $yTo, $routeType * @param $routeType * @param $english * - * @return \StdClass + * @return \stdClass */ public function routePlannerRDDescriptionCoordinatesRD($xFrom, $yFrom, $xTo, $yTo, $routeType, $english) { return $this->getAdapter()->call( 'routePlannerRDDescriptionCoordinatesRD', [ - 'xfrom' => $xFrom, - 'yfrom' => $yFrom, - 'xto' => $xTo, - 'yto' => $yTo, + 'xfrom' => $xFrom, + 'yfrom' => $yFrom, + 'xto' => $xTo, + 'yto' => $yTo, 'routetype' => $routeType, - 'english' => $english, + 'english' => $english, ] ); } @@ -4772,17 +4893,17 @@ public function routePlannerRDDescriptionCoordinatesRD($xFrom, $yFrom, $xTo, $yT * @param $yTo * @param $routeType * - * @return \StdClass + * @return \stdClass */ public function routePlannerRDInformation($xFrom, $yFrom, $xTo, $yTo, $routeType) { return $this->getAdapter()->call( 'routePlannerRDInformation', [ - 'xfrom' => $xFrom, - 'yfrom' => $yFrom, - 'xto' => $xTo, - 'yto' => $yTo, + 'xfrom' => $xFrom, + 'yfrom' => $yFrom, + 'xto' => $xTo, + 'yto' => $yTo, 'routetype' => $routeType, ] ); @@ -4792,7 +4913,7 @@ public function routePlannerRDInformation($xFrom, $yFrom, $xTo, $yTo, $routeType * @param $bban * @param $countryIso * - * @return \StdClass + * @return \stdClass */ public function sepaConvertBasicBankAccountNumber($bban, $countryIso) { @@ -4805,7 +4926,7 @@ public function sepaConvertBasicBankAccountNumber($bban, $countryIso) /** * @param $iban * - * @return \StdClass + * @return \stdClass */ public function sepaValidateInternationalBankAccountNumberFormat($iban) { @@ -4818,7 +4939,7 @@ public function sepaValidateInternationalBankAccountNumberFormat($iban) * @param int $userId User ID of the user to add to the group, use 0 for the current user * @param int $userGroupId User Group ID of the group to add the user to * - * @return \StdClass + * @return \stdClass */ public function userAddGroup($userId, $userGroupId) { @@ -4830,14 +4951,14 @@ public function userAddGroup($userId, $userGroupId) * @param string $oldPassword * @param string $newPassword * - * @return \StdClass + * @return \stdClass */ public function userChangePassword($userId, $oldPassword, $newPassword) { return $this->getAdapter()->call( 'userChangePassword', [ - 'userid' => $userId, + 'userid' => $userId, 'old_password' => $oldPassword, 'new_password' => $newPassword, ] @@ -4851,21 +4972,22 @@ public function userChangePassword($userId, $oldPassword, $newPassword) * @param int $accountId Account ID to assign this user to * @param string $nickname Nickname to use for this user, leave empty to to create a random nickname. All users * get a prefix set by - * @param string $password Password to use for authentication, leave empty for a strong random password. + * @param string $password password to use for authentication, leave empty for a strong random password * @param array $userGroups array of usergroup IDs to assign this user to. See for * list * @param string $email Registration email address, used for activation * @param string $companyName Name of the company using this user, if any * @param string $address Address of the company using this user, if any * @param string $contactName Name of the contact person responsible for this user - * @param string $contactEmail This field is not used and is ignored by the method. + * @param string $contactEmail this field is not used and is ignored by the method * @param string $telephone Telephone number of the contact person responsible for this user - * @param string $fax Fax number of the contact person responsible for this user. + * @param string $fax fax number of the contact person responsible for this user * @param string $clientCode Deprecated, should contain an empty string * @param string $comments Comments on the user, can only be seen and edited by * * @link http://webview.webservices.nl/documentation/files/service_accounting-class-php.html#Accounting.userCreateV2 - * @return \StdClass + * + * @return \stdClass */ public function userCreateV2( $accountId, @@ -4885,19 +5007,19 @@ public function userCreateV2( return $this->getAdapter()->call( 'userCreateV2', [ - 'accountid' => $accountId, - 'nickname' => $nickname, - 'password' => $password, - 'usergroups' => $userGroups, - 'email' => $email, - 'companyname' => $companyName, - 'address' => $address, - 'contactname' => $contactName, + 'accountid' => $accountId, + 'nickname' => $nickname, + 'password' => $password, + 'usergroups' => $userGroups, + 'email' => $email, + 'companyname' => $companyName, + 'address' => $address, + 'contactname' => $contactName, 'contactemail' => $contactEmail, - 'telephone' => $telephone, - 'fax' => $fax, - 'clientcode' => $clientCode, - 'comments' => $comments, + 'telephone' => $telephone, + 'fax' => $fax, + 'clientcode' => $clientCode, + 'comments' => $comments, ] ); } @@ -4908,7 +5030,7 @@ public function userCreateV2( * @param int $userId ID of the user to edit the balance of, use 0 for the current user * @param int $balance Amount of balance to add to (or remove from, if negative) the user * - * @return \StdClass + * @return \stdClass */ public function userEditBalance($userId, $balance) { @@ -4925,24 +5047,24 @@ public function userEditBalance($userId, $balance) * . * @param string $password new password for this user. To keep the current password pass the empty * string. - * @param string $email Registration email address, used for activation. - * @param string $companyName Name of the company using this user, if any. + * @param string $email registration email address, used for activation + * @param string $companyName name of the company using this user, if any * @param string $address Address of the company using this user, if any * @param string $contactName Name of the contact person responsible for this user * @param string $contactEmail Telephone number of the contact person responsible for this user * @param string $telephone Telephone number of the contact person responsible for this user - * @param string $fax Fax number of the contact person responsible for this user. + * @param string $fax fax number of the contact person responsible for this user * @param string $clientCode Deprecated, shoud contain an empty string - * @param string $comments Comments on the user, can only be seen and edited by . + * @param string $comments comments on the user, can only be seen and edited by * @param int $accountId accountID to assign user to, use 0 for current account. Only usable by * - * @param int $balanceThreshold Balance threshold to alert user, 0 to disable. + * @param int $balanceThreshold balance threshold to alert user, 0 to disable * @param string $notificationRecipients Recipients of balance alert notification: * 'accountcontact' = contact account contact, 'user' = contact user, * 'accountcontact_and_user' = both * - * @return \StdClass + * @return \stdClass */ public function userEditExtendedV2( $userId, @@ -5003,7 +5125,7 @@ public function userEditHostRestrictions($userId, $restrictions) * @param int $userId User ID of the user to target, use 0 for the current user * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass + * @return \stdClass */ public function userListAssignableGroups($userId, $page) { @@ -5014,9 +5136,9 @@ public function userListAssignableGroups($userId, $page) * Send a notification email to a user with a new password. This method is part of the process. * * @param int $userId User ID of the user to notify, use 0 for the current user - * @param string $password Password to use for authentication, leave empty for a strong random password. + * @param string $password password to use for authentication, leave empty for a strong random password * - * @return \StdClass + * @return \stdClass */ public function userNotify($userId, $password) { @@ -5026,7 +5148,7 @@ public function userNotify($userId, $password) /** * @param int $userId * - * @return \StdClass + * @return \stdClass */ public function userRemove($userId) { @@ -5039,7 +5161,7 @@ public function userRemove($userId) * @param int $userId - User ID of the user to remove from the group, use 0 for the current user * @param int $userGroupId - User Group ID of the group to remove the user from * - * @return \StdClass + * @return \stdClass */ public function userRemoveGroup($userId, $userGroupId) { @@ -5052,7 +5174,7 @@ public function userRemoveGroup($userId, $userGroupId) * @param int $userId User ID of the user to view, use 0 for the current user * @param int $page Page to retrieve, pages start counting at 1 * - * @return \StdClass of entries + * @return \stdClass of entries */ public function userSessionList($userId, $page) { @@ -5065,7 +5187,7 @@ public function userSessionList($userId, $page) * @param int $userId ID of the user to view, use 0 for the current user * @param int $reactId Session ID to remove, use 0 to remove all sessions * - * @return \StdClass + * @return \stdClass */ public function userSessionRemove($userId, $reactId) { @@ -5114,7 +5236,7 @@ public function userViewV2($userId = 0) /** * @param $vatNumber * - * @return \StdClass + * @return \stdClass */ public function vatValidate($vatNumber) { @@ -5124,7 +5246,7 @@ public function vatValidate($vatNumber) /** * @param $vatNumber * - * @return \StdClass + * @return \stdClass */ public function vatViesProxyCheckVat($vatNumber) { diff --git a/src/Platform/Webservices/PlatformConfig.php b/src/Platform/Webservices/PlatformConfig.php index ea5af05..a255095 100644 --- a/src/Platform/Webservices/PlatformConfig.php +++ b/src/Platform/Webservices/PlatformConfig.php @@ -55,8 +55,9 @@ class PlatformConfig extends AbstractConfig * * @param array $settings * - * @return PlatformConfig * @throws InputException + * + * @return PlatformConfig */ public function loadFromArray(array $settings = []) { @@ -180,10 +181,10 @@ public function toArray() return array_filter( [ 'connectionTimeout' => $this->getConnectionTimeout(), - 'password' => $this->getPassword(), - 'responseTimeout' => $this->getResponseTimeout(), - 'retryMinutes' => $this->getRetryMinutes(), - 'userName' => $this->getUserName(), + 'password' => $this->getPassword(), + 'responseTimeout' => $this->getResponseTimeout(), + 'retryMinutes' => $this->getRetryMinutes(), + 'userName' => $this->getUserName(), ] ); } diff --git a/src/Protocol/Soap/Client/SoapClient.php b/src/Protocol/Soap/Client/SoapClient.php index 091e2db..ebdf5b6 100644 --- a/src/Protocol/Soap/Client/SoapClient.php +++ b/src/Protocol/Soap/Client/SoapClient.php @@ -99,11 +99,13 @@ public function __construct(SoapSettings $settings, Manager $manager, HttpClient * @param int $version * @param string|null $one_way * - * @return string The XML SOAP response. + * @throws \GuzzleHttp\Exception\GuzzleException * @throws WsClientException * @throws NoServerAvailableException * @throws \InvalidArgumentException * @throws \SoapFault + * + * @return string the XML SOAP response */ public function __doRequest($request, $location, $action, $version, $one_way = null) { @@ -127,9 +129,10 @@ public function __doRequest($request, $location, $action, $version, $one_way = n * * @param array $args * - * @return mixed * @throws \Exception * @throws \SoapFault + * + * @return mixed */ public function call(array $args = []) { @@ -178,10 +181,13 @@ private static function determineMethod($request) * @param string $location * @param string $action * - * @return string * @throws WsClientException * @throws \SoapFault * @throws \InvalidArgumentException + * @throws \GuzzleHttp\Exception\GuzzleException + * + * @return string + * * @todo move exception handler to middleware, find solution error suppressing */ private function doHttpRequest($requestBody, $location, $action) @@ -264,8 +270,9 @@ public function log($message, $level, array $context = []) * @param array $input_headers * @param array|null $output_headers * - * @return mixed * @throws \Exception|\SoapFault + * + * @return mixed */ public function __soapCall( $function_name, diff --git a/src/Protocol/Soap/Client/SoapConfig.php b/src/Protocol/Soap/Client/SoapConfig.php index 54c68ed..19fe3d9 100644 --- a/src/Protocol/Soap/Client/SoapConfig.php +++ b/src/Protocol/Soap/Client/SoapConfig.php @@ -110,11 +110,11 @@ public function hasConverter() public function toArray() { return [ - 'converter' => $this->getConverter(), - 'endpoints' => static::$endPoints, + 'converter' => $this->getConverter(), + 'endpoints' => static::$endPoints, 'platformConfig' => $this->platformConfig->toArray(), - 'retry_minutes' => static::DEFAULT_RESPONSE_TIMEOUT, - 'soap_headers' => (array)$this->getSoapHeaders(), + 'retry_minutes' => static::DEFAULT_RESPONSE_TIMEOUT, + 'soap_headers' => (array) $this->getSoapHeaders(), ]; } } diff --git a/src/Protocol/Soap/Client/SoapFactory.php b/src/Protocol/Soap/Client/SoapFactory.php index f828ace..a498d89 100644 --- a/src/Protocol/Soap/Client/SoapFactory.php +++ b/src/Protocol/Soap/Client/SoapFactory.php @@ -42,6 +42,7 @@ public function __construct(PlatformConfigInterface $platformConfig) * @param PlatformConfigInterface $platformConfig * * @throws InputException + * * @return static */ public static function build(PlatformConfigInterface $platformConfig) @@ -54,10 +55,11 @@ public static function build(PlatformConfigInterface $platformConfig) * * @param array $settings additional settings go here * - * @return SoapClient * @throws InputException * @throws NoServerAvailableException * @throws \InvalidArgumentException + * + * @return SoapClient */ public function create(array $settings = []) { @@ -98,8 +100,9 @@ public function create(array $settings = []) * @param array $settings settings with extra guzzle settings * @param Manager $manager endpoint Manager * - * @return Client * @throws NoServerAvailableException + * + * @return Client */ private function createCurlClient(array $settings, Manager $manager) { @@ -120,10 +123,10 @@ private function createCurlClient(array $settings, Manager $manager) * * @param array $settings optional settings * - * @return Manager Endpoint manager - * * @throws \InvalidArgumentException * @throws InputException + * + * @return Manager Endpoint manager */ private function createEndpointManager(array $settings = []) { diff --git a/src/Protocol/Soap/Client/SoapSettings.php b/src/Protocol/Soap/Client/SoapSettings.php index d344366..00070c7 100644 --- a/src/Protocol/Soap/Client/SoapSettings.php +++ b/src/Protocol/Soap/Client/SoapSettings.php @@ -161,7 +161,6 @@ class SoapSettings * SOAP_SSL_METHOD_SSLv23. * * (Only PHP 5.5+) - * */ private $sslMethod = SOAP_SSL_METHOD_TLS; @@ -324,9 +323,9 @@ public function getConnectionTimeout() /** * @param int $connectionTimeout * - * @return SoapSettings - * * @throws InputException + * + * @return SoapSettings */ public function setConnectionTimeout($connectionTimeout) { diff --git a/src/Protocol/Soap/Config/ConfigFactory.php b/src/Protocol/Soap/Config/ConfigFactory.php index 2515590..bf9adbb 100644 --- a/src/Protocol/Soap/Config/ConfigFactory.php +++ b/src/Protocol/Soap/Config/ConfigFactory.php @@ -19,8 +19,9 @@ class ConfigFactory * * @param PlatformConfigInterface $platform * - * @return SoapConfig * @throws InputException + * + * @return SoapConfig */ public static function config(PlatformConfigInterface $platform) { diff --git a/src/Protocol/Soap/Config/Platform/Webservices/Config.php b/src/Protocol/Soap/Config/Platform/Webservices/Config.php index e7f45e2..2b03048 100644 --- a/src/Protocol/Soap/Config/Platform/Webservices/Config.php +++ b/src/Protocol/Soap/Config/Platform/Webservices/Config.php @@ -109,14 +109,14 @@ public function getUserName() public function toArray() { return array_filter([ - 'converter' => $this->getConverter(), + 'converter' => $this->getConverter(), 'connection_timeout' => $this->getPlatformConfig()->getConnectionTimeout(), - 'endpoints' => self::$endPoints, - 'password' => $this->getPlatformConfig()->getPassword(), - 'retry_minutes' => $this->getPlatformConfig()->getRetryMinutes(), - 'soap_headers' => (array)$this->getSoapHeaders(), - 'timeout' => $this->getPlatformConfig()->getResponseTimeout(), - 'username' => $this->getPlatformConfig()->getUserName(), + 'endpoints' => self::$endPoints, + 'password' => $this->getPlatformConfig()->getPassword(), + 'retry_minutes' => $this->getPlatformConfig()->getRetryMinutes(), + 'soap_headers' => (array) $this->getSoapHeaders(), + 'timeout' => $this->getPlatformConfig()->getResponseTimeout(), + 'username' => $this->getPlatformConfig()->getUserName(), ]); } diff --git a/src/Protocol/Soap/Config/Platform/Webservices/Converter.php b/src/Protocol/Soap/Config/Platform/Webservices/Converter.php index 51cf609..ebd26b9 100644 --- a/src/Protocol/Soap/Config/Platform/Webservices/Converter.php +++ b/src/Protocol/Soap/Config/Platform/Webservices/Converter.php @@ -16,8 +16,9 @@ class Converter implements ConverterInterface /** * @param \SoapFault $fault * - * @return WebserviceException * @throws ServerException + * + * @return WebserviceException */ public function convertToException($fault) { @@ -29,15 +30,16 @@ public function convertToException($fault) throw new ServerException("Could not convert errorCode: '$errorClassName'"); } - /** @var WebserviceException $exception */ + /* @var WebserviceException $exception */ return new $errorClassFQ($fault->getMessage(), $fault->getCode()); } /** * @param \Exception $exception * - * @return void * @throws \DomainException + * + * @return void */ public function convertFromException(\Exception $exception) { diff --git a/src/Protocol/Soap/Helper/GuzzleClientFactory.php b/src/Protocol/Soap/Helper/GuzzleClientFactory.php index 64b1c4c..347f3e1 100644 --- a/src/Protocol/Soap/Helper/GuzzleClientFactory.php +++ b/src/Protocol/Soap/Helper/GuzzleClientFactory.php @@ -65,14 +65,14 @@ public function create(array $settings = []) return new Client( [ - 'base_url' => (string)$settings['url'], - 'handler' => $stack, - 'exceptions' => false, - 'timeout' => (float)$settings['responseTimeout'], - 'connection_timeout' => (float)$settings['connectionTimeout'], + 'base_url' => (string) $settings['url'], + 'handler' => $stack, + 'exceptions' => false, + 'timeout' => (float) $settings['responseTimeout'], + 'connection_timeout' => (float) $settings['connectionTimeout'], 'headers' => [ - 'User-Agent' => $settings['userAgent'] - ] + 'User-Agent' => $settings['userAgent'], + ], ] ); } diff --git a/test/Connector/ConnectorFactoryTest.php b/test/Connector/ConnectorFactoryTest.php index b25f9ad..279a763 100644 --- a/test/Connector/ConnectorFactoryTest.php +++ b/test/Connector/ConnectorFactoryTest.php @@ -4,16 +4,14 @@ use Monolog\Handler\TestHandler; use Monolog\Logger; +use Psr\Log\LoggerInterface; use WebservicesNl\Common\Exception\Client\InputException; use WebservicesNl\Connector\ConnectorFactory; use WebservicesNl\Connector\ProtocolAdapter\SoapAdapter; use WebservicesNl\Platform\Webservices\Connector; -use Psr\Log\LoggerInterface; /** * Class ConnectorFactoryTest - * - * @package WebservicesNl\Test\Connector */ class ConnectorFactoryTest extends \PHPUnit_Framework_TestCase { @@ -81,7 +79,6 @@ public function testConnectorFactoryInstanceBySettingLogger() } /** - * @throws InputException * @throws InputException */ public function testConnectorFactoryInstanceByConstruct() diff --git a/test/Connector/ProtocolAdapter/SoapAdapterTest.php b/test/Connector/ProtocolAdapter/SoapAdapterTest.php index fce7d91..b2908b7 100644 --- a/test/Connector/ProtocolAdapter/SoapAdapterTest.php +++ b/test/Connector/ProtocolAdapter/SoapAdapterTest.php @@ -12,9 +12,6 @@ */ class SoapAdapterTest extends PHPUnit_Framework_TestCase { - /** - * - */ public function testInstance() { $protocolName = 'lalala'; diff --git a/test/Factories/Endpoint.php b/test/Factories/Endpoint.php index 6ae92d8..2900937 100644 --- a/test/Factories/Endpoint.php +++ b/test/Factories/Endpoint.php @@ -5,6 +5,6 @@ FactoryMuffin::define(Endpoint::class, [ 'lastConnected' => 'dateTime', - 'status' => Endpoint::STATUS_DISABLED, - 'url' => 'url', + 'status' => Endpoint::STATUS_DISABLED, + 'url' => 'url', ]); diff --git a/test/Factories/SoapConfig.php b/test/Factories/SoapConfig.php index e4c82ee..06b28e9 100644 --- a/test/Factories/SoapConfig.php +++ b/test/Factories/SoapConfig.php @@ -6,19 +6,19 @@ League\FactoryMuffin\Facade::define(PlatformConfig::class, [ 'connectionTimeout' => 'numberBetween|10;120', - 'password' => 'word', - 'userName' => 'userName', - 'retryMinutes' => 'numberBetween|60;120', - 'responseTimeout' => 'numberBetween|20;30', + 'password' => 'word', + 'userName' => 'userName', + 'retryMinutes' => 'numberBetween|60;120', + 'responseTimeout' => 'numberBetween|20;30', ]); League\FactoryMuffin\Facade::define(SoapConfig::class, [ - 'converter' => function () { + 'converter' => function () { return new Converter(); }, - 'endPoints' => SoapConfig::getEndPoints(), + 'endPoints' => SoapConfig::getEndPoints(), 'platformConfig' => function () { return League\FactoryMuffin\Facade::instance('WebservicesNl\Platform\Webservices\Config'); }, - 'soapHeaders' => [], + 'soapHeaders' => [], ]); diff --git a/test/Factories/SoapFault.php b/test/Factories/SoapFault.php index 5f3974c..6d89799 100644 --- a/test/Factories/SoapFault.php +++ b/test/Factories/SoapFault.php @@ -3,11 +3,11 @@ use League\FactoryMuffin\Facade as FactoryMuffin; FactoryMuffin::define('WebservicesNl\Protocol\Soap\Exception\SoapFault', [ - 'detail' => 'sentence', - 'faultActor' => 'something', - 'faultCode' => 'Server', - 'faultName' => 'word', - 'faultString' => 'Something went wrong', - 'headerFault' => '', + 'detail' => 'sentence', + 'faultActor' => 'something', + 'faultCode' => 'Server', + 'faultName' => 'word', + 'faultString' => 'Something went wrong', + 'headerFault' => '', 'errorMessage' => 'sentence', ]); diff --git a/test/Factories/SoapSettings.php b/test/Factories/SoapSettings.php index 6891a97..cb51d99 100644 --- a/test/Factories/SoapSettings.php +++ b/test/Factories/SoapSettings.php @@ -3,44 +3,43 @@ use WebservicesNl\Protocol\Soap\Client\SoapSettings; League\FactoryMuffin\Facade::define(SoapSettings::class, [ - 'authentication' => function () { + 'authentication' => function () { $values = [SOAP_AUTHENTICATION_BASIC, SOAP_AUTHENTICATION_DIGEST]; return $values[array_rand($values)]; }, - 'cacheWsdl' => 'numberBetween|0;3', - 'classMap' => null, - 'compression' => function () { - + 'cacheWsdl' => 'numberBetween|0;3', + 'classMap' => null, + 'compression' => function () { $values = [SOAP_COMPRESSION_DEFLATE, SOAP_COMPRESSION_GZIP, SOAP_COMPRESSION_ACCEPT]; return $values[array_rand($values)]; }, 'connectionTimeout' => 'numberBetween|6;60', - 'context' => '', - 'encoding' => 'UTF-8', - 'exceptions' => false, - 'features' => function () { + 'context' => '', + 'encoding' => 'UTF-8', + 'exceptions' => false, + 'features' => function () { $values = [SOAP_SINGLE_ELEMENT_ARRAYS, SOAP_USE_XSI_ARRAY_TYPE, SOAP_WAIT_ONE_WAY_CALLS]; return $values[array_rand($values)]; }, - 'keepAlive' => 'boolean', - 'localCert' => null, - 'login' => 'userName', - 'passphrase' => 'sentence', - 'password' => 'word', - 'proxyHost' => '', - 'proxyLogin' => '', - 'proxyPassword' => 'word', - 'proxyPort' => 'numberBetween|1000;2000', + 'keepAlive' => 'boolean', + 'localCert' => null, + 'login' => 'userName', + 'passphrase' => 'sentence', + 'password' => 'word', + 'proxyHost' => '', + 'proxyLogin' => '', + 'proxyPassword' => 'word', + 'proxyPort' => 'numberBetween|1000;2000', 'soapVersion' => function () { return SOAP_1_1; }, - 'sslMethod' => function () { + 'sslMethod' => function () { return array_rand(SoapSettings::$sslMethods); }, - 'typeMap' => null, - 'uri' => '', - 'userAgent' => 'userAgent', + 'typeMap' => null, + 'uri' => '', + 'userAgent' => 'userAgent', ]); diff --git a/test/Platform/AbstractConfigTest.php b/test/Platform/AbstractConfigTest.php index af6c499..1b5cdc8 100644 --- a/test/Platform/AbstractConfigTest.php +++ b/test/Platform/AbstractConfigTest.php @@ -11,9 +11,6 @@ */ class AbstractConfigTest extends \PHPUnit_Framework_TestCase { - /** - * - */ public static function setupBeforeClass() { FactoryMuffin::setCustomSaver(function () { @@ -29,7 +26,6 @@ public static function setupBeforeClass() FactoryMuffin::loadFactories(dirname(__DIR__) . '/Factories'); } - /** * @throws InvalidArgumentException */ diff --git a/test/Platform/Webservices/PlatformConfigTest.php b/test/Platform/Webservices/PlatformConfigTest.php index dd4dc7d..86c9203 100644 --- a/test/Platform/Webservices/PlatformConfigTest.php +++ b/test/Platform/Webservices/PlatformConfigTest.php @@ -2,18 +2,13 @@ namespace WebservicesNl\Test\Platform\Webservices; -use InvalidArgumentException; use League\FactoryMuffin\Facade as FactoryMuffin; -use PHPUnit_Framework_TestCase; use WebservicesNl\Common\Exception\Client\InputException; use WebservicesNl\Platform\Webservices\Connector; use WebservicesNl\Platform\Webservices\PlatformConfig; -class PlatformConfigTest extends PHPUnit_Framework_TestCase +class PlatformConfigTest extends \PHPUnit_Framework_TestCase { - /** - * - */ public static function setupBeforeClass() { FactoryMuffin::setCustomSaver(function () { @@ -30,7 +25,7 @@ public static function setupBeforeClass() } /** - * @throws InvalidArgumentException + * @throws \InvalidArgumentException */ public function testInstance() { @@ -46,7 +41,7 @@ public function testInstance() /** * @throws InputException - * @throws InvalidArgumentException + * @throws \InvalidArgumentException */ public function testInstanceLoadFromArray() { diff --git a/test/Protocol/Soap/Client/SoapClientFactoryTest.php b/test/Protocol/Soap/Client/SoapClientFactoryTest.php index 4a19e78..5d78847 100644 --- a/test/Protocol/Soap/Client/SoapClientFactoryTest.php +++ b/test/Protocol/Soap/Client/SoapClientFactoryTest.php @@ -2,16 +2,15 @@ namespace WebservicesNl\Test\Protocol\Soap\Client; -use InvalidArgumentException; use Monolog\Handler\TestHandler; use Monolog\Logger; +use Psr\Log\LoggerInterface; use WebservicesNl\Common\Exception\Client\InputException; use WebservicesNl\Common\Exception\Server\NoServerAvailableException; use WebservicesNl\Platform\Webservices\PlatformConfig; +use WebservicesNl\Protocol\Soap\Client\SoapClient; use WebservicesNl\Protocol\Soap\Client\SoapFactory; use WebservicesNl\Protocol\Soap\Config\Platform\Webservices\Converter; -use Psr\Log\LoggerInterface; -use WebservicesNl\Protocol\Soap\Client\SoapClient; /** * Class SoapClientFactoryTest. @@ -20,7 +19,7 @@ class SoapClientFactoryTest extends \PHPUnit_Framework_TestCase { /** * @throws InputException - * @throws InvalidArgumentException + * @throws \InvalidArgumentException * @throws NoServerAvailableException */ public function testInstanceWithoutMandatoryValues() @@ -35,7 +34,7 @@ public function testInstanceWithoutMandatoryValues() * Test instance with Monolog passed. * * @throws InputException - * @throws InvalidArgumentException + * @throws \InvalidArgumentException */ public function testInstanceWithoutLogger() { @@ -49,7 +48,7 @@ public function testInstanceWithoutLogger() * Test instance with Monolog passed. * * @throws InputException - * @throws InvalidArgumentException + * @throws \InvalidArgumentException * @throws NoServerAvailableException */ public function testInstanceWithLogger() @@ -80,7 +79,7 @@ public function testInstanceWithLogger() * Rest instance with custom SoapHeader. * * @throws InputException - * @throws InvalidArgumentException + * @throws \InvalidArgumentException * @throws NoServerAvailableException */ public function testInstanceWithCustomSoapHeader() @@ -104,7 +103,7 @@ public function testInstanceWithCustomSoapHeader() * Rest instance with custom endpoint. * * @throws InputException - * @throws InvalidArgumentException + * @throws \InvalidArgumentException * @throws NoServerAvailableException */ public function testInstanceWithCustomEndpoint() diff --git a/test/Protocol/Soap/Client/SoapClientTest.php b/test/Protocol/Soap/Client/SoapClientTest.php index cee6aab..863d930 100644 --- a/test/Protocol/Soap/Client/SoapClientTest.php +++ b/test/Protocol/Soap/Client/SoapClientTest.php @@ -43,9 +43,6 @@ class SoapClientTest extends \PHPUnit_Framework_TestCase */ protected $testHandler; - /** - * - */ public static function setupBeforeClass() { FactoryMuffin::setCustomSaver(function () { @@ -169,7 +166,6 @@ public function testSoapClientInstanceWithErrorResponse() $this->expectException(ServerException::class); $this->expectExceptionMessage('Invalid SoapResponse'); - // Create a mock and queue successful response. $mock = new MockHandler( [ diff --git a/test/Protocol/Soap/Client/SoapConfigTest.php b/test/Protocol/Soap/Client/SoapConfigTest.php index 026236f..61053c2 100644 --- a/test/Protocol/Soap/Client/SoapConfigTest.php +++ b/test/Protocol/Soap/Client/SoapConfigTest.php @@ -8,13 +8,9 @@ /** * Class SoapConfigTest. - * */ class SoapConfigTest extends \PHPUnit_Framework_TestCase { - /** - * - */ public static function setupBeforeClass() { FactoryMuffin::setCustomSaver(function () { diff --git a/test/Protocol/Soap/Client/SoapSettingsTest.php b/test/Protocol/Soap/Client/SoapSettingsTest.php index b90c8c8..f313867 100644 --- a/test/Protocol/Soap/Client/SoapSettingsTest.php +++ b/test/Protocol/Soap/Client/SoapSettingsTest.php @@ -8,13 +8,9 @@ /** * Class SoapSettingsTest. - * */ class SoapSettingsTest extends \PHPUnit_Framework_TestCase { - /** - * - */ public static function setupBeforeClass() { FactoryMuffin::setFakerLocale('nl_NL'); diff --git a/test/Protocol/Soap/Config/ConfigFactoryTest.php b/test/Protocol/Soap/Config/ConfigFactoryTest.php index 6fc1966..a596e50 100644 --- a/test/Protocol/Soap/Config/ConfigFactoryTest.php +++ b/test/Protocol/Soap/Config/ConfigFactoryTest.php @@ -3,8 +3,8 @@ namespace WebservicesNl\Test\Protocol\Soap\Client\Config; use WebservicesNl\Common\Exception\Client\InputException; -use WebservicesNl\Protocol\Soap\Config\ConfigFactory; use WebservicesNl\Platform\PlatformConfigInterface; +use WebservicesNl\Protocol\Soap\Config\ConfigFactory; /** * Class ConfigFactoryTest. @@ -21,7 +21,7 @@ public function testInstanceWithBadPlatform() $config = \Mockery::mock(PlatformConfigInterface::class); $config->shouldReceive('getPlatformName')->andReturn('Fake'); - /** @var PlatformConfigInterface $config */ + /* @var PlatformConfigInterface $config */ ConfigFactory::config($config); } } diff --git a/test/Protocol/Soap/Config/Platform/Webservices/ConfigTest.php b/test/Protocol/Soap/Config/Platform/Webservices/ConfigTest.php index 21a1aae..6ee13d3 100644 --- a/test/Protocol/Soap/Config/Platform/Webservices/ConfigTest.php +++ b/test/Protocol/Soap/Config/Platform/Webservices/ConfigTest.php @@ -18,9 +18,9 @@ class ConfigTest extends \PHPUnit_Framework_TestCase public static function setupBeforeClass() { FactoryMuffin::setCustomSaver( - /** @noinspection StaticClosureCanBeUsedInspection */ function () { - return true; - }); +/** @noinspection StaticClosureCanBeUsedInspection */ function () { + return true; +}); FactoryMuffin::setCustomSetter(function ($object, $name, $value) { $name = 'set' . ucfirst(strtolower($name)); @@ -31,9 +31,6 @@ public static function setupBeforeClass() FactoryMuffin::loadFactories(dirname(dirname(dirname(dirname(dirname(__DIR__))))) . '/Factories'); } - /** - * - */ public function testConfigCreationWithWebservicesConfig() { /** @var PlatformConfig $platformConfig */ @@ -54,9 +51,6 @@ public function testConfigCreationWithWebservicesConfig() ); } - /** - * - */ public function testConfigCreationIsConvertedToArray() { /** @var PlatformConfig $platformConfig */ @@ -70,9 +64,6 @@ public function testConfigCreationIsConvertedToArray() static::assertCount(8, $resultArray); } - /** - * - */ public function testConfigArrayIsBorked() { /** @var PlatformConfig $platformConfig */ @@ -80,7 +71,7 @@ public function testConfigArrayIsBorked() PlatformConfig::class, ['userName' => function () { return null; - },] + }, ] ); /** @var WebservicesConfig $soapConfig */