[PR #15] [CLOSED] Readme Issue #128

Closed
opened 2026-03-02 04:07:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/furkankadioglu/efatura/pull/15
Author: @sancaky
Created: 9/29/2020
Status: Closed

Base: developHead: patch-1


📝 Commits (10+)

  • 7790671 Linkler eklendi
  • 6b482ef Versiyon güncellemesi
  • 9181ef6 Versiyon ara güncellemesi
  • 0cd9d30 Exportable trait eklendi ve buna bağlı değişiklikler yapıldı.
  • cd5f45d Export fonksiyonları eArşiv keyleriyle uyuşması için tekrar eklendi.
  • 48db3a6 Fonksiyon ismi değiştirildi.
  • 9e134ba Paket adı düzeltildi.
  • f15653e Lisans rozeti eklendi.
  • ce1b059 Diğer github rozetleri de eklendi.
  • 4d4a466 Sınıflar taşındı

📊 Changes

21 files changed (+2138 additions, -734 deletions)

View changed files

.github/workflows/php.yml (+17 -0)
📝 .gitignore (+4 -1)
📝 README.md (+111 -43)
_config.yml (+1 -0)
📝 composer.json (+15 -8)
📝 composer.lock (+631 -215)
📝 example/index.php (+9 -6)
src/Exceptions/ApiException.php (+21 -0)
src/Exceptions/NullDataException.php (+12 -0)
src/Exceptions/TestEnvironmentException.php (+12 -0)
src/Exceptions/ValidatorException.php (+12 -0)
📝 src/InvoiceManager.php (+297 -191)
src/Models/Country.php (+267 -0)
src/Models/CurrencyType.php (+172 -0)
📝 src/Models/Invoice.php (+225 -164)
src/Models/InvoiceType.php (+15 -0)
src/Models/UnitType.php (+47 -0)
📝 src/Models/UserInformations.php (+5 -1)
src/Traits/Exportable.php (+16 -0)
📝 tests/InvoiceManagerTest.php (+114 -105)

...and 1 more files

📄 Description

use furkankadioglu\eFatura\Invoice; TO use furkankadioglu\eFatura\Models\Invoice;


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/furkankadioglu/efatura/pull/15 **Author:** [@sancaky](https://github.com/sancaky) **Created:** 9/29/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`7790671`](https://github.com/furkankadioglu/efatura/commit/779067154eace8c722b41531badc44603073067e) Linkler eklendi - [`6b482ef`](https://github.com/furkankadioglu/efatura/commit/6b482ef3527d19e88b1ebf868cd6c786872ea510) Versiyon güncellemesi - [`9181ef6`](https://github.com/furkankadioglu/efatura/commit/9181ef68505e9a4fcf8ef285486ff55c9450b8ee) Versiyon ara güncellemesi - [`0cd9d30`](https://github.com/furkankadioglu/efatura/commit/0cd9d307c72a811efaa9de6cf9517b173d0f7b88) Exportable trait eklendi ve buna bağlı değişiklikler yapıldı. - [`cd5f45d`](https://github.com/furkankadioglu/efatura/commit/cd5f45da63eae8fb70c5b3e32b814bffb3fe2deb) Export fonksiyonları eArşiv keyleriyle uyuşması için tekrar eklendi. - [`48db3a6`](https://github.com/furkankadioglu/efatura/commit/48db3a6bf230ebde8121be04f33c434f2c01192f) Fonksiyon ismi değiştirildi. - [`9e134ba`](https://github.com/furkankadioglu/efatura/commit/9e134ba42712e236d13e3d904e106d80c88f8b3c) Paket adı düzeltildi. - [`f15653e`](https://github.com/furkankadioglu/efatura/commit/f15653eb40a07ac96c8da2b95e394f8d54927232) Lisans rozeti eklendi. - [`ce1b059`](https://github.com/furkankadioglu/efatura/commit/ce1b059862492e645e226b180b11d44014719b3a) Diğer github rozetleri de eklendi. - [`4d4a466`](https://github.com/furkankadioglu/efatura/commit/4d4a4667c1dad88c43ceff2394f82eeac8014348) Sınıflar taşındı ### 📊 Changes **21 files changed** (+2138 additions, -734 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/php.yml` (+17 -0) 📝 `.gitignore` (+4 -1) 📝 `README.md` (+111 -43) ➕ `_config.yml` (+1 -0) 📝 `composer.json` (+15 -8) 📝 `composer.lock` (+631 -215) 📝 `example/index.php` (+9 -6) ➕ `src/Exceptions/ApiException.php` (+21 -0) ➕ `src/Exceptions/NullDataException.php` (+12 -0) ➕ `src/Exceptions/TestEnvironmentException.php` (+12 -0) ➕ `src/Exceptions/ValidatorException.php` (+12 -0) 📝 `src/InvoiceManager.php` (+297 -191) ➕ `src/Models/Country.php` (+267 -0) ➕ `src/Models/CurrencyType.php` (+172 -0) 📝 `src/Models/Invoice.php` (+225 -164) ➕ `src/Models/InvoiceType.php` (+15 -0) ➕ `src/Models/UnitType.php` (+47 -0) 📝 `src/Models/UserInformations.php` (+5 -1) ➕ `src/Traits/Exportable.php` (+16 -0) 📝 `tests/InvoiceManagerTest.php` (+114 -105) _...and 1 more files_ </details> ### 📄 Description use furkankadioglu\eFatura\Invoice; TO use furkankadioglu\eFatura\Models\Invoice; --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:07:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/efatura#128
No description provided.