PHPackages                             takuya/php-rrmdir - 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. takuya/php-rrmdir

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

takuya/php-rrmdir
=================

Recursive rmdir for PHP

1.0(4y ago)0181GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Jul 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/takuya/php-rrmdir)[ Packagist](https://packagist.org/packages/takuya/php-rrmdir)[ RSS](/packages/takuya-php-rrmdir/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (1)

php-rrmdir
==========

[](#php-rrmdir)

Recursive rmdir for PHP

tests results .
---------------

[](#tests-results-)

[![](https://camo.githubusercontent.com/faa7a874c1c6f6f0485209e2e044b382504db7b6587ec6f5eb8775a1f65c7169/68747470733a2f2f636972636c6563692e636f6d2f67682f74616b7579612f7068702d72726d6469722e7376673f7374796c653d737667)](https://camo.githubusercontent.com/faa7a874c1c6f6f0485209e2e044b382504db7b6587ec6f5eb8775a1f65c7169/68747470733a2f2f636972636c6563692e636f6d2f67682f74616b7579612f7068702d72726d6469722e7376673f7374796c653d737667)

Installing from github.
-----------------------

[](#installing-from-github)

```

composer config repositories.takuya/php-rrmdir vcs https://github.com/takuya/php-rrmdir
composer config minimum-stability dev
composer require takuya/php-rrmdir

```

Installing from packagist.
--------------------------

[](#installing-from-packagist)

```
composer require takuya/php-rrmdir
composer install
```

Usage example.
--------------

[](#usage-example)

This package provides a function `rrmdir()` to your composer project.

```
