brazilianfriendsofsymfony/gateway-locaweb-bundle
Symfony 2 bundle que simplifica a integração com o gateway de pagamentos da Locaweb. Inclui dependências para front-end usando jQuery e RequireJS, facilitando a implementação do fluxo de pagamento em aplicações Symfony.
DependencyInjection, EventDispatcher) complicates direct adoption.spatie/payment-providers) be substituted?Payment facade to abstract logic.symfony/http-client + symfony/dependency-injection in Laravel via Composer.Form components with Laravel Collective HTML or Livewire.Payment model (Eloquent) to store transactions.Container and EventDispatcher must be emulated in Laravel (e.g., using Laravel’s Service Container).Container exceptions) will be unfamiliar to Laravel teams.| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Locaweb API downtime | Payments fail | Implement retries (Laravel’s retry package). |
| Webhook delivery failures | Unprocessed transactions | Store raw webhook payloads; reprocess manually. |
| Bundle dependency vulnerabilities | Security breaches | Pin versions; monitor for CVEs. |
| Symfony 2 deprecation issues | Integration breaks | Fork and modernize or replace entirely. |
| Frontend JS failures (jQuery) | Checkout UX breaks | Replace with Alpine.js/Livewire. |
DependencyInjection.How can I help you explore Laravel packages today?