PHPackages                             retrowaver/chomikuj2 - 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. [API Development](/categories/api)
4. /
5. retrowaver/chomikuj2

ActiveLibrary[API Development](/categories/api)

retrowaver/chomikuj2
====================

Unofficial Chomikuj.pl PHP API

v0.1-alpha(7y ago)3383PHPPHP ^7.1

Since Aug 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/retrowaver/chomikuj2)[ Packagist](https://packagist.org/packages/retrowaver/chomikuj2)[ RSS](/packages/retrowaver-chomikuj2/feed)WikiDiscussions master Synced 2w ago

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

chomikuj2
=========

[](#chomikuj2)

Unofficial Chomikuj.pl PHP API.

Installing
----------

[](#installing)

```
composer require retrowaver/chomikuj2

```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
use Chomikuj\Api;

//...

$chomikuj = new Api();
$chomikuj->login('username', 'password');
```

### Creating folders

[](#creating-folders)

```
// Create some folders in root folder (0)
$chomikuj->createFolder('some folder', 0);
$chomikuj->createFolder('some NSFW folder', 0, true);
$chomikuj->createFolder('some password-protected folder', 0, false, 'some_password');
```

### Removing folders

[](#removing-folders)

```
// Remove folder with id 12345
$chomikuj->removeFolder(12345);
```

### Uploading files

[](#uploading-files)

```
// Upload a file to root folder
$chomikuj->uploadFile(0, 'path/to/file.zip');
```

```
// Upload a file to a folder with id 12
$chomikuj->uploadFile(12, 'path/to/another/file.zip');
```

### Logging out

[](#logging-out)

```
$chomikuj->logout();
```

Built with
----------

[](#built-with)

- [guzzlehttp/guzzle ](https://packagist.org/packages/guzzlehttp/guzzle)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

2865d ago

### Community

Maintainers

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

---

Top Contributors

[![retrowaver](https://avatars.githubusercontent.com/u/23421260?v=4)](https://github.com/retrowaver "retrowaver (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/retrowaver-chomikuj2/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)

PHPackages © 2026

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