{"id":37013011,"url":"https://github.com/billabear/billabear","last_synced_at":"2026-01-14T01:16:10.618Z","repository":{"id":131543863,"uuid":"611669523","full_name":"billabear/billabear","owner":"billabear","description":"Subscription Management and Billing System","archived":false,"fork":false,"pushed_at":"2025-11-21T09:44:12.000Z","size":12566,"stargazers_count":708,"open_issues_count":1,"forks_count":47,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-11-21T11:21:16.698Z","etag":null,"topics":["billing","billing-system","generator","invoice-generator","parthenon","receipt","rest-api","saas","stripe","stripe-billing","subscription","subscription-management"],"latest_commit_sha":null,"homepage":"https://billabear.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/billabear.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"billabear","patreon":"billabear"}},"created_at":"2023-03-09T09:55:12.000Z","updated_at":"2025-11-21T09:44:16.000Z","dependencies_parsed_at":"2024-01-16T23:45:12.275Z","dependency_job_id":"8168f5a8-0594-4fc5-bed5-c9c458103d2d","html_url":"https://github.com/billabear/billabear","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":"getparthenon/skeleton","purl":"pkg:github/billabear/billabear","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billabear%2Fbillabear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billabear%2Fbillabear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billabear%2Fbillabear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billabear%2Fbillabear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billabear","download_url":"https://codeload.github.com/billabear/billabear/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billabear%2Fbillabear/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["billing","billing-system","generator","invoice-generator","parthenon","receipt","rest-api","saas","stripe","stripe-billing","subscription","subscription-management"],"created_at":"2026-01-14T01:16:09.695Z","updated_at":"2026-01-14T01:16:10.611Z","avatar_url":"https://github.com/billabear.png","language":"PHP","funding_links":["https://github.com/sponsors/billabear","https://patreon.com/billabear"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"450px\" src=\"https://ha-static-data.s3.eu-central-1.amazonaws.com/github-readme-logo-v2.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" style=\"text-align: center\"\u003e\n  \u003cstrong\u003eBillaBear - The Best Self-Hostable Billing System\u003c/strong\u003e\n\u003c/p\u003e\n\nBillaBear is a standalone Subscription Management and Billing System that integrates with Stripe. It provides a REST API\nallowing you to integrate it easily.\n\nYou can get the managed hosted version at https://www.billabear.com. The managed cloud hosted version gets updates on a regular basis while the open version on GitHub gets a new feature release every 6 months.\n\n## Documentation\n\n* [User Documentation](https://docs.billabear.com/user/) - How to use BillaBear as a user\n* [Technical Documentation](https://docs.billabear.com/technical/) - Technical information for hosting and integration\n* [Swagger](https://swagger.billabear.com) - The REST API docs for integration\n\n## Features\n\nMore features than you can shake a stick at, including:\n\n* Tax System (Thresholds, Multiple Tax Types, Country Tax Rules, State Tax Rules)\n* Workflow system\n* Plan Management\n* Subscription Management\n* Slack Integration\n* Invoice System\n* Hosted Checkout\n* Paylinks\n* Quotes\n* Mass Subscription Change System\n* Reports (Subscription, Lifetime Value, Churn)\n* Email Service Provider (EMSP) API integration (SendGrid, Mailgun, PostMark)\n* Email Template Management - Either via EMSP templates or twig templates\n* Document Management (Invoice, PDF, Quote) - Via Twig templates\n* Multiple Brand support\n* Multiple Currency Support\n* Multiple Language Support\n* Subscription Add-ons\n* Webhooks\n* Dunning\n* Vouchers\n* Credit notes\n* And more\n\n### Workflows\n\nWorkflows are a powerful feature of BillaBear. They allow you to integrate important tasks that have to be done during a process that, if it fails, you want to be able to retry later and resume with the rest of the process. This avoids manual developer intervention which can be time-consuming and frustrating.\n\nFor example, you might want a microservice to be called on a subscription creation to allow for the creation of resources.\n\nAnother example of where workflows are useful is when you're issuing refunds and for some reason the connection/API request fails. You can retry the refund later without requiring manual intervention.\n\n### Templates\n\nBillaBear uses Twig templates for the generation of documents such as invoices, quotes, and emails. This allows you to customise the look and feel of these documents to match your brands. It also allows for using the email service provider's templates. Both of these allow other departments other than tech to make minor changes - no more minor tickets to change the wording in an invoice or an email.\n\n### Tax Management\n\nBillaBear has a powerful tax system that allows you to set up tax rules for countries and states. This allows you to configure your tax system to match the legal requirements for your specific product type.\n\nEU Tax laws such as reverse charge and one-stop-shop are supported. And there is an integration with VAT Sense so you can automate the syncing of tax rules for the EU and countries other than US and Canada. \n\nThe system is aware of thresholds which are configurable per country and state. This allows you to set up the system to charge tax only when you reach a certain threshold. And you can configure it to receive notifications when a threshold is reached.\n\n### Pricing\n\nBillaBear allows you to have the pricing you want. \n\nPricing Examples:\n\n* A fixed price for a plan.\n* Sell packages, say 200,000 euros of revenue. Which can also be sold in usage so they are billed based on their previous month's usage.\n* Have tier volume pricing where the price per unit decreases as the volume increases.\n* Have stair pricing (called tier graduated) where the price per unit decreases as the volume increases but only after a certain volume.\n* Have tiered volume with a fixed fee and per unit fee.\n* Seats pricing where you charge per seat.\n\n### Customer Facing Frontend\n\nBillaBear allows you to use Stripe.JS by providing you a token that is registered with Stripe to be used with the customer. This allows you all the normal flexibility that Stripe.JS allows for.\n\n### Integrations\n\n* DocRaptor - PDF Generation\n* SendGrid - Email Service Provider\n* Mailgun - Email Service Provider\n* PostMark - Email Service Provider\n* Stripe - Payment Provider\n* VAT Sense - Tax Rules\n* Slack - Notifications\n* Xero - Accounting\n* EasyBill - Accounting\n* Mailchimp - Marketing\n* EmailOctopus - Marketing\n* FreshDesk - Help Desk\n* Zendesk - Help Desk\n\n### Feature Comparison Matrix\n\n| Feature                           | BillaBear | Lago Open Source | Lago Cloud | Stripe | ChargeBee | Recurly | KillBill |\n|-----------------------------------|-----------|------------------|------------|--------|-----------|---------|----------|\n| Usage Billing                     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| Tiered Pricing                    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| Stair Pricing                     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| Package Pricing                   | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| One-off Charges                   | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| **Payment Providers**             |           |                  |            |        |           |         |          |\n| Stripe                            | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| Adyen                             | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| PayPal                            | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| GoCardless                        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Invoice                           | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| **Finance**                       |           |                  |            |        |           |         |          |\n| Global Tax Support                | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Xero Integration                  | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| EasyBill Integration              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| FreshBooks Integration            | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Netsuite Integration              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Pipe Integration                  | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Quickbooks Integration            | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Sage Intacct Integration          | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| VatSense Integration              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Anrok Integration                 | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| **Help Desk**                     |           |                  |            |        |           |         |          |\n| FreshDesk                         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Grove                             | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Zendesk                           | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| **Communications**                |           |                  |            |        |           |         |          |\n| Transactional Emails              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| Full Control Over Email Templates | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Full Control Over PDF Templates   | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Choose PDF generation engine      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Mailgun Integration               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| SendGrid Integration              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Postmark Integration              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| SMS Notifications                 | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Slack Integration                 | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Zapier Integration                | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| EmailOctopus Integration          | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Mailchimp Integration             | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| **User Self-Service**             |           |                  |            |        |           |         |          |\n| Hosted Checkout Page              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Hosted Paylink Page               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| Hosted Details Management         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e               | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e    | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n| **Technical**                     |           |                  |            |        |           |         |          |\n| Self-Hostable                     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| Extendable                        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e         | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e      |\n| Slack Support                     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e       | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e              | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/3b/Eo_circle_green_checkmark.svg\" alt=\"Yes\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e     | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e        | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e      | \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cc/Cross_red_circle.svg\" alt=\"No\" width=\"20\"\u003e       |\n\n## Benefits for Developers\n\n* The ability to extend the platform to meet your needs.\n* A workflow system that allows you to add webhook events into your workflow to ensure that crucial events are handled.\n* The ability to define your own templates for emails and PDFs via Twig.\n* The ability for others to make easy changes to templates instead of it being a developer task.\n* The ability to define your own tax rules and rates which can make tax changes less painful.\n* The ability to choose which PDF generation engine you want to use.\n* And a lot more\n\n## How to Integrate\n\nTo start integrating with BillaBear you can use the REST API.\n\n* [Swagger Docs](https://swagger.billabear.com)\n* [Technical Documentation For API](https://docs.billabear.com/technical/)\n* [User Documentation](https://docs.billabear.com/user/)\n\n### SDKs\n\n* [PHP](https://github.com/billabear/php-sdk)\n* [Java](https://github.com/billabear/java-sdk)\n* [Go](https://github.com/billabear/go-sdk)\n* [JavaScript](https://github.com/billabear/javascript-sdk)\n* [Ruby](https://github.com/billabear/ruby-sdk)\n* [Python](https://github.com/billabear/python-sdk)\n\n## Getting Started\n\nTo get started using this repository you can get up and running using Docker and Docker Compose.\n\n### Host on Hostinger\n\n[![Deploy on Hostinger](https://assets.hostinger.com/vps/deploy.svg)](https://www.hostinger.com/vps/docker-hosting?compose_url=https://github.com/billabear/billabear/)\n\n### Host on DigitalOcean\n\nYou can deploy to DigitalOcean with just a click of the button below and it'll deploy using the DigitalOcean App Platform.\n\n[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/billabear/billabear/tree/main)\n\n### Docker Compose\n\nBillaBear is deployable using docker-compose using the docker-compose.yaml found in https://github.com/billabear/hosting-docker-compose.\n\n```\ngit clone git@github.com:billabear/hosting-docker-compose.git\ncd hosting-docker-compose\ndocker compose up -d\n```\n\n### Managed Cloud Hosting\n\nCurrently, there is no managed cloud hosting option if you're interested in it or want to offer managed cloud hosting then reach out to sales@billabear.com\n\n### Development\n\n```\ndocker compose up -d\n```\n\nThen go to http://localhost and follow the install instructions.\n\n## FAQ\n\n### Is BillaBear Open Source?\n\nIt's available free to use under the Fair Core License that adds restrictions on competing for 2 years.\n\nThere are arguments about whether these licences are open source or not, but generally for most of us what matters is: can we use it for free and can we modify it? And this is true for BillaBear.\n\n### Is it possible to have a customer that pays by invoice separately?\n\nYes! BillaBear allows you to define how a customer pays, which includes by invoice.\n\n### Is it possible to disable customer creation for countries?\n\nYes! You're able to do this.\n\n### Is it possible to only collect tax for a country once we've met the threshold?\n\nYes! BillaBear is aware of tax thresholds for countries and states.\n\nYou can also declare that you're collecting tax for a country even though you've not met the threshold.\n\n### How much control over templates will I have?\n\nComplete control. With the ability to define the templates using the Twig templating language, you're able to update them with ease. You're also able to use email service provider's templating systems.\n\n### Can I have a trial that once it ends doesn't automatically convert to a proper subscription?\n\nYes! With BillaBear you can have an automatically converted trial or a standalone trial.\n\n### Will I be able to see what subscriptions a payment is for?\n\nYes! BillaBear links payments to customers and the subscriptions they are for, as well as linking refunds from the payments.\n\n### Will I be able to handle tax rates changing?\n\nYes! BillaBear allows you to define the start and end date of a tax rule. This means you can define when a tax rate ends and the next one takes over. So if a tax rate does change, you're able to create the rule ahead of time and have it applied correctly automatically when the time comes.\n\n### Can I do usage-based billing?\n\nYes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillabear%2Fbillabear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillabear%2Fbillabear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillabear%2Fbillabear/lists"}