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)01791[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 1mo ago

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

34

—

LowBetter than 77% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity13

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

629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e042e1af2f199af0219d31b29b688226027d5ead0913f6e5a148959661d4f9b?d=identicon)[fatihozpolat](/maintainers/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-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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