Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takuya/php-rrmdir
- Owner: takuya
- License: gpl-3.0
- Created: 2021-07-04T13:21:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T14:27:15.000Z (over 3 years ago)
- Last Synced: 2024-10-13T18:53:28.861Z (about 1 month ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```