{"id":24780406,"url":"https://github.com/webgriffe/payumlockrequestextensionbundle","last_synced_at":"2025-03-24T04:40:25.917Z","repository":{"id":199938774,"uuid":"704076691","full_name":"webgriffe/PayumLockRequestExtensionBundle","owner":"webgriffe","description":"Symfony bundle for Payum Lock Request extension library","archived":false,"fork":false,"pushed_at":"2023-10-17T16:22:49.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-01T23:36:05.132Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webgriffe.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-10-12T13:41:39.000Z","updated_at":"2023-10-12T13:42:20.000Z","dependencies_parsed_at":"2025-01-29T10:30:33.711Z","dependency_job_id":"6c46949b-2eec-487e-aa89-f1bd6be6e702","html_url":"https://github.com/webgriffe/PayumLockRequestExtensionBundle","commit_stats":null,"previous_names":["webgriffe/payumlockrequestextensionbundle"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2FPayumLockRequestExtensionBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2FPayumLockRequestExtensionBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2FPayumLockRequestExtensionBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2FPayumLockRequestExtensionBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webgriffe","download_url":"https://codeload.github.com/webgriffe/PayumLockRequestExtensionBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212107,"owners_count":20578438,"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-01-29T10:30:23.437Z","updated_at":"2025-03-24T04:40:25.890Z","avatar_url":"https://github.com/webgriffe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payum Lock Request Extension Bundle\n\n## Symfony bundle for Payum Lock Request extension library\n\nInstallation\n============\n\nMake sure Composer is installed globally, as explained in the\n[installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\nApplications that use Symfony Flex\n----------------------------------\n\nOpen a command console, enter your project directory and execute:\n\n```console\n$ composer require webgriffe/payum-lock-request-extension-bundle\n```\n\nApplications that don't use Symfony Flex\n----------------------------------------\n\n### Step 1: Download the Bundle\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```console\n$ composer require webgriffe/payum-lock-request-extension-bundle\n```\n\n### Step 2: Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles\nin the `config/bundles.php` file of your project:\n\n```php\n// config/bundles.php\n\nreturn [\n    // ...\n    Webgriffe\\PayumLockRequestExtensionBundle\\WebgriffePayumLockRequestExtensionBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\nNotice\n------\n\nThis Payum extension should lock before every other Payum extension but release the lock at the end of every other Payum extension.\nUnfortunately, this is not possible with Payum because extension are called in the same order in both onPreExecute and onPostExecute methods.\nWe choose to not prepend this extension in the list because it is more important that the lock is released as last operation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Fpayumlockrequestextensionbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebgriffe%2Fpayumlockrequestextensionbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Fpayumlockrequestextensionbundle/lists"}