-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated on 2023-12-19 15:26:33. Version: 2.0.0
- Loading branch information
Showing
186 changed files
with
27,500 additions
and
13,857 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore | ||
|
||
composer.phar | ||
/vendor/ | ||
vendor | ||
|
||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control | ||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file | ||
composer.lock | ||
# composer.lock | ||
|
||
# php-cs-fixer cache | ||
.php_cs.cache | ||
.php-cs-fixer.cache | ||
|
||
# Custom | ||
build | ||
# PHPUnit cache | ||
.phpunit.result.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
.gitignore | ||
.php-cs-fixer.dist.php | ||
.travis.yml | ||
README.md | ||
composer.json | ||
docs/Api/PDFApi.md | ||
docs/Model/AddFieldsData.md | ||
docs/Model/AddFieldsTemplateResponse.md | ||
docs/Model/AuthenticationError.md | ||
docs/Model/AuthenticationSuccessResponse.md | ||
docs/Model/CombinePdfsData.md | ||
docs/Model/CombinedSubmission.md | ||
docs/Model/CombinedSubmissionAction.md | ||
docs/Model/CombinedSubmissionData.md | ||
docs/Model/CopyTemplateData.md | ||
docs/Model/CreateCombinedSubmissionResponse.md | ||
docs/Model/CreateCustomFileData.md | ||
docs/Model/CreateCustomFileResponse.md | ||
docs/Model/CreateFolderAttributes.md | ||
docs/Model/CreateFolderData.md | ||
docs/Model/CreateHtmlTemplateData.md | ||
docs/Model/CreateSubmissionBatchResponse.md | ||
docs/Model/CreateSubmissionBatchSubmissionsResponse.md | ||
docs/Model/CreateSubmissionData.md | ||
docs/Model/CreateSubmissionDataRequestData.md | ||
docs/Model/CreateSubmissionDataRequestTokenResponse.md | ||
docs/Model/CreateSubmissionResponse.md | ||
docs/Model/CreateTemplateFromUploadData.md | ||
docs/Model/DataRequestToken.md | ||
docs/Model/DeleteTemplateResponse.md | ||
docs/Model/ErrorResponse.md | ||
docs/Model/Folder.md | ||
docs/Model/FullTemplate.md | ||
docs/Model/HtmlTemplateData.md | ||
docs/Model/InvalidRequest.md | ||
docs/Model/ListSubmissionsResponse.md | ||
docs/Model/MoveFolderData.md | ||
docs/Model/MoveTemplateData.md | ||
docs/Model/PendingTemplate.md | ||
docs/Model/RenameFolderData.md | ||
docs/Model/Submission.md | ||
docs/Model/SubmissionAction.md | ||
docs/Model/SubmissionBatch.md | ||
docs/Model/SubmissionBatchData.md | ||
docs/Model/SubmissionData.md | ||
docs/Model/SubmissionDataBatchRequest.md | ||
docs/Model/SubmissionDataRequest.md | ||
docs/Model/Template.md | ||
docs/Model/TemplateData.md | ||
docs/Model/TemplateDefaults.md | ||
docs/Model/TemplateDocument.md | ||
docs/Model/TemplateDocumentMetadata.md | ||
docs/Model/UpdateDataRequestResponse.md | ||
docs/Model/UpdateSubmissionDataRequestData.md | ||
docs/Model/UpdateTemplateData.md | ||
docs/Model/UpdateTemplateResponse.md | ||
docs/Model/UploadTemplateData.md | ||
git_push.sh | ||
lib/Api/PDFApi.php | ||
lib/ApiException.php | ||
lib/Client.php | ||
lib/Configuration.php | ||
lib/HeaderSelector.php | ||
lib/Model/AddFieldsData.php | ||
lib/Model/AddFieldsTemplateResponse.php | ||
lib/Model/AuthenticationError.php | ||
lib/Model/AuthenticationSuccessResponse.php | ||
lib/Model/CombinePdfsData.php | ||
lib/Model/CombinedSubmission.php | ||
lib/Model/CombinedSubmissionAction.php | ||
lib/Model/CombinedSubmissionData.php | ||
lib/Model/CopyTemplateData.php | ||
lib/Model/CreateCombinedSubmissionResponse.php | ||
lib/Model/CreateCustomFileData.php | ||
lib/Model/CreateCustomFileResponse.php | ||
lib/Model/CreateFolderAttributes.php | ||
lib/Model/CreateFolderData.php | ||
lib/Model/CreateHtmlTemplateData.php | ||
lib/Model/CreateSubmissionBatchResponse.php | ||
lib/Model/CreateSubmissionBatchSubmissionsResponse.php | ||
lib/Model/CreateSubmissionData.php | ||
lib/Model/CreateSubmissionDataRequestData.php | ||
lib/Model/CreateSubmissionDataRequestTokenResponse.php | ||
lib/Model/CreateSubmissionResponse.php | ||
lib/Model/CreateTemplateFromUploadData.php | ||
lib/Model/DataRequestToken.php | ||
lib/Model/DeleteTemplateResponse.php | ||
lib/Model/ErrorResponse.php | ||
lib/Model/Folder.php | ||
lib/Model/FullTemplate.php | ||
lib/Model/HtmlTemplateData.php | ||
lib/Model/InvalidRequest.php | ||
lib/Model/ListSubmissionsResponse.php | ||
lib/Model/ModelInterface.php | ||
lib/Model/MoveFolderData.php | ||
lib/Model/MoveTemplateData.php | ||
lib/Model/PendingTemplate.php | ||
lib/Model/RenameFolderData.php | ||
lib/Model/Submission.php | ||
lib/Model/SubmissionAction.php | ||
lib/Model/SubmissionBatch.php | ||
lib/Model/SubmissionBatchData.php | ||
lib/Model/SubmissionData.php | ||
lib/Model/SubmissionDataBatchRequest.php | ||
lib/Model/SubmissionDataRequest.php | ||
lib/Model/Template.php | ||
lib/Model/TemplateData.php | ||
lib/Model/TemplateDefaults.php | ||
lib/Model/TemplateDocument.php | ||
lib/Model/TemplateDocumentMetadata.php | ||
lib/Model/UpdateDataRequestResponse.php | ||
lib/Model/UpdateSubmissionDataRequestData.php | ||
lib/Model/UpdateTemplateData.php | ||
lib/Model/UpdateTemplateResponse.php | ||
lib/Model/UploadTemplateData.php | ||
lib/ObjectSerializer.php | ||
phpunit.xml.dist | ||
test/Api/PDFApiIntegrationTest.php | ||
test/Api/PDFApiTest.php | ||
test/ClientIntegrationTest.php | ||
test/Model/AddFieldsDataTest.php | ||
test/Model/AddFieldsTemplateResponseTest.php | ||
test/Model/AuthenticationErrorTest.php | ||
test/Model/AuthenticationSuccessResponseTest.php | ||
test/Model/CombinePdfsDataTest.php | ||
test/Model/CombinedSubmissionActionTest.php | ||
test/Model/CombinedSubmissionDataTest.php | ||
test/Model/CombinedSubmissionTest.php | ||
test/Model/CopyTemplateDataTest.php | ||
test/Model/CreateCombinedSubmissionResponseTest.php | ||
test/Model/CreateCustomFileDataTest.php | ||
test/Model/CreateCustomFileResponseTest.php | ||
test/Model/CreateFolderAttributesTest.php | ||
test/Model/CreateFolderDataTest.php | ||
test/Model/CreateHtmlTemplateDataTest.php | ||
test/Model/CreateSubmissionBatchResponseTest.php | ||
test/Model/CreateSubmissionBatchSubmissionsResponseTest.php | ||
test/Model/CreateSubmissionDataRequestDataTest.php | ||
test/Model/CreateSubmissionDataRequestTokenResponseTest.php | ||
test/Model/CreateSubmissionDataTest.php | ||
test/Model/CreateSubmissionResponseTest.php | ||
test/Model/CreateTemplateFromUploadDataTest.php | ||
test/Model/DataRequestTokenTest.php | ||
test/Model/DeleteTemplateResponseTest.php | ||
test/Model/ErrorResponseTest.php | ||
test/Model/FolderTest.php | ||
test/Model/FullTemplateTest.php | ||
test/Model/HtmlTemplateDataTest.php | ||
test/Model/InvalidRequestTest.php | ||
test/Model/ListSubmissionsResponseTest.php | ||
test/Model/MoveFolderDataTest.php | ||
test/Model/MoveTemplateDataTest.php | ||
test/Model/PendingTemplateTest.php | ||
test/Model/RenameFolderDataTest.php | ||
test/Model/SubmissionActionTest.php | ||
test/Model/SubmissionBatchDataTest.php | ||
test/Model/SubmissionBatchTest.php | ||
test/Model/SubmissionDataBatchRequestTest.php | ||
test/Model/SubmissionDataRequestTest.php | ||
test/Model/SubmissionDataTest.php | ||
test/Model/SubmissionTest.php | ||
test/Model/TemplateDataTest.php | ||
test/Model/TemplateDefaultsTest.php | ||
test/Model/TemplateDocumentMetadataTest.php | ||
test/Model/TemplateDocumentTest.php | ||
test/Model/TemplateTest.php | ||
test/Model/UpdateDataRequestResponseTest.php | ||
test/Model/UpdateSubmissionDataRequestDataTest.php | ||
test/Model/UpdateTemplateDataTest.php | ||
test/Model/UpdateTemplateResponseTest.php | ||
test/Model/UploadTemplateDataTest.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.3.0 | ||
7.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
|
||
/** | ||
* @generated | ||
* @link https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/HEAD/doc/config.rst | ||
*/ | ||
$finder = PhpCsFixer\Finder::create() | ||
->in(__DIR__) | ||
->exclude('vendor') | ||
->exclude('test') | ||
->exclude('tests') | ||
; | ||
|
||
$config = new PhpCsFixer\Config(); | ||
return $config->setRules([ | ||
'@PSR12' => true, | ||
'phpdoc_order' => true, | ||
'array_syntax' => [ 'syntax' => 'short' ], | ||
'strict_comparison' => true, | ||
'strict_param' => true, | ||
'no_trailing_whitespace' => false, | ||
'no_trailing_whitespace_in_comment' => false, | ||
'braces' => false, | ||
'single_blank_line_at_eof' => false, | ||
'blank_line_after_namespace' => false, | ||
'no_leading_import_slash' => false, | ||
]) | ||
->setFinder($finder) | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
language: php | ||
sudo: false | ||
# Bionic environment has preinstalled PHP from 7.1 to 7.4 | ||
# https://docs.travis-ci.com/user/reference/bionic/#php-support | ||
dist: bionic | ||
php: | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- hhvm | ||
- 7.4 | ||
before_install: "composer install" | ||
script: "vendor/bin/phpunit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.