grinder_php_minify 5.0.0 copy "grinder_php_minify: ^5.0.0" to clipboard
grinder_php_minify: ^5.0.0 copied to clipboard

discontinued
outdated

Grinder plug-in minifying PHP source code by removing comments and whitespace.

example/main.dart

import 'package:grinder/grinder.dart';
import 'package:grinder_php_minify/grinder_php_minify.dart' as php_minify;

@Task('Compresses the PHP scripts from a given directory')
Future<void> compressDirectory() => php_minify.compress(getDir('path/to/src'), getDir('path/to/out'));

@Task('Compresses a given PHP script')
Future<void> compressFile() => php_minify.compress(getFile('path/to/src.php'), getFile('path/to/out.php'));
0
likes
15
pub points
0%
popularity

Publisher

verified publisherbelin.io

Grinder plug-in minifying PHP source code by removing comments and whitespace.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

grinder, http, path, where

More

Packages that depend on grinder_php_minify