mirror of
https://github.com/danog/file.git
synced 2025-01-22 13:21:13 +01:00
update suport files to match amphp repo template
This commit is contained in:
parent
a3624b0b2d
commit
d024038c54
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5,3 +5,4 @@
|
||||
/.php_cs export-ignore
|
||||
/.travis.yml export-ignore
|
||||
/phpunit.xml export-ignore
|
||||
/examples export-ignore
|
||||
|
20
README.md
20
README.md
@ -1,11 +1,13 @@
|
||||
# amp/fs
|
||||
# fs
|
||||
|
||||
[![Build Status](https://travis-ci.org/amphp/fs.svg?branch=master)](https://travis-ci.org/amphp/fs)
|
||||
[![Coverage Status](https://coveralls.io/repos/amphp/fs/badge.svg?branch=master&service=github)](https://coveralls.io/github/amphp/fs?branch=master)
|
||||
![Unstable](https://img.shields.io/badge/pre_alpha-unstable-orange.svg)
|
||||
[![Build Status](https://img.shields.io/travis/amphp/fs/master.svg?style=flat-square)](https://travis-ci.org/amphp/fs)
|
||||
[![CoverageStatus](https://img.shields.io/coveralls/amphp/fs/master.svg?style=flat-square)](https://coveralls.io/github/amphp/fs?branch=master)
|
||||
![Unstable](https://img.shields.io/badge/api-unstable-orange.svg?style=flat-square)
|
||||
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
|
||||
|
||||
`amp/fs` is a non-blocking filesystem manipulation library for use with the
|
||||
[amp](https://github.com/amphp/amp) concurrency framework.
|
||||
|
||||
`amphp/fs` is a non-blocking caching library for use with the [`amp`](https://github.com/amphp/amp)
|
||||
concurrency framework.
|
||||
|
||||
**Dependencies**
|
||||
|
||||
@ -13,17 +15,17 @@
|
||||
- [eio](https://pecl.php.net/package/eio)
|
||||
- [php-uv](https://github.com/bwoebi/php-uv) (experimental, requires PHP7)
|
||||
|
||||
`amp/fs` works out of the box without any PHP extensions but it does so using
|
||||
`amphp/fs` works out of the box without any PHP extensions but it does so using
|
||||
blocking functions. This capability only exists to simplify development across
|
||||
environments where extensions may not be present. Using `amp/fs` in production
|
||||
without pecl/eio or php-uv is **NOT** recommended.
|
||||
|
||||
**Current Version**
|
||||
|
||||
`amp/fs` is currently pre-alpha software and has no tagged releases. Your mileage may vary.
|
||||
`amphp/fs` is currently pre-alpha software and has no tagged releases. Your mileage may vary.
|
||||
|
||||
**Installation**
|
||||
|
||||
```bash
|
||||
$ composer require amphp/fs
|
||||
$ composer require amphp/fs:dev-master
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user