定制 intvent/eboekhouden-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

intvent/eboekhouden-php

最新稳定版本:v2.1.0

Composer 安装命令:

composer require intvent/eboekhouden-php

包简介

A PHP framework agnostic package for E-boekhouden.nl

README 文档

README

Tests Psalm

With this framework agnostic package you can easily integrate E-boekhouden.nl within any PHP project.
If you wish to use this package and want to support future development. Please consider to sponsor.

View the original SOAP documentation.

Installation

You can install the package via composer:

composer require intvent/eboekhouden-php

Usage (Examples)

require __DIR__ . '/vendor/autoload.php';

$username = 'username';
$sec_code_1 = 'sec_code_1';
$sec_code_2 = 'sec_code_2';

$client = new IntVent\EBoekhouden\Client($username, $sec_code_1, $sec_code_2);

// Get a SigleSignOnLink (AutoLogin)
$autoLogin = $client->autoLogin();

// Get all Articles
$articles = $client->getArticles();

// Get all Relations
$relations = $client->getRelations();

// Get all Mutations
$mutations = $client->getMutations();

// Get all Ledgers
$ledgers = $client->getLedgers();

// Get all Invoices
$invoices = $client->getInvoices();

// Get all Balances
$balances = $client->getBalances();

Testing & building

To testing the package locally run:

composer test

Before publishing any changes you can run code formatting and PSALM.

composer format
composer psalm

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@intvent.nl instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 9.03k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 2
  • Forks: 15
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-07-10