Download the PHP package et2m/hizliteknoloji without Composer

On this page you can find all versions of the php package et2m/hizliteknoloji. 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 hizliteknoloji

��

<h1 align="center">H1zl1 Biliim E Fatura E Ariv</h1>

[![GitHub issues](https://img.shields.io/github/issues/eT2M/HizliTeknoloji)](https://github.com/eT2M/HizliTeknoloji/issues)

[![GitHub forks](https://img.shields.io/github/forks/eT2M/HizliTeknoloji)](https://github.com/eT2M/HizliTeknoloji/network)

[![GitHub stars](https://img.shields.io/github/stars/eT2M/HizliTeknoloji)](https://github.com/eT2M/HizliTeknoloji/stargazers)

[![Latest Version on Packagist](https://img.shields.io/packagist/v/eT2m/HizliTeknoloji.svg?style=flat-square)](https://packagist.org/packages/eT2M/HizliTeknoloji)

[![Total Downloads](https://img.shields.io/packagist/dt/eT2M/HizliTeknoloji.svg?style=flat-square)](https://packagist.org/packages/eT2M/HizliTeknoloji)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

H1zl1 Bili_im E Fatura E Ar_iv E D�n�_�m i�in Yaz1lm1_ Mod�ler Php Composer Paketidir.

- Laravel 7,8,9 Tam Uyumlu (Providers Gerek yok)

- Lumen API ve OOP i�in Tam Uyumlu

- Symfony 0�in Tam Uyumlu Pakettir.

# Kurulumu :

composer require et2m/hizliteknoloji

# Kullan1m1 :

<?php

use eT2M\HizliTeknoloji\HizliTeknoloji;

/// Bu Bilgiler Veritaban1ndan veya 0htiyac1n1za G�re �ekersiniz...

$ayar = array(

'kadi' => 'kadi', // H1zl1 Bili_im WS Kullan1c1 Ad1n1z

'sifre' => 'sifre', // H1zl1 Bili_im WS Kullan1c1 ^ifreniz

'SourceUrn' => 'defaultgb@alanadiniz.com.tr', // H1zl1 Bili_im G�nderici Etiketi

'supplier' => array(

'supplierParty' => array(

'CityName' => 'ANTALYA',

'CitySubdivisionName' => 'MANAVGAT',

'CountryName' => 'T�RK0YE',

'ElectronicMail' => 'bilgi@alanadi.com.tr',

'IdentificationID' => 'vergino', // ^ireket Vergi No

'PartyName' => '^irket �nvan1',

'Person_FamilyName' => 'Yetkili Soyad',

'Person_FirstName' => 'Yetkili Ad',

'PostalZone' => NULL,

'StreetName' => '^irket Adresi',

'TaxSchemeName' => 'Vergi Dairesi',

'Telefax' => 'Kurumsal Fax',

'Telephone' => 'Kurumsal Telefon',

'WebsiteURI' => 'wwww.alanadi.com.tr',

'customerIdentificationsOther' => NULL

)

),

"paymentMeans" => null,

'EfatSeri' => "XXF", // Fatura Seri Nolar1

'EArsSeri' => "XXA",

'abn_tipi' => null,

);

$fatura = new HizliTeknoloji($ayar);

/// Fatura Olu_turma

//Fatura Kesilecek Ki_inin veya Kurumun Tan1m1

$Musteri = [

'abn_tipi' => null,

'unvan' => null,

'isim' => 'M�_teri 0smi',

'soyisim' => 'M�_teri Soyad1',

'vergino_tcno' => 'M�_teri TC',

'vergidaire' => 'Manavgat',

'il' => 'Antalya',

'ilce' => "Manavgat",

'email' => "mehmet@alanadi.com.tr",

'pk' => "07600",

'adres' => "M�_teri Adresi",

'telefon' => "M�_teri Telefon",

'aboneno' => "Abone No veya ID", // Bu Ek Bilgi Her faturada Olmayabilir.

];

/// Mukellefi Kontrol Etme. Eer IsSucceeded true ise E Fatura M�kellefi, false ise E Ar_iv Faturas1 Kesilir.

$mukkelefsor = $fatura->mukellefKontrol($Musteri['vergino_tcno']);

// E Ariv E Fatura Ayr1m1 Ayr1ca E Arive Dahil ama E Fatura Kullanm1yan Ticari ^irket yada ^ah1s ^irketi Ayr1m1

if ($mukkelefsor->IsSucceeded) {

$fBil = $mukkelefsor->gibUserLists[0];

$faturaTipi = 1;

$DestinationUrn = $fBil->Alias;

$DestinationIdentifier = $fBil->Identifier;

$Unvan = $fBil->Title;

$isim = null;

$soyisim = null;

$OnseriNo = $ayar['EfatSeri'];

$seriNo = $OnseriNo . date('Y');

$faturaNosu = str_replace("$OnseriNo", "", $fatura->sonFatura($seriNo, $faturaTipi)->InvoiceId) + 1;

$faturaNo = $OnseriNo . $faturaNosu;

$fatSenTip = "TEMELFATURA";

} else {

$faturaTipi = 3;

$DestinationUrn = null;

$DestinationIdentifier = $Musteri['vergino_tcno'];

$Unvan = $Musteri['abn_tipi'] == 'kurumsal' ? $Musteri['unvan'] : $Musteri['isim'] . ' ' . $Musteri['soyisim'];

$isim = $Musteri['abn_tipi'] == 'kurumsal' ? $Musteri['unvan'] : $Musteri['isim'];

$soyisim = $Musteri['abn_tipi'] == 'kurumsal' ? '.' : $Musteri['soyisim'];

$OnseriNo = $ayar['EArsSeri'];;

$seriNo = $OnseriNo . date('Y');

$faturaNosu = str_replace("$OnseriNo", "", $fatura->sonFatura($seriNo, $faturaTipi)->InvoiceId) + 1;

$faturaNo = $OnseriNo . $faturaNosu;

$fatSenTip = "EARSIVFATURA";

}

/// Yukarda Bilgileri Toparlad1ktan Sonra Burda Faturay1 Olu_turuyoruz.

/// Bu Sistemin Dierlerinden Fark1 Faturay1 Tamamen Costumize Edebiliyor Olman1zd1r.

$faturaverileri = array(

"AppType" => $faturaTipi, // 1 : e-Fatura,3 :e-Ar_iv

"IsDraft" => false, // Taslak M1

"IsDraftSend" => false, // Fatura verileri doldurulmal1

"IsPreview" => false, // Gibe g�ndermeden sadece html g�r�nt�s� almak i�in

"UpdateDocument" => false, // Hatal1 dokumanlar1 yeniden g�nderebilmek i�in "true" yap1larak kullan1labilir.

"DestinationUrn" => $DestinationUrn, // Al1c1 PK Adresi

"DestinationIdentifier" => "$DestinationIdentifier", // Al1c1 Vergi Kimlik No

"faturaNo" => $faturaNo,

"Unvan" => $Unvan,

"fatTAR" => date("Y-m-d"), // Buras1 fatura Olu_turma Tarihi Bekleyen Faturalar 0�in VT dende Al1nabilir.

"customer" => array(

'CityName' => strtoupper($Musteri['il']),

'CitySubdivisionName' => strtoupper($Musteri['ilce']),

'CountryName' => 'T�RK0YE',

'ElectronicMail' => $Musteri['email'],

'IdentificationID' => "$DestinationIdentifier",

'PartyName' => $Unvan,

'Person_FamilyName' => $soyisim,

'Person_FirstName' => $isim,

'PostalZone' => $Musteri['pk'],

'StreetName' => strtoupper($Musteri['adres']),

'TaxSchemeName' => $Musteri['vergidaire'] ? $Musteri['vergidaire'] : $Musteri['ilce'],

'Telefax' => $Musteri['telefon'],

'Telephone' => $Musteri['telefon'],

'WebsiteURI' => '',

'customerIdentificationsOther' => array(

array(

'SchemeID' => 'ABONENO',

'Value' => $Musteri['aboneno'],

)

),

),

"faturaGenel" => array(

'AllowanceTotalAmount' => 0,

'CalculationRate' => 0, // Dolar Kuru Burdan Ayarlanmakta veya $fatura->kurcek('USD'); kullan1labilir.

'DocumentCurrencyCode' => 'TRY', // D�viz Tipi Burdan Belirlenmekte /TRY - USD

'InvoiceTypeCode' => 'SATIS',

'Invoice_ID' => $faturaNo,

'IsInternetSale' => false,

'IsInternet_ActualDespatchDate' => NULL,

'IsInternetDeliveryFamilyName' => NULL,

'IsInternetDeliveryFirstName' => NULL,

'IsInternetDeliveryPartyName' => NULL,

'IsInternetDeliveryTcknVkn' => NULL,

'IsInternet_InstructionNote' => NULL,

'IsInternet_PaymentDueDate' => NULL,

'IsInternet_PaymentMeansCode' => NULL,

'IssueDate' => date("Y-m-d"), // Buras1 fatura Olu_turma Tarihi Bekleyen Faturalar 0�in VT dende Al1nabilir.

'IssueTime' => date("H:i:s"), // Buras1 fatura Olu_turma Saati Bekleyen Faturalar 0�in VT dende Al1nabilir.

'LineExtensionAmount' => 7.2, /// Toplam Ham Fiyat1

'Note' => 'Bu Fatura Nakit �deme ^ekli 0le �denmi_tir.',

'Notes' => null, /* array(

array('Note' => 'DENEME NOT 1'),

array('Note' => 'DENEME NOT 2'),

), */

'OrderReferenceDate' => date("Y-m-d"),

'OrderReferenceId' => 'Y' . $faturaNosu . 'N',

'PayableAmount' => 10,

'ProfileID' => $fatSenTip,

'Sgk_AccountingCost' => NULL,

'Sgk_DosyaNo' => NULL,

'SgkMukellefAdi' => NULL,

'SgkMukellefKodu' => NULL,

'SgkPeriodEndDate' => NULL,

'SgkPeriodStartDate' => NULL,

'TaxInclusiveAmount' => 10,

'UUID' => $fatura->getUUID(),

'XSLT_Adi' => 'general',

'XSLT_Doc' => NULL,

),

"faturaSatir" => array([

'Allowance_Amount' => 0,

'Allowance_Percent' => 0,

'Allowance_Reason' => NULL,

'ID' => 1, // For veya Foreach da indis den yaralan1labilir. 1 den ba_lay1p artan say1d1r.

'Item_Brand' => NULL,

'Item_Classification' => NULL,

'Item_Description' => NULL,

'ItemIDBuyer' => NULL,

'ItemIDSeller' => NULL,

'Item_Model' => NULL,

'Item_Name' => '0nternet Hizmet Bedeli Test Fatura',

'LineCurrencyCode' => NULL,

'LineNote' => NULL,

'Manufacturers_ItemIdentification' => NULL,

'PriceAmount' => numberformat(7.2, 2), // Toplam1n Ham Tutar1

'Price_Total' => number_format(10 / 1, 2), // Toplam1n Adet Kadar Par�as1

'Quantity_Amount' => 1, // Adet

'QuantityUnitUser' => 'C62',

'exportLine' => NULL,

'lineTaxes' => array( /// Vergileri G�nderdiimiz Yerdir.

array(

'TaxAmnt' => numberformat(1.8, 2), // KDV Miktar1

'Tax_Base' => number_format(7.2, 2), // KDV Hari� Ham Tutar

'Tax_Code' => '0015',

'Tax_Exem' => '',

'TaxExemCode' => '',

'Tax_Name' => 'KDV',

'Tax_Perc' => 18,

)/* ,

array( /// Dier Vergi T�rleri Array ^eklinde Alt Alta Tan1mlayarak Ge�ebilirsiniz...

'TaxAmnt' => numberformat(0.8, 2),

'TaxBase' => $kl['oiv']?numberformat(7.2, 2):null,

'Tax_Code' => '4081',

'Tax_Exem' => '',

'TaxExemCode' => '',

'Tax_Name' => '�0V',

'Tax_Perc' => 10,

), */

),

]),

"despatchs" => array(

array(

'DespatchDocumentID' => 'Y' . $faturaNosu . 'D',

'DespatchDocumentIssueDate' => date("Y-m-d"),

),

),

);

$fatYolla = $fatura->efatura_olustur($faturaverileri); // Faturay1 G�nderir...

$fatYol = json_decode($fatYolla); // Php Kullanmak 0�in array ^ekline Getirir.

if ($fatYol[0]->IsSucceeded == 1) {

/// Fatura Kesimi Olumlu Olunca Yap1lacak 0_lemler

return $fatYol;

} else {

//Olumsuz Durumda Yap1lacak 0_lemler

return $fatYol;

}

/* Gelen �rnek Ba_ar1l1 Sonuc

{

"HtmlContent": null,

"IsSucceeded": true,

"Message": "(DocumentUUID: fb9ac150-d556-e3fa-d453-c79dc7fd819e) Ba_ar1l1"

}

*/

/ ------------------------------------------------ /

//Son Faturay1 Getirme

$FaturaKontrol = $fatura->sonFatura('XXA2022', 3); //1 : e-Fatura,3 :e-Ar_iv ,5:Giden e-0rsaliye,6:Giden e-Serbest Meslek Makbuzu,7:Giden e-M�stahsil Makbuzu,8:Giden 0rsaliye Yan1t1

/* /// Sorgudan Gelen Cevap

{

"InvoiceId": "XXA2022000000004",

"InvoiceDate": "2022-08-30T00:00:00",

"IsSucceeded": true,

"Message": "Ba_ar1l1"

}

*/

return $FaturaKontrol;

/ ------------------------------------------------ /

/ ------------------------------------------------ /

//Fatura Kontrol Etme

$FaturaKontrol = $fatura->efatura_pdf('fb9ac150-d556-e3fa-d453-c79dc7fd819e'); // efatura i�in sonuna 2 ekleyiniz

/*

{

// DocumentFile yi pdf mime sine g�re g�steriniz

}

*/

return $FaturaKontrol;

/ ------------------------------------------------ /

/ ------------------------------------------------ /

//Faturalar1 Kontrol Etme

$FaturaKontrol = $fatura->faturakontrol();

/*

{

// Buraya Buraya 15 G�nl�k fatular Gelir...

}

*/

return $FaturaKontrol;

/ ------------------------------------------------ /

//M�kellef Listeleme

$TamMukellefListesi = $fatura->mukellefListe();

/*

{

// Buraya G0B deki M�kellef Listesi D�k�l�r...

}

*/

return $TamMukellefListesi;

/ -------------------------------------------------------- /

// Kont�r Sorgulama

$faturaKontorGoster = $fatura->kontor();

/* Fatura Kont�r Sorgulama Gelen Ba_ar1l1 Sonu�

{

"totalCredit": 10000.00,

"remainCredit": 9770.00,

"IsSucceeded": true,

"Message": null

}

*/

return $faturaKontorGoster;

<p align="center">

<img width="460" height="166" src="https://img.et2m.com/logo_kirmizi.png">

</p>

<p align="center">

Bu proje, MIT lisans1 alt1nda lisanslanm1_ a�1k kaynakl1 bir yaz1l1md1r .

</p>


All versions of hizliteknoloji with dependencies

PHP Build Version
Package Version
No informations.
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 et2m/hizliteknoloji contains the following files

Loading the files please wait ....