Download the PHP package swiss-payment-slip/swiss-payment-slip-tcpdf without Composer
On this page you can find all versions of the php package swiss-payment-slip/swiss-payment-slip-tcpdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download swiss-payment-slip/swiss-payment-slip-tcpdf
More information about swiss-payment-slip/swiss-payment-slip-tcpdf
Files in swiss-payment-slip/swiss-payment-slip-tcpdf
Package swiss-payment-slip-tcpdf
Short Description Create Swiss payment slips with reference number (ESR) or without (ES) as PDFs with TCPDF
License MIT
Homepage https://github.com/ravage84/SwissPaymentSlipTcpdf
Informations about the package swiss-payment-slip-tcpdf
SwissPaymentSlipTcpdf - Swiss Payment Slips with TCPDF
Do you need to create Swiss payment slips (called ESR) as PDF files in a project of yours? Then you found the right place, read on...
By the way if you don't like TCPDF or don't want to use it for whatever reason, checkout SwissPaymentSlipFpdf.
How to use
Just install the the package (see Installation) and check out the contained examples in the examples folder.
How to extend for custom needs
[TODO] If you need help, ask for help.
Installation
Requirements
- PHP 5.3.x+
- SwissPaymentSlip (automatically installed by Composer)
- SwissPaymentSlipPdf (automatically installed by Composer)
- A TCPDF compatible OCR-B font for the code line, see issue #1
Composer
Just install composer on your system, if not already there. Then create a composer.json file in your project's root folder and copy the following into it:
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 about the class he made for that. On his Github project's page I found Peter Siska's pull request. His pull request introduced PSR-0 compatibility and he created a composer package on Packagist. 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 more examples/improve existing ones
- Write tests
- Release the stable release of the API
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub.
Author
This project was created by Marc Würth. See Background Story for more details.
License
SwissPaymentSlipTcpdf is licensed under the MIT License. See the LICENSE file for details.
All versions of swiss-payment-slip-tcpdf with dependencies
tecnickcom/tcpdf Version ^6.2.0
swiss-payment-slip/swiss-payment-slip-pdf Version ^0.15.0