{"id":16772070,"url":"https://github.com/lolautruche/lolautruchepaylinebundle","last_synced_at":"2025-03-17T02:31:32.688Z","repository":{"id":52967087,"uuid":"54717922","full_name":"lolautruche/LolautruchePaylineBundle","owner":"lolautruche","description":"Symfony integration for Payline payment system","archived":false,"fork":false,"pushed_at":"2023-11-19T14:23:41.000Z","size":88,"stargazers_count":15,"open_issues_count":4,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T16:47:35.012Z","etag":null,"topics":["payment","php","symfony-bundle"],"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/lolautruche.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":"2016-03-25T12:41:31.000Z","updated_at":"2021-06-05T14:46:32.000Z","dependencies_parsed_at":"2024-10-27T11:53:35.570Z","dependency_job_id":"fde8c210-8c0b-4b1c-815f-dcbbabe29557","html_url":"https://github.com/lolautruche/LolautruchePaylineBundle","commit_stats":{"total_commits":88,"total_committers":8,"mean_commits":11.0,"dds":0.07954545454545459,"last_synced_commit":"de80e4a23e521b73cc0b7f67d6614ee830534d28"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FLolautruchePaylineBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FLolautruchePaylineBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FLolautruchePaylineBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FLolautruchePaylineBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolautruche","download_url":"https://codeload.github.com/lolautruche/LolautruchePaylineBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841125,"owners_count":20356440,"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":["payment","php","symfony-bundle"],"created_at":"2024-10-13T06:29:49.836Z","updated_at":"2025-03-17T02:31:32.262Z","avatar_url":"https://github.com/lolautruche.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LolautruchePaylineBundle\n\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4d54fe75-e1ee-4c67-94b6-7db9bbbda418/big.png)](https://insight.sensiolabs.com/projects/4d54fe75-e1ee-4c67-94b6-7db9bbbda418)\n[![Build Status](https://travis-ci.org/lolautruche/LolautruchePaylineBundle.svg?branch=master)](https://travis-ci.org/lolautruche/LolautruchePaylineBundle)\n\nIntegrates [Payline payment solution](http://www.payline.com/) with Symfony.\n\n\n## Features\n\n* Service integration and simple semantic configuration\n* Simplified API for web payments\n* Automatically validates web payments\n* Extensibility using events\n\n\n## Requirements\n\n### Payline account\nYou will of course need a valid Payline account.\n\nMandatory elements from you Payline account are:\n* **Merchant ID**\n* **Access key**, which you can generate in Payline admin\n* **Contract number**, related to the means of payment you configured in Payline admin\n\n### PHP\n* PHP \u003e=7.2.5\n* [PHP SOAP extension](http://php.net/soap) for Payline SDK\n\n### Symfony\nSymfony 4.4 / 5.x\n\n\u003e For support of earlier versions of Symfony, refer to:\n\u003e - [2.0](https://github.com/lolautruche/LolautruchePaylineBundle/tree/2.0) (Symfony 3.4 / 4.x) with Symfony Flex support\n\u003e - [1.1](https://github.com/lolautruche/LolautruchePaylineBundle/tree/1.1) (Symfony 2.7 / 3.x)\n\n\n## Installation\n\nThis bundle is installable with [Symfony Flex](https://flex.symfony.com).\nYou first need to allow contrib recipes before requiring the package:\n\n```\ncomposer config extra.symfony.allow-contrib true\ncomposer req lolautruche/payline-bundle\n```\n\nEverything will be pre-configured for you; however, ensure to **Encrypt sensitive environment variables**,\ne.g. `PAYLINE_MERCHANT_ID` and `PAYLINE_ACCESS_KEY` with [`secrets:set` command](https://symfony.com/blog/new-in-symfony-4-4-encrypted-secrets-management):\n\n````bash\nphp bin/console secrets:set PAYLINE_MERCHANT_ID\nphp bin/console secrets:set PAYLINE_ACCESS_KEY\n````\n\n\n## Documentation\n\nSee [Resources/doc/](Resources/doc/00-index.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolautruche%2Flolautruchepaylinebundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolautruche%2Flolautruchepaylinebundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolautruche%2Flolautruchepaylinebundle/lists"}