PHPackages                             fatihozpolat/laravel-param-pos - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fatihozpolat/laravel-param-pos

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fatihozpolat/laravel-param-pos
==============================

Laravel Param Pos Kütüphanesi

1.0.5(1y ago)01831[1 PRs](https://github.com/fatihozpolat/laravel-param-pos/pulls)MITPHPPHP ^8.2CI passing

Since Oct 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fatihozpolat/laravel-param-pos)[ Packagist](https://packagist.org/packages/fatihozpolat/laravel-param-pos)[ Docs](https://github.com/fatihozpolat/laravel-param-pos)[ RSS](/packages/fatihozpolat-laravel-param-pos/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (9)Versions (8)Used By (0)

Laravel Param Pos Kütüphanesi
=============================

[](#laravel-param-pos-kütüphanesi)

[![Latest Version on Packagist](https://camo.githubusercontent.com/be94251e3a2abdce58e46a65ba44155fec4a1ea3b75d695e5b9d07bb46ca9138/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66617469686f7a706f6c61742f6c61726176656c2d706172616d2d706f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fatihozpolat/laravel-param-pos)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3111bce0e7d5e977454a0e681f2084b62361e40d40c69c55a138cc28edd7488c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f66617469686f7a706f6c61742f6c61726176656c2d706172616d2d706f732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/fatihozpolat/laravel-param-pos/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6126e82ad27b1a16ab8e45575fbb8954ff55b3ac0a7e0b39b05d12ddbdc513f8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f66617469686f7a706f6c61742f6c61726176656c2d706172616d2d706f732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/fatihozpolat/laravel-param-pos/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9028df42377dbd80efbdf5c1e9790c378a8dbcad8546c4a23a1f7ee15ed8c327/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66617469686f7a706f6c61742f6c61726176656c2d706172616d2d706f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fatihozpolat/laravel-param-pos)

Kişisel kullanımlar için,  adresi baz alınarak geliştirilmiş Laravel Param Pos kütüphanesidir.

API kısmındaki servislerin 99% unu içerir. Pazaryeri kodlara dahil değildir. Daha sonra gerekliliğe göre eklenebilir.

Kurulum
-------

[](#kurulum)

composer ile paketi yükleyebilirsiniz:

```
composer require fatihozpolat/laravel-param-pos
```

Ayar dosyasını yayınlamak için:

```
php artisan vendor:publish --tag="param-pos-config"
```

Ayar dosyası yayınlandıktan sonra bu şekilde görünecektir:

```
return [
    'client_code' => env('PARAM_CLIENT_CODE'),
    'client_username' => env('PARAM_CLIENT_USERNAME'),
    'client_password' => env('PARAM_CLIENT_PASSWORD'),
    'guid' => env('PARAM_GUID'),
    'test' => env('PARAM_TEST', true),
];
```

Kullanım
--------

[](#kullanım)

Birçok param api soap servisini Param:: ile kullanabilirsiniz. Örneğin KS\_Kart\_Ekle servisini kullanmak için;

```
use FatihOzpolat\Param\Facades\Param;

Param::ks_kart_ekle('Test Kişi', '4446763125813623', '12', '26', 'Test Ziraat Kartı', 'testislemid');
```

bu işlem size dökümanda belirtildiği gibi ama array olarak dönecektir.

Changelog
---------

[](#changelog)

Daha fazla bilgi için [CHANGELOG](CHANGELOG.md) a bakabilirsiniz.

Credits
-------

[](#credits)

- [Fatih Özpolat](https://github.com/fatihozpolat)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 72% 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 ~63 days

Recently: every ~70 days

Total

6

Last Release

680d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37903778?v=4)[Fatih Özpolat](/maintainers/fatihozpolat)[@fatihozpolat](https://github.com/fatihozpolat)

---

Top Contributors

[![fatihozpolat](https://avatars.githubusercontent.com/u/37903778?v=4)](https://github.com/fatihozpolat "fatihozpolat (18 commits)")[![ArdaGnsrn](https://avatars.githubusercontent.com/u/52893305?v=4)](https://github.com/ArdaGnsrn "ArdaGnsrn (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelfatihozpolatlaravel-param-pos

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fatihozpolat-laravel-param-pos/health.svg)

```
[![Health](https://phpackages.com/badges/fatihozpolat-laravel-param-pos/health.svg)](https://phpackages.com/packages/fatihozpolat-laravel-param-pos)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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