Download the PHP package fyre/filesystem without Composer

On this page you can find all versions of the php package fyre/filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filesystem

FyreFileSystem

FyreFileSystem is a free, open-source file/folder library for PHP.

Table Of Contents

Installation

Using Composer

In PHP:

Files

Access Time

Get the file access time.

Base Name

Get the filename.

Chmod

Change the file permissions.

Close

Close the file handle.

Contents

Get the contents of the file.

Copy

Copy the file to a new destination.

Create

Create the file.

Csv

Parse CSV values from a file.

Delete

Delete the file.

Dir Name

Get the directory name.

Ended

Determine whether the pointer is at the end of the file.

Exists

Determine whether the file exists.

Extension

Get the file extension.

File Name

Get the filename (without extension).

Folder

Get the Folder.

Group

Get the file group.

Is Executable

Determine whether the file is executable.

Is Readable

Determine whether the file is readable.

Is Writable

Determine whether the file is writable.

Lock

Lock the file handle.

MIME Type

Get the MIME content type.

Modified Time

Get the file modified time.

Open

Open a file handle.

Owner

Get the file owner.

Path

Get the full path to the file.

Permissions

Get the file permissions.

Read

Read file data.

Rewind

Rewind the pointer position.

Seek

Move the pointer position.

Size

Get the size of the file (in bytes).

Tell

Get the current pointer position.

Touch

Touch the file.

Truncate

Truncate the file.

Unlock

Unlock the file handle.

Write

Write data to the file.

Folders

Contents

Get the contents of the folder.

This method will return an array containing the contents of the folder, as File and Folder objects.

Copy

Copy the folder to a new destination.

Create

Create the folder.

Delete

Delete the folder (including all contents).

Empty

Empty the folder.

Exists

Determine whether the folder exists.

Is Empty

Determine whether the folder is empty.

Move

Move the folder to a new destination.

Name

Get the folder name.

Path

Get the full path to the folder.

Size

Get the size of the folder (in bytes).


All versions of filesystem with dependencies

PHP Build Version
Package Version
Requires fyre/path Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fyre/filesystem contains the following files

Loading the files please wait ....