PHPackages                             ulv/atomicfilesave - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ulv/atomicfilesave

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ulv/atomicfilesave
==================

01.1kPHP

Since Dec 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Ulv/AtomicFileSave)[ Packagist](https://packagist.org/packages/ulv/atomicfilesave)[ RSS](/packages/ulv-atomicfilesave/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

AtomicFileSave class
====================

[](#atomicfilesave-class)

Saves files atomically

Example usage:

```
AtomicFileSave::factory()->save('somefile.txt', 'abcabc');

```

or

```
$fileSaver = new AtomicFileSave();
$fileSaver->save('file.txt', 'datadata', '/tmp');

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e8c28d275158d8e2cf96e3be890a4fdd830aeb6770c7edebc4c817d4cfab22f?d=identicon)[Vladimir Chmil](/maintainers/Vladimir%20Chmil)

---

Top Contributors

[![Ulv](https://avatars.githubusercontent.com/u/1286235?v=4)](https://github.com/Ulv "Ulv (5 commits)")

### Embed Badge

![Health badge](/badges/ulv-atomicfilesave/health.svg)

```
[![Health](https://phpackages.com/badges/ulv-atomicfilesave/health.svg)](https://phpackages.com/packages/ulv-atomicfilesave)
```

###  Alternatives

[andreas-glaser/php-helpers

A comprehensive collection of PHP utility functions for array manipulation, string operations, date handling, HTML generation, form building, validation, and more. Modern PHP 8.2+ library with full type safety.

1386.5k2](/packages/andreas-glaser-php-helpers)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
