tus-php

🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0

MIT License

Downloads
4.9M
Stars
1.4K
Committers
37

Bot releases are hidden (Show)

tus-php - v2.4.0 Latest Release

Published by ankitpokhrel 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ankitpokhrel/tus-php/compare/v2.3.0...v2.4.0

tus-php - v2.3.0

Published by ankitpokhrel about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ankitpokhrel/tus-php/compare/v2.2.1...v2.3.0

tus-php - v2.2.1

Published by ankitpokhrel over 2 years ago

What's Changed

Full Changelog: https://github.com/ankitpokhrel/tus-php/compare/v2.2.0...v2.3.0

tus-php - v2.2.0

Published by ankitpokhrel almost 3 years ago

This release allow Symfony 6 dependencies.

What's Changed

Full Changelog: https://github.com/ankitpokhrel/tus-php/compare/v2.1.3...v2.2.0

tus-php - v2.1.3

Published by ankitpokhrel almost 3 years ago

This release fixes data race issue in the file cache that yields to 410 Gone error.

What's Changed

New Contributors

Full Changelog: https://github.com/ankitpokhrel/tus-php/compare/v2.1.2...v2.1.3

tus-php - v1.3.2

Published by ankitpokhrel almost 3 years ago

This release fixes data race issue in the file cache that yields to 410 Gone error.

What's Changed

Full Changelog: https://github.com/ankitpokhrel/tus-php/compare/v1.3.1...v1.3.2

tus-php - v2.1.2

Published by ankitpokhrel almost 4 years ago

Changelog

  • feat: Support creation-with-upload extension (#326)
tus-php - v1.3.1

Published by ankitpokhrel almost 4 years ago

Changelog

  • feat: Support creation-with-upload extension (#326)
tus-php - v2.1.1

Published by ankitpokhrel almost 4 years ago

Changelog

  • fix(client): Handle Guzzle ClientException (#324)
tus-php - v1.3.0

Published by ankitpokhrel almost 4 years ago

Changelog

  • feat(dep): Support guzzle 7 (#320)
  • fix(client): Handle Guzzle ClientException (#324)
tus-php - v2.1.0

Published by ankitpokhrel almost 4 years ago

Changelog

  • feat: PHP 8.0 Support (#307)
  • fix: Ignore Tus-Resumable header in OPTIONS request (#295)
tus-php - v1.2.3

Published by ankitpokhrel almost 4 years ago

Changelog

  • fix: Ignore Tus-Resumable header in OPTIONS request (#295)
tus-php - v2.0.1

Published by ankitpokhrel over 4 years ago

Changelog

  • feat(client): Pass headers to subsequent requests (#281)
  • dep: symfony/mime is now explicitly required to guess the mime type (#272)
  • core: Response::create is deprecated since Symfony 5.1 (#282, #274)
tus-php - v1.2.2

Published by ankitpokhrel over 4 years ago

Changelog

  • feat(client): Pass headers to subsequent requests (#281)
tus-php - v2.0.0

Published by ankitpokhrel over 4 years ago

Changelog

  • Upgrade Symfony packages to support latest version of all major PHP frameworks 🎉
tus-php - v1.2.1

Published by ankitpokhrel over 4 years ago

Changelog

  • feat: Allow to inject event dispatcher (#235)
  • minor: Remove newline in bin/tus causing extra output (#238)
  • minor: Dependencies update
tus-php - v1.2.0

Published by ankitpokhrel almost 5 years ago

Changelog

  • feat: Support for PHP 7.4 🎉
  • feat: Support for APCu cache (#212)
  • imprv: Update Symfony package to fix security vulnerabilities (#217)
tus-php - v1.1.0

Published by ankitpokhrel almost 5 years ago

Changelog

  • feat: Save user sent metadata (#166, #163)
  • feat: Add support for aws stream wrappers (#178)
  • fix: Event dispached before all headers are set (#162, #197)
  • imprv: Remove uniqid usage (#140, #196)
  • imprv: Native function invocation (#190, #193, #198)
  • imprv: Some minor code improvements
tus-php - v1.0.12

Published by ankitpokhrel about 5 years ago

Changelog

  • Remove iconv filename fallback (#165, #169)
  • Allow spaces in filename (#170, #171)
  • Fix partial upload (#174)
tus-php - v1.0.9

Published by ankitpokhrel about 5 years ago

Changelog

  • [Security] Fix path injection issue (#168)
Package Rankings
Top 0.6% on Packagist.org
Related Projects