📄️ API
This document describes the resources that make up the official FOSSBilling API.
📄️ Event hooks
There are a lot of event hooks built in to FOSSBilling that you can use to call events when needed.
📄️ Frameworks and dependencies
📄️ How do we store passwords?
Passwords are stored in the database using the standard PHP passwordhash using the PASSWORDDEFAULT algorithm (currently bcrypt).
📄️ How we handle payments
FOSSBilling does not directly handle any payment processing and card info is NOT stored in the FOSSBilling interface.