elijahcruz12 / slugger
Rename files into a slug format
1.0.0
2024-11-30 20:26 UTC
Requires
- php: ^8.2.0
- laravel-zero/framework: ^11.0.2
Requires (Dev)
- laravel/pint: ^1.18.1
- mockery/mockery: ^1.6.12
- pestphp/pest: ^3.5.1
This package is auto-updated.
Last update: 2025-01-30 20:48:37 UTC
README
** THIS PROJECT IS A WORK IN PROGRESS, DO NOT USE IT **
Slugger is a simple PHP program that renames files and directories to a slug format.
The goal is to be able to rename files and directories to a slug format. This is useful for SEO purposes, and for creating clean URLs. I also want to make it possible to transform images using Imagick, but with a CLI, that feels easier to use.