Download the PHP package almhdy/async-file-uploader without Composer

On this page you can find all versions of the php package almhdy/async-file-uploader. 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 async-file-uploader

πŸŽ‰ AsyncFileUploader πŸš€

Welcome to the AsyncFileUploader project! This amazing PHP library makes it easy to handle file uploads asynchronously with a focus on simplicity and reliability. 🎊

πŸ“¦ Features

πŸ“„ Installation

You can include AsyncFileUploader in your project using Composer:

Ensure your upload directory is writable! πŸ› οΈ

πŸš€ Usage

Here's a quick example of how to utilize the AsyncFileUploader:

1. Create an Upload Form

Create an HTML form to select a file:

2. Handle the Upload

In your upload.php, use the AsyncFileUploader class:

πŸ”§ Configuration

πŸ›‘οΈ File Type Validation

By default, the allowed file types are:

You can modify the allowed file types by passing them during initialization.

πŸ› οΈ Error Handling

The library provides meaningful error messages. Here are some common errors:

πŸ—οΈ Example Response

Here’s what you can expect when a file is uploaded:

Successful Upload

Failed Upload

πŸ“… Contributing

Contributions are welcome! If you'd like to improve AsyncFileUploader, please fork the repository and submit a pull request! πŸ‘

πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.

🌟 Support

If you have any questions or need assistance, feel free to open an issue or reach out! We are here to help! 😊


All versions of async-file-uploader with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
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 almhdy/async-file-uploader contains the following files

Loading the files please wait ....