PHPackages                             erudika/para-client-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. [API Development](/categories/api)
4. /
5. erudika/para-client-php

ActiveLibrary[API Development](/categories/api)

erudika/para-client-php
=======================

PHP Client for Para

1.35.2(3w ago)7272[2 PRs](https://github.com/Erudika/para-client-php/pulls)Apache-2.0PHPPHP &gt;=8.2.0CI failing

Since Dec 2Pushed 1w ago1 watchersCompare

[ Source](https://github.com/Erudika/para-client-php)[ Packagist](https://packagist.org/packages/erudika/para-client-php)[ Docs](https://paraio.org)[ RSS](/packages/erudika-para-client-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (16)Versions (38)Used By (0)

[![Logo](https://camo.githubusercontent.com/30be0bfb97892f188a93f62ba30221ed1aae9359c99b9a71e8c32750983974fe/68747470733a2f2f73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f6f72672e70617261696f2f706172612e706e67)](https://camo.githubusercontent.com/30be0bfb97892f188a93f62ba30221ed1aae9359c99b9a71e8c32750983974fe/68747470733a2f2f73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f6f72672e70617261696f2f706172612e706e67)

PHP Client for Para
===================

[](#php-client-for-para)

[![Packagist](https://camo.githubusercontent.com/4702dd836c9d78288dbdbdcc053c52075416f83d4c5a23567739da23474f19cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65727564696b612f706172612d636c69656e742d7068702e737667)](https://packagist.org/packages/erudika/para-client-php)[![Join the chat at https://gitter.im/Erudika/para](https://camo.githubusercontent.com/e9ee463b21150a00ddca34547caa3e8fd6c9e6a6058b4f2663085fcc74b97f7b/68747470733a2f2f6261646765732e6769747465722e696d2f45727564696b612f706172612e737667)](https://gitter.im/Erudika/para?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

What is this?
-------------

[](#what-is-this)

**Para** was designed as a simple and modular backend framework for object persistence and retrieval. It helps you build applications faster by taking care of the backend. It works on three levels - objects are stored in a NoSQL data store or any old relational database, then automatically indexed by a search engine and finally, cached.

This is the PHP client for Para.

### Quick start

[](#quick-start)

**Prerequisites**:

- PHP 8.1+
- [Composer](https://getcomposer.org/download/)

1. Use [Composer](https://getcomposer.org/doc/00-intro.md) and include `para-client-php` as a dependency. If you don't use Composer, you can copy the `index.php` file and the `src` directory to your project.
2. Add `erudika/para-client-php` to your `composer.json` file:

```
  "require": {
      "erudika/para-client-php": "1.*"
  }
```

3. Initialize the client with your access and secret API keys.

```
$client = new \Para\ParaClient('ACCESS_KEY', 'SECRET_KEY');
```

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

[](#documentation)

### [Read the Docs](https://paraio.org/docs)

[](#read-the-docs)

Contributing
------------

[](#contributing)

1. Fork this repository and clone the fork to your machine
2. Create a branch (`git checkout -b my-new-feature`)
3. Implement a new feature or fix a bug and add some tests
4. Commit your changes (`git commit -am 'Added a new feature'`)
5. Push the branch to **your fork** on GitHub (`git push origin my-new-feature`)
6. Create new Pull Request from your fork

For more information see [CONTRIBUTING.md](https://github.com/Erudika/para/blob/master/CONTRIBUTING.md)

License
-------

[](#license)

[Apache 2.0](LICENSE)

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance97

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 98.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 ~120 days

Recently: every ~362 days

Total

33

Last Release

23d ago

PHP version history (2 changes)1.17.1PHP &gt;=5.3.3

1.35.0PHP &gt;=8.2.0

### Community

Maintainers

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

---

Top Contributors

[![albogdano](https://avatars.githubusercontent.com/u/346873?v=4)](https://github.com/albogdano "albogdano (60 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

api-clientbackend-servicesparaphpapibackendparaparaio

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/erudika-para-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/erudika-para-client-php/health.svg)](https://phpackages.com/packages/erudika-para-client-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[keboola/storage-api-client

Keboola Storage API PHP Client

10405.9k40](/packages/keboola-storage-api-client)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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