safe-stream

SafeStream: atomic and safe manipulation with files via native PHP functions.

OTHER License

Downloads
4.1M
Stars
115
Committers
8

Bot releases are hidden (Show)

safe-stream - Released version 3.0.1 Latest Release

Published by dg 11 months ago

  • support for PHP 8.3
  • removed error suppression
safe-stream - Released version 3.0.0

Published by dg almost 2 years ago

  • requires PHP 8.0
  • constants are PascalCase
  • removed old protocol safe://
  • renamed Nette\Utils\SafeStream -> Nette\SafeStream\Wrapper
safe-stream - Released version 2.5.1

Published by dg almost 2 years ago

supports PHP 8.2

safe-stream - Released version 2.5.0

Published by dg almost 3 years ago

  • Revert "SafeStream: reimplemented to provide real atomicity"
  • simplified implementation only using locks
safe-stream - Released version 2.4.2

Published by dg over 3 years ago

  • fixed fopen mode #10
safe-stream - Released version 2.4.1

Published by dg over 4 years ago

  • PHP 7.4 compatibility

For the details you can have a look at the diff.

safe-stream - Released version 2.4.0

Published by dg over 5 years ago

  • requires PHP 7.1
  • uses PHP 7.1 features
  • added PHP 7.1 scalar and return type hints
  • added declare(strict_types=1);
safe-stream - Released version 2.3.3

Published by dg over 7 years ago

  • supports PHP up to 7.2
  • coding style: fixes, lowercase true/false/null

For the details you can have a look at the diff.

safe-stream - Released version 2.3.2

Published by dg over 8 years ago

  • SafeStream: unregister protocols in cleaner way #6

For the details you can have a look at the diff.

safe-stream - Released version 2.3.1

Published by dg about 9 years ago

  • travis: migrating to container-based infrastructure
  • typos

For the details you can have a look at the diff.

safe-stream - Released version 2.2.1

Published by dg about 9 years ago

  • travis: migrating to container-based infrastructure
  • typos

For the details you can have a look at the diff.

safe-stream - Released version 2.3.0

Published by dg over 9 years ago

  • protocol safe:// changed to nette.safe://
  • protocol is registered automatically, no longer need to call SafeStream::register()
safe-stream - Released version 2.2.0

Published by dg over 10 years ago

The first standalone release. For more information see readme.md.

Package Rankings
Top 1.16% on Packagist.org
Badges
Extracted from project README
Downloads this Month Tests Coverage Status Latest Stable Version License
Related Projects