Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takuya/php-rrmdir

Recursive rmdir for PHP
https://github.com/takuya/php-rrmdir

Last synced: 21 days ago
JSON representation

Recursive rmdir for PHP

Awesome Lists containing this project

README

        

# php-rrmdir

Recursive rmdir for PHP

## tests results .
![](https://circleci.com/gh/takuya/php-rrmdir.svg?style=svg)

## 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.
```sh
composer require takuya/php-rrmdir
composer install
````
## Usage example.
This package provides a function `rrmdir()` to your composer project.
```php
false
```

## run tests
```
composer install
composer dumpautoload
./vendor/bin/phpunit
```