An open API service indexing awesome lists of open source software.

https://github.com/codebar-ag/laravel-postfinance-b2b

Postfinance B2B Service integration for Laravel
https://github.com/codebar-ag/laravel-postfinance-b2b

laravel package php postfinance

Last synced: 6 months ago
JSON representation

Postfinance B2B Service integration for Laravel

Awesome Lists containing this project

README

          

## Usage

Invoice download web services provided by PostFinance

## 🚧 Testing

Copy your own phpunit.xml-file.

```bash
cp phpunit.xml.dist phpunit.xml
```

Modify environment variables in the phpunit.xml-file:

```xml








```

Run the tests:

```bash
./vendor/bin/pest
```

## πŸ“ Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## ✏️ Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

```bash
POSTFINANCE_B2B_USERNAME=xxxxx POSTFINANCE_B2B_PASSWORD='XXXXX' POSTFINANCE_B2B_DEBUG=true composer test
```

### Code Style

```bash
./vendor/bin/pint
```

## πŸ§‘β€πŸ’» Security Vulnerabilities

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

## πŸ™ Credits

- [Sebastian BΓΌrgin-Fix](https://github.com/StanBarrows)
- [All Contributors](../../contributors)
- [Skeleton Repository from Spatie](https://github.com/spatie/package-skeleton-laravel)
- [Laravel Package Training from Spatie](https://spatie.be/videos/laravel-package-training)

## 🎭 License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.