Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 606 Bytes

index.rst

File metadata and controls

32 lines (23 loc) · 606 Bytes

Payment Suite Documentation

The Payment Suite Project is just a way to implement any payment platform using some Symfony2 components, with a common structure. Your project will simply need to listen to a few events, so the payment platform usage will be fully transparent.

User Documentation

.. toctree::
    :maxdepth: 2

    getting_started
    configuration
    available_platforms
    faq

Developer Documentation

.. toctree::
    :maxdepth: 2

    developing_platform
    contribute
    todo