Download the PHP package amplie-solucoes/ezfile without Composer

On this page you can find all versions of the php package amplie-solucoes/ezfile. 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 ezfile

EzFile - Easy and Simple Filemanager

EzFile is a free, nonprofit PHP library designed to simplify file and directory manipulation in web development. With a focus on ease of use, it provides efficient tools for common tasks like creating, renaming, moving, copying, deleting, uploading, downloading and manipulating files and folders. The EzFile accelerates web development, making it easier to work with files and directories and enhancing productivity.

Requirements

Tool Version Requirement
PHP 7.0 or Higher Required

Installation

Install EzFile using Composer:

Note

If you need to work with handling files that will be large in size, make sure to change the following parameters in your php.ini file:

How to Use

The objective of EzFile is to be a simple and easily accessible library, therefore, all the code was designed to be executed statically, facilitating the work and manipulation of the code.

Additionally, it's crucial to note that each of the functions listed below includes a parameter named "force." This parameter serves the purpose of enabling the manipulation of files located beyond the designated main path. Please refer to the examples provided for clarity:


Exists Function

Create Function

Write Function

Read Function

Rename Function

Move Function

Copy Function

Change Path Permissions Function

Pathinfo Function

List Function

Zip Folder Function

Unzip Folder Function

Delete Function

Upload Function

Download Function

Computational Units Const

Units Format Function

Example of Code

See below a simple example of how to work with some functions


Important

If "path" paramn send has errors, all the functions above will return an array:

Tests

Donate

If you find this project helpful and valuable, please consider supporting me. Your contribution help me to maintain and improve this library for everyone use with no cost. Every little bit helps!

Donate Here

Thank you for your generosity and support! 🙏


This README provides an overview of the EzFile library, its features, and how to use it. Adjustments can be made as needed to fit your specific project.


All versions of ezfile with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 amplie-solucoes/ezfile contains the following files

Loading the files please wait ....