PHPackages                             shootproof/shootproof-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. shootproof/shootproof-cli

ActiveProject[CLI &amp; Console](/categories/cli)

shootproof/shootproof-cli
=========================

A command line client for interacting with the ShootProof API

1.2.1(9y ago)6141MITPHPPHP &gt;=5.4

Since Nov 13Pushed 9y ago26 watchersCompare

[ Source](https://github.com/ShootProof/shootproof-cli)[ Packagist](https://packagist.org/packages/shootproof/shootproof-cli)[ Docs](http://developer.shootproof.com)[ RSS](/packages/shootproof-shootproof-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (7)Used By (0)

ShootProof Command Line Tool
============================

[](#shootproof-command-line-tool)

Command line client for interacting with the [ShootProof API](http://developer.shootproof.com).

[![Build Status](https://camo.githubusercontent.com/4ad777f2954c978faf5784858bd53971fa8272dc45865578450d95fa12730065/68747470733a2f2f7472617669732d63692e6f72672f53686f6f7450726f6f662f73686f6f7470726f6f662d636c692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ShootProof/shootproof-cli)

Installation
------------

[](#installation)

*NOTICE: Your system must have PHP 5.4 or later installed in order to use the ShootProof command line tool. This tool is not currently supported on Windows, as it makes use of [POSIX](http://php.net/posix) functions.*

Download the `shootproof-cli.phar` file from the [latest release](https://github.com/ShootProof/shootproof-cli/releases/latest) and place it in `/usr/local/bin` or wherever it's accessible from your `PATH`.

```
$ chmod +x shootproof-cli.phar
$ mv shootproof-cli.phar /usr/local/bin/shootproof-cli
```

Now `shootproof-cli` should be available for you to use from the command line.

Optionally, you may clone this repository and [build the phar file yourself](CONTRIBUTING.md#build-the-phar-file).

Usage
-----

[](#usage)

```
shootproof-cli  [options]

```

### Supported Commands

[](#supported-commands)

- help \[command\] - gets usage instructions for the script or for a script command
- push - uploads photos to a ShootProof event or album
- pull - downloads photos from a ShootProof event or album
- accesslevel - sets the access level for a ShootProof event

### Configuration

[](#configuration)

This client requires certain options to be set which may be set explicitly on the command line, or in a configuration file. The default location of the configuration file is `~/.shootproof`.

The configuration file may contain some or all of the following settings:

```
appId=
accessToken=
verbosity=
haltOnError=true
retryLimit=
email=

```

See `.shootproof-sample` for a minimal example of the configuration file.

Required Permissions
--------------------

[](#required-permissions)

For this script to operate properly, you must have an access token authorized for the following scopes:

- sp.album.create
- sp.album.get\_photos
- sp.brand.get\_list
- sp.event.create
- sp.event.get\_photos
- sp.event.set\_access\_level
- sp.photo.upload
- sp.photo.delete

Non-expiring access tokens are available from ShootProof on request.

Contributing
------------

[](#contributing)

We welcome any bugfixes or enhancements that you would like to offer. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions.

License
-------

[](#license)

Copyright © 2014-2016 ShootProof, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~148 days

Recently: every ~185 days

Total

6

Last Release

3462d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/138688?v=4)[Jonathon Hill](/maintainers/compwright)[@compwright](https://github.com/compwright)

![](https://avatars.githubusercontent.com/u/1269201?v=4)[ShootProof](/maintainers/shootproof)[@ShootProof](https://github.com/ShootProof)

---

Top Contributors

[![compwright](https://avatars.githubusercontent.com/u/138688?v=4)](https://github.com/compwright "compwright (42 commits)")[![ramsey](https://avatars.githubusercontent.com/u/42941?v=4)](https://github.com/ramsey "ramsey (7 commits)")

---

Tags

apiclientcliphotophotographyshootproof

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/shootproof-shootproof-cli/health.svg)

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

###  Alternatives

[php-feed-io/feed-io

PHP library built to consume and serve JSONFeed / RSS / Atom feeds

15218.4k8](/packages/php-feed-io-feed-io)[renoki-co/php-helm

PHP Helm Processor is a process wrapper for Kubernetes' Helm v3 CLI. You can run programmatically Helm v3 commands, directly from PHP, with a simple syntax.

1310.5k](/packages/renoki-co-php-helm)

PHPackages © 2026

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