PHPackages                             depositphotos/api-sdk-php - 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. depositphotos/api-sdk-php

ActiveLibrary

depositphotos/api-sdk-php
=========================

PHP SDK for Depositphotos API

v1.0.0(3y ago)116MITPHPPHP &gt;=7.1

Since Jul 22Pushed 3y ago3 watchersCompare

[ Source](https://github.com/depositphotos/api-sdk-php)[ Packagist](https://packagist.org/packages/depositphotos/api-sdk-php)[ RSS](/packages/depositphotos-api-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Depositphotos PHP SDK
=====================

[](#depositphotos-php-sdk)

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

[](#requirements)

- PHP 7.1 or greater
- `ext-curl`
- `ext-json`

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

[](#installation)

The Depositphotos PHP SDK can be installed through Composer.

```
composer require depositphotos/api-sdk-php
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';
```

```
use Depositphotos\SDK\Client;
use Depositphotos\SDK\Resource\Regular\User\Request\LoginRequest;

$client = Client::createRegularClient('apiKey');

$request = new LoginRequest('username', 'password');
$response = $client->user()->login($request);

echo $response->getSessionId();
```

Documentation
-------------

[](#documentation)

[**PHP SDK Docs**](https://github.com/depositphotos/api-sdk-php/wiki)

[**Regular API Docs**](https://api.depositphotos.com/doc2/)

[**Enterprise API Docs**](https://api.depositphotos.com/doc)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

1393d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f214d837e7a7cf2832ae4fcedfb2bfa7f168cda92828e44cdeb44522c1ca176?d=identicon)[galiasay](/maintainers/galiasay)

![](https://avatars.githubusercontent.com/u/2856250?v=4)[Ievgen Sliusarenko](/maintainers/eslusarenko)[@eslusarenko](https://github.com/eslusarenko)

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/depositphotos-api-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/depositphotos-api-sdk-php/health.svg)](https://phpackages.com/packages/depositphotos-api-sdk-php)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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