PHPackages                             codex-team/capella - 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. [Image &amp; Media](/categories/media)
4. /
5. codex-team/capella

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

codex-team/capella
==================

Useful package for image uploading with capella.pics

v1.0.1(8y ago)6421[1 issues](https://github.com/codex-team/capella.php/issues)MITPHPPHP &gt;=5.6

Since Jan 20Pushed 8y ago4 watchersCompare

[ Source](https://github.com/codex-team/capella.php)[ Packagist](https://packagist.org/packages/codex-team/capella)[ Docs](https://github.com/codex-team/capella.php#readme)[ RSS](/packages/codex-team-capella/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

PHP SDK for CodeX Capella
=========================

[](#php-sdk-for-codex-capella)

This repository provides PHP SDK for working with the Capella API

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

[](#installation)

```
$ composer require codex-team/capella
```

Or just clone this repository and include `src/Capella.php` to your bootstrap file.

Usage
-----

[](#usage)

First, read CodeX Capella [documentation](https://github.com/codex-team/capella#readme).

#### Uploading

[](#uploading)

```
use \Capella\Capella;

$image = Capella::upload('path-or-url-to-your-picture');

$url = $image->url();
```

[More](docs/sdk.md#static-uploadpath)

#### Get image by known id

[](#get-image-by-known-id)

```
use \Capella\Capella;

$image = Capella::image('abcdef-1234-abcd-1234');
```

[More](docs/sdk.md#static-imageid)

#### Working with filters

[](#working-with-filters)

```
use \Capella\Capella;

$image = Capella::upload('picture.jpg');

$url = $image->resize(100)->url();
echo $url; // https://capella.pics//resize/100

$url = $image->crop(100, 200);
echo $url; // https://capella.pics//crop/100x200
```

[More](docs/sdk.md#capellacapellaimage)

Docs
----

[](#docs)

CodeX Capella [documentation](https://github.com/codex-team/capella#readme)

Full PHP SDK [documentation](https://github.com/codex-team/capella.php/wiki)

Requirements
------------

[](#requirements)

```
php >= 5.6
php-curl

```

Contribution
------------

[](#contribution)

Ask a question or report a bug on the [create issue page](https://github.com/codex-team/capella.php/issues/new).

Know how to improve PHP SDK for Capella? Fork it and send pull request.

You can also write questions and suggestions to the [CodeX Team’s email](mailto:team@ifmo.su).

License
-------

[](#license)

[MIT](https://github.com/codex-team/capella.php/wiki/LICENSE)

Contacs
-------

[](#contacs)

CodeX Team – [ifmo.su](https://ifmo.su)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~20 days

Total

2

Last Release

3015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09eced8d4fa0c7717b174485043d7dcbd020f713c1decdab69a69fd0ca3d1eb3?d=identicon)[codex-team](/maintainers/codex-team)

---

Top Contributors

[![gohabereg](https://avatars.githubusercontent.com/u/23050529?v=4)](https://github.com/gohabereg "gohabereg (34 commits)")[![talyguryn](https://avatars.githubusercontent.com/u/15259299?v=4)](https://github.com/talyguryn "talyguryn (2 commits)")

---

Tags

crop-imageimage-filtersimage-uploadimagesthumbnailsupload-picturesuploaderimagecodexfiltersuploaderuploadingcapella

### Embed Badge

![Health badge](/badges/codex-team-capella/health.svg)

```
[![Health](https://phpackages.com/badges/codex-team-capella/health.svg)](https://phpackages.com/packages/codex-team-capella)
```

###  Alternatives

[intervention/image

PHP Image Processing

14.3k194.3M2.2k](/packages/intervention-image)[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k38.3M217](/packages/liip-imagine-bundle)[spatie/image

Manipulate images with an expressive API

1.4k54.4M138](/packages/spatie-image)[jbzoo/image

A PHP class that simplifies working with images

171126.9k3](/packages/jbzoo-image)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)

PHPackages © 2026

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