Patrick Luca Fazzi
Patrick Luca Fazzi
I'm struggling creating a subscription for a customer that already exist in Stripe account (for new customers Payum works fine). What happen is that Payum does a `POST /v1/customers`. The...
While deploying an app I noticed that Symfony router doesn't take into account schema and port of the current request in the URLs generation. This is due to the fact...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary I would like to...
Closes #315 allowing to write rules like: ```php Rule::noClass() ->should(new ResideInTheseNamespaces('App\Services')) ->because('this namespace has been deprecated in favor of the modular architecture'); ``` or ```php Rule::noClass() ->that(new ResideInOneOfTheseNamespaces('App\Entity')) ->should(new HaveNameMatching('*Service'))...
### Feature Request I would enforce a rule on a deprecated namespace. | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC...
I recently implemented a simple pattern that allows us to split our architectural rules across multiple files, making our `phparkitect.php` setup easier to scale and maintain as our codebase grows....
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary We have some modules...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break |no #### Summary I have a recurring use...