PHPackages                             ardagnsrn/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. ardagnsrn/laravel-param-pos

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

ardagnsrn/laravel-param-pos
===========================

Laravel Param Pos Kütüphanesi

2.0.0(1y ago)0612MITPHPPHP ^8.0

Since Oct 9Pushed 1y agoCompare

[ Source](https://github.com/ArdaGnsrn/laravel-param-pos)[ Packagist](https://packagist.org/packages/ardagnsrn/laravel-param-pos)[ Docs](https://github.com/ArdaGnsrn/laravel-param-pos)[ RSS](/packages/ardagnsrn-laravel-param-pos/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (6)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/089b023ab0bf8703dcf51ab16e0b7c5e1bc35808c94f33ff839ad21d1fdd8ef9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f41726461476e73726e2f6c61726176656c2d706172616d2d706f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ArdaGnsrn/laravel-param-pos)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0e7e98605116b4be14d8f0374cade7ec0b4fac1fd1b54d58392732955eceb2e6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f41726461476e73726e2f6c61726176656c2d706172616d2d706f732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ArdaGnsrn/laravel-param-pos/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/3e5ebfe44cfe60c8bb213ebefb01395897fc5a5db4345def0918f5fb7a08e7dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f41726461476e73726e2f6c61726176656c2d706172616d2d706f732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ArdaGnsrn/laravel-param-pos/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/dd6cb8785fad26b1a6259741e92e99ad9ebf654281739264f99b428854d399c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f41726461476e73726e2f6c61726176656c2d706172616d2d706f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ArdaGnsrn/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 ArdaGnsrn/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 ArdaGnsrn\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/ArdaGnsrn)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% 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 ~147 days

Total

3

Last Release

652d ago

Major Versions

1.0.1 → 2.0.02024-07-30

PHP version history (2 changes)1.0.0PHP ^8.2

2.0.0PHP ^8.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelArdaGnsrnlaravel-param-pos

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/ardagnsrn-laravel-param-pos/health.svg)](https://phpackages.com/packages/ardagnsrn-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)
