gFontDownloader
1.0.0
php google fonts downloader with local css creation
combinations are possible
or
(e.g. "https://fonts.google.com/?selection.family=Gelasio:500i,700|Open+Sans|Roboto" or "https://fonts.googleapis.com/css?family=Gelasio:500i,700|Open+Sans|Roboto&display=swap")
->download();
returns array of all downloaded fonts
accepts callback function which is passed information on each font individually
->setLogger(new PSRCompatibleLogger());
on unrecoverable errors to create Font Family CSS files that were successfully downloaded before the error occured (see example.php)