It would be very convenient if we could set PHP directives on a per-package basis. This would let us to tune and customize PHP settings based on the package class.
For example, a Woo or WordPress package could have its php.ini and PHP-FPM settings finely tuned for those service classes. Meanwhile, a more traditional shared hosting package could have its own set of defaults that better align with its typical usage.
I know some of the directives are already set in package level system resources, and that there are estate level and per website directives, but having this level of customization on the package level would be super convenient and time-saving and would help us optimize performance and resource usage across different types of packages.
(and apologies if this was requested before, I searched and didn't see one for this)