PHPackages                             dervis/parasut - 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. dervis/parasut

ActiveLibrary[API Development](/categories/api)

dervis/parasut
==============

Parasut api for PHP

1.1(6y ago)12642MITPHP

Since Sep 9Pushed 6y ago3 watchersCompare

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

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

Parasut v4 Client
=================

[](#parasut-v4-client)

Install
-------

[](#install)

```
composer require dervis/parasut

```

Guide
-----

[](#guide)

Configuration

```
include 'vendor/autoload.php';
use Parasut\Client;

$parasut = new Client([
      "client_id" => "...",
      "username" => "...",
      "password" => "****",
      'company_id' => "...",
      "grant_type" => "password",
      "redirect_uri" => "urn:ietf:wg:oauth:2.0:oob"
]);

```

Authorize

```
$parasut->authorize();

```

Use Services

```
$parasut->open('service_name');

```

Service name list

- Account
- Category
- Contact
- Employee
- Invoice
- Product
- Trackable

> Services have `unique` and `general` methods, open method is called to use services

```
$parasut->open('service_name')->methods;

```

- Account
- Category
- Contact
- Employee
- Invoice
- Product
- Trackable

General Methods

- show()

    ```
     ->show($filter:array, $page:default(1), $size:default(15));

    ```
- find()

    ```
     ->find($id:requirement);

    ```
- create()

    ```
     ->create($data:requirement);

    ```
- update()

    ```
     ->update($id:requirement, $data:requirement);

    ```
- delete()

    ```
     ->delete($id:requirement);

    ```

Unique Methods

- Account
    - General Methods
    - transactions()
- Category
    - General Methods
- Contact
    - General Methods
- Employee
    - General Methods
    - archive()
    - unArchive()
- Invoice
    - General Methods
    - archive()
    - eArchives()
    - eInvoices()
    - cancel()
    - pay()
    - pdf()
    - recover()
    - unArchive()
- Product
    - General Methods
- Trackable
    - checkStatus()

> [Path Internet Solution](https://www.path.com.tr/) \[[Derviş Gelmez](https://twitter.com/dervisgelmez)\]

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~99 days

Total

2

Last Release

2387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08075258f60ee9560af610308e10a0839cebd2d9a3a9d51a63ea20a4de0ca22a?d=identicon)[dervisgelmez](/maintainers/dervisgelmez)

---

Top Contributors

[![pathinternet](https://avatars.githubusercontent.com/u/59200275?v=4)](https://github.com/pathinternet "pathinternet (3 commits)")

### Embed Badge

![Health badge](/badges/dervis-parasut/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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