JamesHeinrich / phpThumb

phpThumb() - The PHP thumbnail generator
Other
315 stars 141 forks source link

Composer - script copy-config that copy the .default config to the .php one #192

Closed arturmamedov closed 1 year ago

arturmamedov commented 1 year ago

Composer - script copy-config that copy the .default config to the .php one

arturmamedov commented 1 year ago

We can also try to make a auto generation of high_security_password for the hash

arturmamedov commented 1 year ago

And include it in post-install script for run automatically

arturmamedov commented 1 year ago

can i proceed also with this things?

JamesHeinrich commented 1 year ago

I welcome any contributions you may wish to make.

arturmamedov commented 1 year ago

I also make a wrapper for generate directly an HTML tag <img ... with all parameters like title, class etc. You call to a function thumber() with parameters or an array of options and his return <img src="" class="" alt="" title="" ... you're interested to add it? If you want, we can discuss it privately.

JamesHeinrich commented 1 year ago

Sure, submit a PR.