Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ file Public

An abstraction layer and non-blocking file access solution that keeps your application responsive.

License

Notifications You must be signed in to change notification settings

amphp/file

 
 

Repository files navigation

file License

amphp/file allows non-blocking access to the filesystem for Amp.

Installation

This package can be installed as a Composer dependency.

composer require amphp/file

Optional Extension Backends

Extensions allow using threading in the background instead of using multiple processes.

amphp/file works out of the box without any PHP extensions. It uses multi-processing by default, but also comes with a blocking driver that just uses PHP's blocking functions in the current process.

Versioning

amphp/file follows the semver semantic versioning specification like all other amphp packages.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.

About

An abstraction layer and non-blocking file access solution that keeps your application responsive.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors 14

Languages