{"id":29196627,"url":"https://github.com/flancer32/mage_ext_api_pp_sdk","last_synced_at":"2025-07-02T06:07:57.548Z","repository":{"id":30103109,"uuid":"33652881","full_name":"flancer32/mage_ext_api_pp_sdk","owner":"flancer32","description":"Magento extension to use PayPal SDK to connect to PayPal REST API","archived":false,"fork":false,"pushed_at":"2015-04-28T06:57:21.000Z","size":291,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-21T13:53:00.732Z","etag":null,"topics":[],"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/flancer32.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}},"created_at":"2015-04-09T06:40:12.000Z","updated_at":"2024-04-21T13:53:00.733Z","dependencies_parsed_at":"2022-08-26T09:31:42.615Z","dependency_job_id":null,"html_url":"https://github.com/flancer32/mage_ext_api_pp_sdk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/flancer32/mage_ext_api_pp_sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage_ext_api_pp_sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage_ext_api_pp_sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage_ext_api_pp_sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage_ext_api_pp_sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flancer32","download_url":"https://codeload.github.com/flancer32/mage_ext_api_pp_sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage_ext_api_pp_sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263083718,"owners_count":23411165,"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":[],"created_at":"2025-07-02T06:07:47.330Z","updated_at":"2025-07-02T06:07:57.541Z","avatar_url":"https://github.com/flancer32.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PayPal PHP SDK for Magento\nMagento extension that adopts [PayPal PHP SDK](https://github.com/paypal/PayPal-PHP-SDK) classes to be used in Magento classes.\n\n## Installation\n\n### Composer\n\nAdd to your `composer.json`:\n\n    {\n      \"repositories\": [\n        {\n          \"type\": \"vcs\",\n          \"url\": \"https://github.com/flancer32/mage_ext_api_pp_sdk\"\n        }\n      ],\n      \"require\": {\n        \"flancer32/mage_ext_api_pp_sdk\": \"dev-master\"\n      }\n    }\n\n### External library\n\nDownload [PayPal PHP SDK](https://github.com/paypal/PayPal-PHP-SDK/releases) and extract archive to the local drive.\nSetup path to ```./lib/``` folder in _System / Configuration / Advanced / Developer / PayPal PHP SDK / Path to SDK_:\n\n![Magento Admin Configuration Screen](./docs/img/mage_admin_config_screen.png)\n\n## Usage\n\n    // Just call helper's initClassLoader() method ... \n    Mage::helper('flancer32_ppapi_helper')-\u003einitClassLoader();\n    // ... and use PayPal PHP SDK classes in your own code\n    $apiContext = new PayPal\\Rest\\ApiContext(\n        new PayPal\\Auth\\OAuthTokenCredential(\n            'clientId',\n            'clientSecret'\n        )\n    );\n    ...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fmage_ext_api_pp_sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflancer32%2Fmage_ext_api_pp_sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fmage_ext_api_pp_sdk/lists"}