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

ActiveLibrary[API Development](/categories/api)

wickedreports/php-sdk
=====================

PHP SDK for WickedReports

1.7.0(2y ago)252.8k↓27.3%1MITPHPPHP &gt;=7.0CI failing

Since Aug 31Pushed 2y agoCompare

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

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

Wicked Reports PHP SDK (beta)
=============================

[](#wicked-reports-php-sdk-beta)

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

[](#documentation)

You can find current API documentation [in this doc](https://support.wickedreports.com/hc/en-us/articles/360021695292-Wicked-Reports-API-Documentation).

Install
-------

[](#install)

Using the composer CLI:

```
composer require wickedreports/php-sdk

```

Or manually add it to your composer.json:

```
{
    "require": {
        "wickedreports/php-sdk": "1.5.*"
    }
}
```

Authentication
--------------

[](#authentication)

To use API SDK, you should have your own API key.

```
$api = new \WickedReports\WickedReports($yourApiKey);
$api->addOrders($orders);
```

Examples
--------

[](#examples)

You can see list of usage examples in `examples/example.php` file.

Dates
-----

[](#dates)

DateTime objects are used instead of a DateTime string where the date(time) is a parameter in the method.

```
$datetime = new \DateTime('now', new \DateTimeZone('America/New_York'));
```

As other way, you can use simple date-time string **with `timezone` property set.**

```
[
    'CreateDate' => '2017-08-01 00:05:01',
    'timezone'   => 'EST'
]
```

You can see list of supported timezones on [PHP.net website](http://php.net/manual/en/timezones.php).

**You have to use one of these ways to provide date time, otherwise you will get error or wrong date saved into our DB.**

Provided date-time string will be automatically converted to UTC timezone, as it requires our API documentation.

Testing
-------

[](#testing)

```
$ phpunit
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/wickedreports/php-sdk/blob/master/LICENSE) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 50.9% 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 ~88 days

Recently: every ~112 days

Total

25

Last Release

1061d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.6

1.5.5PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/706615f8c791f7d39fa5119b09ff031e6a45bc7de0977f97b73bceefca68132e?d=identicon)[alright](/maintainers/alright)

![](https://www.gravatar.com/avatar/bdeca9895d1214e27b88389c7f24bc8ea7c269dbbf26a252b4c9d9782488d673?d=identicon)[moskeet-wickedreports](/maintainers/moskeet-wickedreports)

![](https://www.gravatar.com/avatar/319ce1ad84f2403a1be94005ceceb8e262036c9b9b8101ccfbdcd5b26f0f4018?d=identicon)[dmitrywicked](/maintainers/dmitrywicked)

---

Top Contributors

[![moskeet-wickedreports](https://avatars.githubusercontent.com/u/50370503?v=4)](https://github.com/moskeet-wickedreports "moskeet-wickedreports (28 commits)")[![dmitrywicked](https://avatars.githubusercontent.com/u/29104847?v=4)](https://github.com/dmitrywicked "dmitrywicked (10 commits)")[![ivanpenchev](https://avatars.githubusercontent.com/u/1038106?v=4)](https://github.com/ivanpenchev "ivanpenchev (9 commits)")[![semenikhin](https://avatars.githubusercontent.com/u/6381812?v=4)](https://github.com/semenikhin "semenikhin (6 commits)")[![askuzenkov](https://avatars.githubusercontent.com/u/26377094?v=4)](https://github.com/askuzenkov "askuzenkov (2 commits)")

---

Tags

betasdkwickedreports

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[lanlin/nylas-php

Nylas PHP SDK (api version 2.7)

28258.7k](/packages/lanlin-nylas-php)[anlutro/bulk-sms

BulkSMS API implementation in PHP.

3826.8k](/packages/anlutro-bulk-sms)[multinexo/php-afip-ws

Librería PHP para interactuar con el webservice de AFIP (Argentina -&gt; factura electrónica).

229.9k](/packages/multinexo-php-afip-ws)

PHPackages © 2026

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