contributte/eet
最新稳定版本:v0.1.0
Composer 安装命令:
composer require contributte/eet
包简介
EET integration into Nette
README 文档
README
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
Disclaimer
| ⚠️ | This project is no longer being maintained. |
|---|
| Composer | contributte/eet |
|---|---|
| Version | |
| PHP | |
| License |
Usage
To install the latest version of contributte/eet use Composer.
composer require contributte/eet
Documentation
Setup
Install package
composer require contributte/eet
Register extension
extensions: eet: Contributte\EET\DI\EETExtension eet: certificate: path: %appDir%/../eet.p12 password: my-password
Configuration
eet: certificate: path: %appDir%/../eet.p12 password: my-password dispatcher: # Dispatcher setting service: production / playground validate: true / false receipt: # Set default receipt values id_pokl: 19903 dic_popl: CZ1234
Usage
Client usage
use Contributte\EET; use FilipSedivy; use Nette; final class SomePresenter extends Nette\Application\UI\Presenter { /** @var EET\Dispatcher */ private $client; /** @var EET\ReceiptFactory */ private $receiptFactory; public function injectClientFactory(EET\ClientFactory $factory) { $this->client = $factory->create(); } public function injectReceiptFactory(EET\ReceiptFactory $factory) { $this->receiptFactory = $factory; } public function processPayment() { $receipt = $this->receiptFactory->create(); $receipt->porad_cis = '1'; $receipt->celk_trzba = 500; try { $this->client->send($receipt); $this->payment->eet->save_success($this->client->getFik(), $this->client->getPkp()); } catch (FilipSedivy\EET\Exceptions\EET\ClientException $clientException) { $this->payment->eet->save_error($clientException->getPkp(), $clientException->getBkp()); } catch (FilipSedivy\EET\Exceptions\EET\ErrorException $errorException) { echo '(' . $errorException->getCode() . ') ' . $errorException->getMessage(); } catch(FilipSedivy\EET\Exceptions\Receipt\ConstraintViolationException $constraintViolationException){ echo implode('<br>', $constraintViolationException->getErrors()); } } }
Development
This package was maintained by these authors.
Consider to support contributte development team. Also thank you for using this package.
contributte/eet 适用场景与选型建议
contributte/eet 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16.17k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2019 年 08 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「Electronic records of sale」 「Nette EET」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 contributte/eet 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 contributte/eet 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 contributte/eet 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A PHP wrapper for UBL invoices
B2Brouter PHP SDK - Official library for the B2Brouter API
An unofficial PHP library for generating ZATCA Fatoora e-invoices. This library facilitates the creation of compliant e-invoices, QR Codes, and certificates, as well as the submission of e-invoices to ZATCA's servers. It provides developers with an easy-to-use, customizable, and robust toolkit to in
A simple Cake3 plugin to slug fields and find records by slug.
Filament package to prevent the update of outdated records.
Triggers events for database records.
统计信息
- 总下载量: 16.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2019-08-19