{"id":18948426,"url":"https://github.com/oxid-esales/paypal-module","last_synced_at":"2026-02-19T10:10:33.740Z","repository":{"id":37476954,"uuid":"446731296","full_name":"OXID-eSales/paypal-module","owner":"OXID-eSales","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-10T16:07:29.000Z","size":7213,"stargazers_count":21,"open_issues_count":0,"forks_count":23,"subscribers_count":14,"default_branch":"b-6.3.x","last_synced_at":"2026-02-10T19:50:18.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OXID-eSales.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-11T08:09:05.000Z","updated_at":"2026-02-10T15:29:03.000Z","dependencies_parsed_at":"2023-02-18T05:45:29.768Z","dependency_job_id":"36985afc-0e50-4cfe-a4e1-8e601a80eb7d","html_url":"https://github.com/OXID-eSales/paypal-module","commit_stats":null,"previous_names":[],"tags_count":221,"template":false,"template_full_name":null,"purl":"pkg:github/OXID-eSales/paypal-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OXID-eSales","download_url":"https://codeload.github.com/OXID-eSales/paypal-module/tar.gz/refs/heads/b-6.3.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T13:13:30.116Z","updated_at":"2026-02-19T10:10:33.734Z","avatar_url":"https://github.com/OXID-eSales.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PayPal Checkout for OXID\n\nPayPal checkout integration for OXID eShop 6.1 and above.\n\n## Documentation\n\n* Official [German PayPal Checkout for OXID 6.1 to 6.2 documentation](https://docs.oxid-esales.com/modules/paypal-checkout/de/1.3/)\n* Official [German PayPal Checkout for OXID 6.3 to 6.5 documentation](https://docs.oxid-esales.com/modules/paypal-checkout/de/2.6/)\n* Official [German PayPal Checkout for OXID from 7.0 documentation](https://docs.oxid-esales.com/modules/paypal-checkout/de/3.5/)\n* Official [English PayPal Checkout for OXID 6.1 to 6.2 documentation](https://docs.oxid-esales.com/modules/paypal-checkout/en/1.3/)\n* Official [English PayPal Checkout for OXID 6.3 to 6.5 documentation](https://docs.oxid-esales.com/modules/paypal-checkout/en/2.6/)\n* Official [English PayPal Checkout for OXID from 7.0 documentation](https://docs.oxid-esales.com/modules/paypal-checkout/en/3.5/)\n\n\n## Branch Compatibility\n\n* b-7.0.x module branch is compatible with OXID eShop compilation 7.0, 7.1, 7.2, 7.3, 7.4\n* b-6.3.x module branch is compatible with OXID eShop compilation 6.3, 6.4, 6.5\n* b-6.1.x module branch is compatible with OXID eShop compilation 6.1, 6.2\n\n## Install for OXID\n\n* see Official documentation\n\n## Limitations\n\n* no limitations\n\n## Merging Strategy\n\n* The b-6.3.x branch is compatible with OXID6.3 to 6.5 and will not be merged automatically into the b-7.0.x branch\n* if something changes in the b-6.3.x main branch, it must be ported to the b-7.0.x branch\n\n## Running tests\n\nWarning: Running tests will reset the shop.\n\n#### Requirements\n* Ensure test_config.yml is configured:\n    ```\n    partial_module_paths: osc/paypal\n    ```\n    ```\n    activate_all_modules: true\n    run_tests_for_shop: false\n    run_tests_for_modules: true\n    ```\n\n#### Run\n\nRunning phpunit tests:\n```\nvendor/bin/runtests\n```\n\nRunning phpunit tests with coverage reports (report is generated in ``.../paypal/Tests/reports/`` directory):\n```\nXDEBUG_MODE=coverage vendor/bin/runtests-coverage\n```\n\n## CodeStyle commands ##\nThe following Composer commands are available for checking and maintaining code quality:\n### PHP Mess Detector (PHPMD)\n- `composer md` - Run PHPMD checks on locally modified files\n- `composer md:commit` - Run PHPMD checks on files changed in the last commit\n\n### PHPStan\n- `composer stan` - Run static analysis checks on locally modified files\n- `composer stan:commit` - Run static analysis checks on files changed in the last commit\n\n### PHP CodeSniffer (PHPCS)\n- `composer cs` - Run coding standards checks on locally modified files\n- `composer cs:commit` - Run coding standards checks on files changed in the last commit\n\n### Combined Checks\n- `composer style` - Run all code quality checks (PHPMD, PHPStan, and PHPCS) on locally modified files\n- `composer style:commit` - Run all code quality checks on files changed in the last commit\n\nEach command has two variants:\n- Default version checks files that have local modifications but haven't been committed\n- `:commit` suffix version checks only the files that were changed in the most recent commit\n\nThese commands help maintain consistent code quality by checking:\n- Code style and formatting (PHPCS)\n- Potential problems and complexity issues (PHPMD)\n- Type safety and potential bugs (PHPStan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxid-esales%2Fpaypal-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxid-esales%2Fpaypal-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxid-esales%2Fpaypal-module/lists"}