jaxon-php / jaxon-upload
File upload with the Jaxon ajax PHP library
v1.0.1
2023-04-28 06:52 UTC
Requires
- ext-json: *
- jaxon-php/jaxon-core: ^4.0
- league/flysystem: ^3.0|^2.2
Requires (Dev)
- php-coveralls/php-coveralls: ^2.5
- phpunit/phpcov: ^8.2
- phpunit/phpunit: ^9.5
README
File upload for the Jaxon library
This package provides file upload support for the Jaxon library.
The Flysystem package is used to store the uploaded files. They can then be saved on the local file system, AWS S3, Google Cloud, FTP, or any other storage system with a Flysystem adapter.
See the online documentation for more information.