Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Dec 27, 2020
1 parent 476305b commit 7aa42fd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# php-fuse

![Minimum PHP version: 7.4.0](https://img.shields.io/badge/php-7.4.0%2B-blue.svg)

PHP FFI bindings for libfuse

## Installation
```bash
composer require sj-i/php-fuse
```

## Requirements
- PHP-7.4 64bit Linux x86_64 (NTS / ZTS)
- FFI extension
- libfuse

# LICENSE
- MIT

## Example
```bash
php example/dummy_file.php -s -f /tmp/example/
```

```
```bash
$ ls -la /tmp/example/
total 180
drwxr-xr-x 2 sji sji 0 1月 1 1970 .
Expand Down

0 comments on commit 7aa42fd

Please sign in to comment.