<?php

$str = 'engine/plugins/renderer_smarty/plugins/css_minify/';
preg_match_all('@(?<=/)plugins/([^/]+)@i', $str, $matches);
print_r($matches);