{"id":16686383,"url":"https://github.com/stdevteam/yii-paypal","last_synced_at":"2025-03-21T18:33:11.982Z","repository":{"id":6293824,"uuid":"7528290","full_name":"stdevteam/yii-paypal","owner":"stdevteam","description":"A PayPal component for Yii framework to utilize Express Checkout and Direct Payment APIs","archived":false,"fork":false,"pushed_at":"2022-04-05T12:58:05.000Z","size":16,"stargazers_count":37,"open_issues_count":6,"forks_count":23,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-18T03:51:30.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdevteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-09T20:23:35.000Z","updated_at":"2024-03-28T09:37:09.000Z","dependencies_parsed_at":"2022-09-07T20:22:46.981Z","dependency_job_id":null,"html_url":"https://github.com/stdevteam/yii-paypal","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/stdevteam%2Fyii-paypal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fyii-paypal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fyii-paypal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fyii-paypal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdevteam","download_url":"https://codeload.github.com/stdevteam/yii-paypal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244849381,"owners_count":20520700,"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":"2024-10-12T15:05:42.651Z","updated_at":"2025-03-21T18:33:11.681Z","avatar_url":"https://github.com/stdevteam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"yii-paypal\n==========\n\nA PayPal component for Yii framework to utilize Express Checkout and Direct Payment APIs for you\n\n\n\nInstallation\n==========\n\nDownload the package, extract the component file (Paypal.php) to your components directory and optionally extract \nsample controller and view files to test the component.\nAfter place the Paypal configuration array inside your 'components' definitions.\n\n```php\n'Paypal' =\u003e array(\n\t'class'=\u003e'application.components.Paypal',\n\t'apiUsername' =\u003e 'YOUR_API_USERNAME',\n\t'apiPassword' =\u003e 'YOUR_API_PASSWORD',\n\t'apiSignature' =\u003e 'YOUR_API_SIGNATURE',\n\t'apiLive' =\u003e false,\n\t\n\t'returnUrl' =\u003e 'paypal/confirm/', //regardless of url management component\n\t'cancelUrl' =\u003e 'paypal/cancel/', //regardless of url management component\n\t\n    // Default currency to use, if not set USD is the default\n    'currency' =\u003e 'USD',\n\n    // Default description to use, defaults to an empty string\n    //'defaultDescription' =\u003e '',\n\n    // Default Quantity to use, defaults to 1\n    //'defaultQuantity' =\u003e '1',\n\n\t//The version of the paypal api to use, defaults to '3.0' (review PayPal documentation to include a valid API version)\n    //'version' =\u003e '3.0',\n),\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fyii-paypal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstdevteam%2Fyii-paypal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fyii-paypal/lists"}