{"id":93546,"library":"srmklive-paypal","title":"Laravel PayPal","description":"PayPal REST API client for Laravel and standalone PHP.","status":"active","version":"3.1.1","language":"php","source_language":null,"source_url":"https://github.com/blendbyte/laravel-paypal","tags":["paypal","payment","laravel","rest-api","ecommerce"],"install":[{"cmd":"composer require srmklive/paypal","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"PayPal","correct":"use Srmklive\\PayPal\\Facades\\PayPal;"}],"quickstart":{"code":"use Srmklive\\PayPal\\Facades\\PayPal;\n\n$provider = PayPal::setProvider();\n$token = $provider->getAccessToken();\n$order = $provider->createOrder([\n    'intent' => 'CAPTURE',\n    'purchase_units' => [\n        ['amount' => ['currency_code' => 'USD', 'value' => '100.00']]\n    ]\n]);","lang":"php","description":"Create a PayPal order using the facade."},"warnings":[{"fix":"Upgrade PHP/Laravel or use older package version.","message":"Requires PHP 7.4+ and Laravel 6+.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'api':5,17 'client':6 'ecommerc':18 'laravel':1,8,14 'payment':13 'paypal':2,3,12 'php':11 'rest':4,16 'rest-api':15 'standalon':10","created_at":"2026-06-19T09:51:15.721277+00:00","updated_at":"2026-06-19T09:51:15.721277+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/blendbyte/laravel-paypal","github":"https://github.com/blendbyte/laravel-paypal","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}