Skip to content

Releases: ixnode/php-vault

Release v1.3.0

04 Jan 23:17

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.3.0

Release v1.2.0

04 Jan 23:08

Choose a tag to compare

Release v1.1.0

04 Jan 22:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.1.0

Private and public key version 2 with verification hash

27 Apr 22:22

Choose a tag to compare

Includes the following features:

  • Private and public key version 2 with verification hash
  • Add own PHPVaultExceptions
  • Catch own exceptions
  • Add --debug option

Add prefix PHPVAULT_ to written system environment variables

25 Apr 19:00

Choose a tag to compare

Includes the following features:

  • Add prefix PHPVAULT_ to written system environment variables

Fix PHPStan static code analysis on level 8 (max)

25 Apr 15:38

Choose a tag to compare

Includes the following features:

  • Fix PHPStan static code analysis on level 8 (max)
  • Add some composer script aliases to have better access to the tests (PHPUnit and PHPStan)

Fix $_SERVER, $_ENV and putenv writer

23 Apr 21:11

Choose a tag to compare

Includes the following features:

  • Fix $_SERVER, $_ENV and putenv writer

Reading and outputting the same string types no longer requires a key

23 Apr 20:56

Choose a tag to compare

Includes the following features:

  • Reading and outputting the same string types (encrypted vs. decrypted) no longer requires a key.

Writes vault to $_SERVER, $_ENV and putenv

23 Apr 20:55

Choose a tag to compare

Includes the following features:

  • Writes vault to $_SERVER, $_ENV and putenv

Keep PHP 7.4 compatibility

18 Apr 11:48

Choose a tag to compare

Includes the following features:

  • Adherence to PHP 7.4 compatibility
  • Some small refactoring