jcain/filebuckets-hg

A library of file bucket interfaces and implementations for PHP 7.2+.

v0.0 2020-07-21 22:58 UTC

This package is auto-updated.

Last update: 2024-09-22 12:50:14 UTC


README

FileBuckets HG is a library of file bucket interfaces and implementations for PHP 7.2+.

Installation

composer require jcain/filebuckets-hg

Component stability statuses

ComponentStabilitySince
FileBucketalpha0.0
FileBucketFilealpha0.0
Utilalpha0.0
Basic/FileBucketWrapperalpha0.0
Basic/FileSystemFileBucketalpha0.0
Basic/MemoryFileBucketalpha0.0

The Stability column indicates the component's stability status, and the Since column indicates the package version when the component first achieved that stability.

Each component and its members has a stability status indicating how stable the interface and implementation is to depend on in production. The stability may be one of the following:

  • alpha: The interface and implementation are unstable and may change significantly.
  • beta: The interface is stable but its implementation is not sufficiently tested.
  • omega: The interface and implementation are stable and considered ready for production use.

A component's stability status is the same as the highest stability status of its members. Once a member's stability is raised, it will not be reduced.

License

FileBuckets HG is licensed under the MIT license. See the LICENSE file for more information.