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
- Host: GitHub
- URL: https://github.com/codebar-ag/laravel-postfinance-b2b
- Owner: codebar-ag
- License: mit
- Created: 2023-05-26T18:30:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T11:41:01.000Z (over 1 year ago)
- Last Synced: 2025-08-14T06:38:47.037Z (10 months ago)
- Topics: laravel, package, php, postfinance
- Language: PHP
- Homepage: https://www.postfinance.ch/
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
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.