ferranfg / midjourney-discord-api-php

Generate images using Midjourney Bot through the Discord API.
https://ferranfigueredo.com
MIT License
135 stars 35 forks source link

Is it available in php 7.4? #16

Closed johnsonwong666 closed 1 year ago

ferranfg commented 1 year ago

Hi @johnsonwong666, It's not. The requirement is PHP 8.1

However, I think the only functions that require php8+ in the library are str_starts_with, str_contains, and str_ends_with, so it should be easy for you to make it compatible with some polyfill.