OpenXE/vendor/swiss-payment-slip/swiss-payment-slip-pdf/README.md

98 lines
4.0 KiB
Markdown
Raw Normal View History

2021-05-21 08:49:41 +02:00
SwissPaymentSlipPdf - Swiss Payment Slips as PDFs
=================================================
[![Travis Build Status](https://travis-ci.org/ravage84/SwissPaymentSlipPdf.png?branch=master)](https://travis-ci.org/ravage84/SwissPaymentSlipPdf)
[![Scrutinizer CI Build Status](https://scrutinizer-ci.com/g/ravage84/SwissPaymentSlipPdf/badges/build.png?b=master)](https://scrutinizer-ci.com/g/ravage84/SwissPaymentSlipPdf/build-status/master)
[![Scrutinizer CI Code Coverage](https://scrutinizer-ci.com/g/ravage84/SwissPaymentSlipPdf/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ravage84/SwissPaymentSlipPdf/?branch=master)
[![Scrutinizer CI Code Quality](https://scrutinizer-ci.com/g/ravage84/SwissPaymentSlipPdf/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ravage84/SwissPaymentSlipPdf/?branch=master)
[![Total Downloads](https://poser.pugx.org/swiss-payment-slip/swiss-payment-slip-pdf/d/total.png)](https://packagist.org/packages/swiss-payment-slip/swiss-payment-slip-pdf)
[![Latest Stable Version](https://poser.pugx.org/swiss-payment-slip/swiss-payment-slip-pdf/v/stable.png)](https://packagist.org/packages/swiss-payment-slip/swiss-payment-slip-pdf)
Do you need to create Swiss payment slips (called ES or ESR) as PDF files in a project of yours?
Then you found almost the right place, go to [SwissPaymentSlipFpdf](https://github.com/ravage84/SwissPaymentSlipFpdf)
or [SwissPaymentSlipTcpdf](https://github.com/ravage84/SwissPaymentSlipTcpdf).
If you want to create Swiss payment slips as PDF files in your PHP code base
but want to use neither FPDF nor TCPDF, then you can use this project.
How to use
----------
[TODO]
If you need help, ask for help.
How to extend for custom needs
------------------------------
[TODO]
If you need help, ask for help.
Installation
------------
### Requirements
- PHP 5.3.x+
- [SwissPaymentSlip](https://github.com/ravage84/SwissPaymentSlip/) (automatically installed by Composer)
### Composer
Just [install composer](http://getcomposer.org/doc/00-intro.md#system-requirements) on your system, if not already there.
Then create a [composer.json](http://getcomposer.org/doc/04-schema.md) file in your project's root folder and copy the following into it:
```JSON
{
"require": {
"swiss-payment-slip/swiss-payment-slipPdf": "*"
}
}
```
After that you can install the package using
$ php composer.phar install
in your project's root folder.
Background Story
----------------
In february 2013 I was looking for a solution to create swiss payment slips for a project I had to do at my work place.
After a short Google search I came across Manuel Reinhard's
[blog post](http://sprain.ch/blog/downloads/class-esr-besr-einzahlungsschein-php/) about the class he made for that.
On his [Github project's page](https://github.com/sprain/class.Einzahlungsschein.php) I found
[Peter Siska's](https://github.com/peschee) [pull request](https://github.com/sprain/class.Einzahlungsschein.php/pull/5).
His pull request introduced PSR-0 compatibility and he created a composer package on [Packagist](http://packagist.org/).
So I tried Peter's version and it suited my basic needs.
BUT since the customer I was working for used custom designed payment slips I couldn't use Manuel's/Peter's script
since it wasn't flexible enough.
Now I had to decide whether I want to "just" change the script to fit my needs or to rewrite it and
make it as flexible as possible.
I decided myself for the latter.
TODOs
-----
- Improve code documentation
- Add examples to showcase how to use this middleware class
- Add tests
- Release the stable release of the API
Submitting bugs and feature requests
------------------------------------
Bugs and feature request are tracked on [GitHub](https://github.com/ravage84/SwissPaymentSlipPdf/issues).
Author
------
This project was created by [Marc Würth](https://github.com/ravage84).
See Background Story for more details.
License
-------
SwissPaymentSlipPdf is licensed under the MIT License - see the [LICENSE](https://github.com/ravage84/SwissPaymentSlipPdf/blob/master/LICENSE) file for details.