Josee9988 / MinifyAll

A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗢𝗻𝗢𝗳𝗢𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 π˜Ύπ™€π™’π™₯π™§π™šπ™¨π™¨ and π™œπ™―π™žπ™₯ files and folders πŸ“¦ Reduce your bundle and file sizes with lightning speed ⚑
https://minifyall.jgracia.es/
GNU General Public License v3.0
71 stars 10 forks source link

PHP - Compress Variables #160

Open trymeouteh opened 1 year ago

trymeouteh commented 1 year ago

πŸš€ Feature Request

Is your feature request related to a problem? Please describe.

When compressing PHP code, it will not compress variable names to short letters ($a, $b, $c) unlike JavaScript variable compression.


Describe the solution you'd like

PHP code compression will compress PHP variables.


Describe alternatives you've considered

None


Additional context

*