PHPackages                             sygnomi/scryptos-api - 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. [Templating &amp; Views](/categories/templating)
4. /
5. sygnomi/scryptos-api

ActiveLibrary[Templating &amp; Views](/categories/templating)

sygnomi/scryptos-api
====================

API Class for SCRYPTOS (app.scryptos.com)

v1.0.4(7y ago)020MITPHPPHP &gt;=7.0

Since Feb 26Pushed 7y agoCompare

[ Source](https://github.com/Sygnomi/scryptos-api)[ Packagist](https://packagist.org/packages/sygnomi/scryptos-api)[ RSS](/packages/sygnomi-scryptos-api/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/00778844e5a920ab4d605d9e96c11f538c3e80b8bbb61370f1ffe7c8f9cf1ad2/68747470733a2f2f706f7365722e707567782e6f72672f7379676e6f6d692f7363727970746f732d6170692f762f737461626c65)](https://packagist.org/packages/sygnomi/scryptos-api)[![Latest Unstable Version](https://camo.githubusercontent.com/95b8692d95a36fe2de5ebff66d24038eb0aab1ba9c61878c0e0d6f14802ad290/68747470733a2f2f706f7365722e707567782e6f72672f7379676e6f6d692f7363727970746f732d6170692f762f756e737461626c65)](https://packagist.org/packages/sygnomi/scryptos-api)[![License](https://camo.githubusercontent.com/6b85c56057e2a431c764ef5805255632645e49d0fca447bd93b8e6adc8759828/68747470733a2f2f706f7365722e707567782e6f72672f7379676e6f6d692f7363727970746f732d6170692f6c6963656e7365)](https://packagist.org/packages/sygnomi/scryptos-api)[![composer.lock](https://camo.githubusercontent.com/d7d363081c85b5f78f8ef0ca08221a1678f560383ad6071e1f70a9bde70bb6a2/68747470733a2f2f706f7365722e707567782e6f72672f7379676e6f6d692f7363727970746f732d6170692f636f6d706f7365726c6f636b)](https://packagist.org/packages/sygnomi/scryptos-api)

SCRYPTOS API Library
====================

[](#scryptos-api-library)

Using the SCRYPTOS API class you can connect to your SCRYPTOS account and integrate it into your application.

Requirements
============

[](#requirements)

- PHP &gt;= 7.0
- cUrl Extension

Installation
============

[](#installation)

```
composer require sygnomi/scryptos-api

```

Usage
=====

[](#usage)

Create a new instance using your SCRYPTOS client name, group (dropfolder) and password

```
$dropfolder = new Sygnomi\ScryptosApi\Dropfolder(
    ['client' => 'Test',
     'group' => 'test',
     'password' => 'test'
     'form_data' => array('field_name' => 'value') //optional
    ]
);

```

Upload files into the Sharefolder

```
$dropfolder->upload([
                        [
                            'name' => 'yourfilename.txt',
                            'file_path' => './local/path/To/File.txt'
                            'file_stream' => stream // Optionally you can send a file stream instead of file path
                        ]
                    ]);

```

Get upload errors

```
$dropfolder->getUploadErrors(); //returns error array

```

Features
========

[](#features)

- Upload files to Dropfolder

Standards
=========

[](#standards)

- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit

TODO
----

[](#todo)

- Add sharefolder class

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~28 days

Total

5

Last Release

2883d ago

### Community

Maintainers

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

---

Tags

composerpackagetemplate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sygnomi-scryptos-api/health.svg)

```
[![Health](https://phpackages.com/badges/sygnomi-scryptos-api/health.svg)](https://phpackages.com/packages/sygnomi-scryptos-api)
```

PHPackages © 2026

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