PHP code example of smallnews / poster
1. Go to this page and download the library: Download smallnews/poster library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
smallnews / poster example snippets
$makePoster->image->text('文本', 0, 0, function($font) {
$font->size(24);
$font->color('#fdf6e3');
};