PHPackages                             smalot/carbon14 - 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. smalot/carbon14

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

smalot/carbon14
===============

v0.3.0(9y ago)05MITPHPPHP &gt;=5.6.0

Since Dec 31Pushed 9y ago2 watchersCompare

[ Source](https://github.com/smalot/carbon14)[ Packagist](https://packagist.org/packages/smalot/carbon14)[ RSS](/packages/smalot-carbon14/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

Carbon14
========

[](#carbon14)

[![Latest Stable Version](https://camo.githubusercontent.com/425202a21bed82b9bbbe35198ac65594c895a8a500212f2585eace89eb3b16ba/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636172626f6e31342f762f737461626c65)](https://packagist.org/packages/smalot/carbon14)[![Total Downloads](https://camo.githubusercontent.com/d2bbb602c26b1a1e45dc4f15f3641c159a16ac6b36380539a6f5676cc0cfb906/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636172626f6e31342f646f776e6c6f616473)](https://packagist.org/packages/smalot/carbon14)[![Latest Unstable Version](https://camo.githubusercontent.com/a7af47a6b19d39d01a57a8735503b1d991584f38d733aad833d3c8dcaf3027d2/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636172626f6e31342f762f756e737461626c65)](https://packagist.org/packages/smalot/carbon14)[![License](https://camo.githubusercontent.com/d2fe5f9a9cc5fdff781427cab3c5902a759ac4998951ad782fcb7510d6122291/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636172626f6e31342f6c6963656e7365)](https://packagist.org/packages/smalot/carbon14)[![composer.lock](https://camo.githubusercontent.com/02c6739679fd4096aeef2f0436e0fe3580c62d291e8326d6d574ed9180e8427e/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f636172626f6e31342f636f6d706f7365726c6f636b)](https://packagist.org/packages/smalot/carbon14)

Install
=======

[](#install)

Download
--------

[](#download)

```
# Download the latest release
wget -O- https://github.com/smalot/carbon14/releases/download/v0.3.0/carbon14.phar > carbon14

# Add execution flag
chmod +x carbon14

# Check
./carbon14 list
```

*Update url with the latest release number*

Initialize
----------

[](#initialize)

Retrieve your private access token here

Then, run the following command line

```
carbon14 init
```

Settings will be stored in this file

```
$HOME/.carbon14.yml

```

Commands
========

[](#commands)

```
Available commands:
  cron                Cron process
  help                Displays help for a command
  init                Init Carbon14
  list                Lists commands
  self-update         Updates Carbon14 to the latest version
 archive
  archive:freeze      Archive files from temporary storage
  archive:job:list    List all jobs of an archive
  archive:key:delete  Delete an archive's encryption key
  archive:key:get     Get an archive's encryption key
  archive:key:set     Set an archive's encryption key
  archive:list        List all archives
  archive:restore     Unarchive files into temporary storage
 job
  job:list            Get a list of jobs
  job:run             Run a job
 safe
  safe:create         Create a safe
  safe:delete         Delete a safe (archives included)
  safe:list           Get a list of the user's safes

```

Jobs
====

[](#jobs)

A job is a sequence of basic tasks:

- selection of safe (*using config file or forced in command line*)
- selection (*eventually creation*) of an archive
- use of a source which provides one or more files
- file upload to the archive (*resume available using `FTP` protocol*)
- eventually a final cleanup in the archive

Sources
=======

[](#sources)

Direct
------

[](#direct)

The `direct` source supports basic method provided by the `symfony/finder` files.

Sample file for a direct file transfer. (`$HOME/.carbon14/redmine.yml`)

```
name: 'Redmine'
description: 'Transfer the 2 lastest backup files'
status: active
last_execution: '2016-12-31 12:51:00'
source:
  type: direct
  settings:
    finder:
      in: ['/data/redmine/backup']
      depth: '== 0'
      name: '*.tar'
      not_name: ~
      size: ~
      follow_links: false
      sort: 'modified_time'
      reverse: true
      count: 2
```

MySQL
-----

[](#mysql)

@todo

Postgresql
----------

[](#postgresql)

@todo

Tarball
-------

[](#tarball)

@todo

Docker
------

[](#docker)

@todo

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

3466d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8229439a3d4f53cefbdae10395a2d6f2dea8906c239e87ce840bd459d1ba187?d=identicon)[smalot](/maintainers/smalot)

---

Top Contributors

[![smalot](https://avatars.githubusercontent.com/u/1424035?v=4)](https://github.com/smalot "smalot (7 commits)")

### Embed Badge

![Health badge](/badges/smalot-carbon14/health.svg)

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

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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