{"id":18819836,"url":"https://github.com/laudeco/mindee-api-php-sdk","last_synced_at":"2026-01-17T06:30:16.153Z","repository":{"id":154172514,"uuid":"631957415","full_name":"laudeco/mindee-api-php-sdk","owner":"laudeco","description":"SDK for Mindee","archived":false,"fork":false,"pushed_at":"2023-10-09T08:36:15.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T03:19:25.421Z","etag":null,"topics":["hacktoberfest","hacktoberfest2023"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laudeco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-24T12:19:59.000Z","updated_at":"2023-10-08T19:33:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"6357a966-6192-4745-a338-c0a6c6c5a623","html_url":"https://github.com/laudeco/mindee-api-php-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudeco%2Fmindee-api-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudeco%2Fmindee-api-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudeco%2Fmindee-api-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudeco%2Fmindee-api-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laudeco","download_url":"https://codeload.github.com/laudeco/mindee-api-php-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758830,"owners_count":19692033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","hacktoberfest2023"],"created_at":"2024-11-08T00:25:14.837Z","updated_at":"2026-01-17T06:30:15.957Z","avatar_url":"https://github.com/laudeco.png","language":"PHP","readme":"# OpenAPIClient-php\n\nFinancial Document endpoints\n\n\n## Installation \u0026 Usage\n\n### Requirements\nPHP 8.0 and later.\n\n### Composer\n\nTo install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:\n\n```json\n{\n  \"repositories\": [\n    {\n      \"type\": \"vcs\",\n      \"url\": \"https://github.com/GIT_USER_ID/GIT_REPO_ID.git\"\n    }\n  ],\n  \"require\": {\n    \"GIT_USER_ID/GIT_REPO_ID\": \"*@dev\"\n  }\n}\n```\n\nThen run `composer install`\n\n### Manual Installation\n\nDownload the files and include `autoload.php`:\n\n```php\n\u003c?php\nrequire_once('/path/to/OpenAPIClient-php/vendor/autoload.php');\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```php\n\u003c?php\nrequire_once(__DIR__ . '/vendor/autoload.php');\n\ntry {\n    $token = ''; // API Token\n    $file = ''; //TODO change by a file\n    $document = FilePath::fromPath($file); // Any concrete class that implements _FileInterface_\n    \n    $client = MindeeClientFactory::financialDocument(new Token($token));\n    $result = $client-\u003eparse($document);\n    \n    echo $result-\u003ecustomerName().\"\\n\";\n    echo $result-\u003ecustomerAddress().\"\\n\";\n    \n} catch (Exception $e) {\n    echo 'Exception :', $e-\u003egetMessage(), PHP_EOL;\n}\n\n```\n\n## Models\n\n- [Category](docs/Model/Category.md)\n- [Category1](docs/Model/Category1.md)\n- [CustomerAddress](docs/Model/CustomerAddress.md)\n- [CustomerAddress1](docs/Model/CustomerAddress1.md)\n- [CustomerCompanyRegistrationsInner](docs/Model/CustomerCompanyRegistrationsInner.md)\n- [CustomerCompanyRegistrationsInner1](docs/Model/CustomerCompanyRegistrationsInner1.md)\n- [CustomerName](docs/Model/CustomerName.md)\n- [CustomerName1](docs/Model/CustomerName1.md)\n- [DateOfIssue](docs/Model/DateOfIssue.md)\n- [DateOfIssue1](docs/Model/DateOfIssue1.md)\n- [DocumentTypeBeta](docs/Model/DocumentTypeBeta.md)\n- [DueDate](docs/Model/DueDate.md)\n- [DueDate1](docs/Model/DueDate1.md)\n- [ErrorPredictResponse](docs/Model/ErrorPredictResponse.md)\n- [ErrorPredictResponseApiRequest](docs/Model/ErrorPredictResponseApiRequest.md)\n- [ErrorPredictResponseApiRequestError](docs/Model/ErrorPredictResponseApiRequestError.md)\n- [ImageOrientation](docs/Model/ImageOrientation.md)\n- [InvoiceNumber](docs/Model/InvoiceNumber.md)\n- [InvoiceNumber1](docs/Model/InvoiceNumber1.md)\n- [JSONPredict](docs/Model/JSONPredict.md)\n- [LineItemsInner](docs/Model/LineItemsInner.md)\n- [LineItemsInner1](docs/Model/LineItemsInner1.md)\n- [Locale](docs/Model/Locale.md)\n- [Locale1](docs/Model/Locale1.md)\n- [MindeeFinancialDocument1DocPrediction](docs/Model/MindeeFinancialDocument1DocPrediction.md)\n- [MindeeFinancialDocument1PagePrediction](docs/Model/MindeeFinancialDocument1PagePrediction.md)\n- [PurchaseTime](docs/Model/PurchaseTime.md)\n- [PurchaseTime1](docs/Model/PurchaseTime1.md)\n- [ReferenceNumbersInner](docs/Model/ReferenceNumbersInner.md)\n- [ReferenceNumbersInner1](docs/Model/ReferenceNumbersInner1.md)\n- [SubCategory](docs/Model/SubCategory.md)\n- [SubCategory1](docs/Model/SubCategory1.md)\n- [SuccessPredictResponse](docs/Model/SuccessPredictResponse.md)\n- [SuccessPredictResponseApiRequest](docs/Model/SuccessPredictResponseApiRequest.md)\n- [SuccessPredictResponseDocument](docs/Model/SuccessPredictResponseDocument.md)\n- [SuccessPredictResponseDocumentInference](docs/Model/SuccessPredictResponseDocumentInference.md)\n- [SuccessPredictResponseDocumentInferencePagesInner](docs/Model/SuccessPredictResponseDocumentInferencePagesInner.md)\n- [SuccessPredictResponseDocumentInferenceProduct](docs/Model/SuccessPredictResponseDocumentInferenceProduct.md)\n- [SupplierAddress](docs/Model/SupplierAddress.md)\n- [SupplierAddress1](docs/Model/SupplierAddress1.md)\n- [SupplierCompanyRegistrationsInner](docs/Model/SupplierCompanyRegistrationsInner.md)\n- [SupplierCompanyRegistrationsInner1](docs/Model/SupplierCompanyRegistrationsInner1.md)\n- [SupplierName](docs/Model/SupplierName.md)\n- [SupplierName1](docs/Model/SupplierName1.md)\n- [SupplierPaymentDetailsInner](docs/Model/SupplierPaymentDetailsInner.md)\n- [SupplierPaymentDetailsInner1](docs/Model/SupplierPaymentDetailsInner1.md)\n- [TaxesInner](docs/Model/TaxesInner.md)\n- [TaxesInner1](docs/Model/TaxesInner1.md)\n- [TipAndGratuity](docs/Model/TipAndGratuity.md)\n- [TipAndGratuity1](docs/Model/TipAndGratuity1.md)\n- [TotalAmountIncludingTaxesTipsFeesAndOtherCharges](docs/Model/TotalAmountIncludingTaxesTipsFeesAndOtherCharges.md)\n- [TotalAmountIncludingTaxesTipsFeesAndOtherCharges1](docs/Model/TotalAmountIncludingTaxesTipsFeesAndOtherCharges1.md)\n- [TotalNetOfTaxesFeesAndDiscount](docs/Model/TotalNetOfTaxesFeesAndDiscount.md)\n- [TotalNetOfTaxesFeesAndDiscount1](docs/Model/TotalNetOfTaxesFeesAndDiscount1.md)\n- [TotalTax](docs/Model/TotalTax.md)\n- [TotalTax1](docs/Model/TotalTax1.md)\n\n## Authorization\n\n### apiKey\n\n- **Type**: API key\n- **API key parameter name**: Authorization\n- **Location**: HTTP header\n\n\n## Tests\n\nTo run the tests, use:\n\n```bash\ncomposer install\nvendor/bin/phpunit\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaudeco%2Fmindee-api-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaudeco%2Fmindee-api-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaudeco%2Fmindee-api-php-sdk/lists"}