Download the PHP package mhunesi/yii2-iys without Composer

On this page you can find all versions of the php package mhunesi/yii2-iys. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yii2-iys

Yii2 İYS(İleti Yönetim Sistemi)

Yii2 İleti Yönetim Sistemi (IYS) entegrasyonu. Http Request için Guzzle kullanılmıştır.

Kurulum

Bu uzantıyı kurmanın tercih edilen yolu composer aracılığıyladır.

Komutu çalıştır

veya

composer.json dosyanızın gerekli bölümüne ekleyin.

Kullanım

IYS API dokümantasyonu ve dönen istek cevaplarına https://apidocs.iys.org.tr/ adresinden ulaşabilirsiniz.

Not: İYS veya İş ortağı ile çalışıyorsanız yine bu paketi kullanabilirsiniz. Elbette bazı iş ortakları farklı yöntemler izlemiş olabilir.

Uzantı yüklendikten sonra, kodunuzda şu şekilde config dosyanıza ekleyin;

brand_code alanını birden fazla marka ile çalışıyorsanız boş geçebilirsiniz. Hangi markanız ile işlem yapacaksanız setBrandCode metodu ile set edebiliriniz.

İzin Yönetimi

Tekil İzin Ekleme

Bu metot, alıcıdan alınmış izinlerin tekil olarak İYS'ye yüklenmesine imkan tanır.

Tekil İzin Durumu Sorgulama

Bu metot, hizmet sağlayıcıların İYS'de kayıtlı olan izinlerini tekil olarak listelemelerini sağlar.

Asenkron Çoklu İzin Ekleme

Bu metot, alıcıdan alınmış izinlerin yığın olarak İYS'ye yüklenmesine imkan tanır.

Asenkron Çoklu İzin İsteğinin Durumunu Sorgulama

Bu metot, asenkron çoklu izin ekleme işlemi sonunda dönen işlem sorgulama bilgisiyle izin kayıt isteklerinin sonuçlarını sorgular.

İzin Hareketi Sorgulama (Pull)

Marka Yönetimi

Marka Listeleme

Bu metotla hizmet sağlayıcı hesabınızın altında bulunan markalarınızın listesi elde edilir.

İş Ortaklarına Yetkilendirilmiş Marka Listeleme

İş ortakları, yetkilendirildikleri tüm markaları bu metot aracılığıyla listeler.

İş Ortaklarına Yetkilendirilmiş Marka Sorgulama

İş ortakları, istek gövdesinde (path param) belirttikleri iysCode değerine ait yetkili oldukları markaları bu metot aracılığıyla listeler.

İYS Yolu

Hizmet sağlayıcıların, markalarına izin ekleyebilmesi için İYS aracılığıyla alıcılardan onay isteyebilmesini sağlayan izin ekleme yöntemidir. İYS aracılığıyla izin onayı istenilmesi ve onay verilen iznin markaya eklenebilmesi için iki metot bulunmaktadır.

Onay Alma İşlemi Başlatma

Onay Alma İşlemi Tamamlama

İnfo Servisleri

İl Listeleme

Tüm illeri isim ve kod bilgileriyle birlikte listeler.

İl Sorgulama

Sorgulanan ilin bilgisini getirir.

İlçe Listeleme

Tüm ilçeleri bağlı bulundukları illerin kodlarıyla birlikte listeler.

İlçe Sorgulama

Sorgulanan ilin bilgisini getirir.

Bayi İzin Yönetimi

Yakında...

Mutabakat Yönetimi

Yakında...


All versions of yii2-iys with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ~2.0.0
guzzlehttp/guzzle Version ^6.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mhunesi/yii2-iys contains the following files

Loading the files please wait ....