paymentsuite / paymill-bundle
Paymill PaymentSuite Component
Installs: 839
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 10
Forks: 3
Type:symfony-bundle
Requires
- php: >=5.3.3
- paymentsuite/payment-core-bundle: ~1.1
- paymill/paymill: >=3.0
- symfony/config: >=2.2.3
- symfony/dependency-injection: >=2.2.3
- symfony/event-dispatcher: >=2.2.3
- symfony/form: >=2.2.3
- symfony/framework-bundle: >=2.2.3
- symfony/http-kernel: >=2.2.3
- twig/twig: ~1.11
README
This bundle is part of the PaymentSuite project.
Documentation
Check the documentation in ReadTheDocs. This documentation is being developed and will be in alpha version until first stable project version.
Tags
- Use last unstable version ( alias of
dev-master
) to stay always in last commit - Use last stable version tag to stay in a stable release.
Contributing
All code is Symfony2 Code formatted, so every pull request must validate phpcs standards. You should read Symfony2 coding standards and install this CodeSniffer to check all code is validated.
There is also a policy for contributing to this project. All pull request must be all explained step by step, to make us more understandable and easier to merge pull request. All new features must be tested with PHPUnit.
If you'd like to contribute, please read the Contributing Code part of the documentation. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section and use the Pull Request Template.