PHPackages                             spoova/enlist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. spoova/enlist

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

spoova/enlist
=============

PHP Package for renaming multiple files

v2.5.0(2y ago)0221MITPHP

Since Mar 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/teymzz/Enlist)[ Packagist](https://packagist.org/packages/spoova/enlist)[ RSS](/packages/spoova-enlist/feed)WikiDiscussions main Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (1)

Enlist Package
--------------

[](#enlist-package)

This is a spoova framework package for listing or renaming files in a directory. It can be used to rename file names and file extensions. While renaming file extensions can break the functionality of a file, some specific files extensions can be easily modified. Renaming files extensions that can be easily broken should be avoided. At most times, this class may be used to change extension of image files or text-related file. Although, some file extensions can be easily modified, yet it does not serve as converter for such files. In the case where a converter is needed, a converter tool should be employed.

### Including the Enlist class

[](#including-the-enlist-class)

> Run the command below in the terminal to require the package

```
composer require spoova/enlist
```

### Initializing the Enlist class

[](#initializing-the-enlist-class)

> In your sample php file include the *vendor/autoload.php* file and import the Enlist class

```
