PHPackages                             jadb/s3sync - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. jadb/s3sync

ActiveLibrary[File &amp; Storage](/categories/file-storage)

jadb/s3sync
===========

Library that helps syncing with Amazon's S3.

0.1.0(13y ago)2349MITPHP

Since Feb 10Pushed 13y ago1 watchersCompare

[ Source](https://github.com/jadb/php-s3sync)[ Packagist](https://packagist.org/packages/jadb/s3sync)[ Docs](http://github.com/jadb/php-s3sync)[ RSS](/packages/jadb-s3sync/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

PHP S3 Sync
===========

[](#php-s3-sync)

Install
-------

[](#install)

For now, and though if can be done without, it's only explained how to install it using [Composer](http://getcomposer.org).

Start by adding `jadb/s3sync` to your `composer.json` dependencies like so:

```
{
	"require": {
		"jadb/s3sync": "*"
	}
}

```

Now update your dependencies:

```
php composer.phar update

```

Setup
-----

[](#setup)

Setting it up is just about copying and customizing a file:

```
cp vendor/amazonwebservices/aws-sdk-for-php/config-sample.inc.php aws.conf
vi aws.conf

```

Usage
-----

[](#usage)

To sync a directory `relative/path/to/sync` with the `backups` S3 bucket:

```
./vendor/jadb/s3sync/src/s3sync backups relative/path/to/sync dry verbose

```

The shell is based on `JadB\S3Sync`, check it out and build your own scripts.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4891d ago

### Community

Maintainers

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

---

Tags

amazons3uploadsync

### Embed Badge

![Health badge](/badges/jadb-s3sync/health.svg)

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

###  Alternatives

[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217244.0k1](/packages/vinelab-cdn)[eddturtle/direct-upload

Composer Package to build an AWS Signature ready to Direct Upload to S3

88756.7k2](/packages/eddturtle-direct-upload)[publiux/laravelcdn

Content Delivery Network (CDN) Package for Laravel

157234.9k](/packages/publiux-laravelcdn)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[juhasev/laravelcdn

Content Delivery Network (CDN) Package for Laravel

1921.1k](/packages/juhasev-laravelcdn)

PHPackages © 2026

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