Download the PHP package jstewmc/write-file without Composer
On this page you can find all versions of the php package jstewmc/write-file. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package write-file
write-file
Write a file.
This library is a very simple write file service (see jstewmc/read-file for a simple read file service).
This library wraps PHP's native file_put_contents()
with a little robust error checking. If the file does not exist, the path is not actually a file, or the file is not readable, an InvalidArgumentException
will be thrown.
That's about it!
Author
Jack Clayton
License
Version
0.1.0, August 31, 2016
- Initial release
All versions of write-file with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package jstewmc/write-file contains the following files
Loading the files please wait ....