Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Boxbilling | 701 | 11 days ago | 178 | apache-2.0 | PHP | |||||
BoxBilling - Open source billing and client management software | ||||||||||
Solidinvoice | 432 | 13 hours ago | 30 | March 29, 2020 | 34 | mit | PHP | |||
Simple and elegant invoicing solution. | ||||||||||
Fossbilling | 295 | 12 hours ago | 130 | apache-2.0 | PHP | |||||
Empower your hosting business with FOSSBilling, the free and open-source solution for efficient billing and client management. | ||||||||||
Smartvpn Billing | 248 | 3 years ago | 47 | mit | CSS | |||||
Billing and auth system for VPN provider | ||||||||||
Limestone | 227 | 9 days ago | 3 | mit | Ruby | |||||
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration. | ||||||||||
Docker Ice | 169 | 3 years ago | 12 | apache-2.0 | Dockerfile | |||||
A Dockerized version of Ice, Netflix's AWS Usage tool. | ||||||||||
Aws Elk Billing | 142 | 6 years ago | 2 | December 18, 2016 | 8 | Shell | ||||
Tools for Loading and Visualizing AWS Detailed Billing with ELK(Elasticsearch, Logstash, Kibana) | ||||||||||
Limestone Accounts | 96 | 2 years ago | mit | Ruby | ||||||
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts. | ||||||||||
Killbill Cloud | 57 | 20 days ago | 20 | August 09, 2022 | 13 | apache-2.0 | Ruby | |||
Kill Bill deployment utilities | ||||||||||
Yeti Web | 37 | 14 hours ago | 41 | Ruby | ||||||
Yeti admin interface |
Warning FOSSBilling is under active development but is currently very much beta software, there may be stability or security issues and it is not recommended for use in active production environments yet!
FOSSBilling is a free open source, billing and client management solution. Whatever the size of your online services business, whether a startup or established, FOSSBilling can help you to automate your invoicing, incoming payments, and client management and communication.
If you run a web hosting business and are looking for an open-source alternative for billing and client management, then FOSSBilling is the answer. Although it is mostly used as a solution for hosting businesses, there is no reason why you can't use FOSSBilling for any other kind of online business, like digital downloads.
FOSSBilling is designed to be extensible and to integrate easily with your favorite server management software and payment gateways.
This is self-hosted software that is free for anyone to install All you need is a some basic knowledge, a web server, running PHP and a MySQL database. For more details, check the requirements section.
The following environment is highly recommended for running FOSSBilling. It may be possible to install and run the software in other environments, but it will be untested and unsupported.
Installing FOSSBilling is pretty easy. Depending on how you plan to use it there are three different ways to install it:
If you're planning to use FOSSBilling in a production environment (see the disclaimers above) then this will likely be the best option for you. They are not actual releases, but the preview builds are the most secure and stable versions currently available.
First, you should download the latest preview build. Unlike the source code, these preview builds already include the Composer packages, so you won't need to run Composer to install PHP packages. This is perfect if you are using shared hosting as you might not have the ability to run Composer yourself.
You can either download the .tar file to your local computer and then upload it to your server using FTP, or download it directly to your web server using wget or git clone. In either case, you will need to extract the contents into the public folder of your site (usually, that's called "htdocs" or "public_html").
Your web directory's structure should now look like this:
Next, you will also need to create a new empty MySQL database using the command line, or from your server control panel. Make a note of the database name, database user, and password, you will need them in the next step.
Now, you have everything ready to start the installation of FOSSBilling, navigate to your domain using a web browser, and simply follow the on-screen instructions to complete the installation using the web installer. Ta-da, you've done it!
To install the latest development version of FOSSBilling, you will need to get the latest up-to-date ZIP archive from the Github repository.
You can either download the .zip file to your local computer and then upload it to your server using FTP, or download it directly to your web server using wget or git clone. In either case, you will need to unzip it and make sure that the files contained in the archive are in the public folder of your site (usually, that's called "htdocs" or "public_html").
Your web directory's structure should now look like this:
Next, you will also need to create a new empty MySQL database using the command line, or from your server control panel. Make a note of the database name, database user, and password, you will need them later.
We do not store the Composer packages in our GitHub repository, we use Composer for that. Composer is a dependency manager for PHP, just like the NPM of Node.js, or PIP of Python.
If you don't have Composer installed, or it's your first time using it, you probably should read Composer's getting started guide.
If you've already installed Composer, head over to the folder where you copied the content of the "src" folder, and run the following command to download the required packages to your web server:
$ composer install
Just as with Composer (see above) we do not store the final artifacts in our source repo. To build them make sure you have Node.js installed.
Head over to your root directory and run
$ npm install
$ npm run build
Now, you have everything ready to start the installation of FOSSBilling,. Navigate to your domain using a web browser, and simply follow the on-screen instructions to complete the installation using the web installer. Ta-da, you've done it!
We have developed an official Docker image, however, it should be noted that both the image and FOSSBilling are currently undergoing significant development and should not be considered production ready.
The image and install instructions can be found here.
Welcome, fellow developer!
First of all, thank you for your interest, and for taking your time to contribute to FOSSBilling.
FOSSBilling is undergoing a revival and major code update. We are making steps forward day by day but there is still a lot of work to do, and we are happy to welcome new contributors.
We have a set of guidelines for those wishing to contribute to FOSSBilling, and we encourage you to take a look at them here: contributors' guidelines.
Your pull requests will be highly welcomed. If you're looking for something to start with, you can check the open issues on our GitHub repository.
Got questions? Found a bug? Ideas for improvements?
Don't hesitate to create an issue, or join us on Discord to say hi.
Not a developer? Feel free to help by starring the repository. It helps us catch the attention of new developers who'd like to contribute.
FOSSBilling is open source software and is released under the Apache v2.0 license. See LICENSE for the full license terms.
This product includes the following third party work: