| File | Date | Author | Commit |
|---|---|---|---|
| .idea | 2021-03-30 |
|
[9dcd04] Initial commit |
| api | 2021-03-30 |
|
[9dcd04] Initial commit |
| public | 2021-05-28 |
|
[5d770e] sql, side-view updates |
| .env.example | 2021-03-30 |
|
[9dcd04] Initial commit |
| .gitignore | 2021-03-30 |
|
[9dcd04] Initial commit |
| LICENSE | 2021-03-30 |
|
[9dcd04] Initial commit |
| README.md | 2021-05-03 |
|
[d0645e] Update README.md |
| build.json | 2021-04-05 |
|
[368955] build.json changes updated |
| composer.json | 2021-05-13 |
|
[3fde33] admin access updates |
| composer.lock | 2021-03-30 |
|
[9dcd04] Initial commit |
An Open-source Booking Management Platform (http://www.minical.io)
miniCal is an open-source CRM with Booking Management baked-in. It's primarily designed for startups launching B2B SaaS business, but individual businesses can use it also.
Pretty much all businesses that's deal with CRM + appointment-scheduling can use miniCal. Some examples are: Hotels, hair salons, car rentals, and yoga studios.

miniCal documentation is available here minical.doc.
...and plenty more extensions to add from our marketplace !

https://github.com/minical/minical or clone it locally.http://your-server.com/install.php in your browser and create an admin account.Visit miniCal Demo.
miniCal follows Codeigniter Style Guide.
Any contribution for a new feature or an improvement will be appreciated.
Do you have an idea of an extension that might be a great addon to miniCal community?
Follow Extension development guide.
Get support. exchange ideas with our growing dev community. Join us on Discord.
Explore the extension of miniCal on miniCal Marketplace.
The version is broken down into 4 points e.g 1.2.3.4 We use MAJOR.MINOR.FEATURE.PATCH to describe the version numbers.
A MAJOR is very rare, it would only be considered if the source was effectively re-written or a clean break was desired for other reasons. This increment would likely break most 3rd party modules.
A MINOR is when there are significant changes that affect core structures. This increment would likely break some 3rd party modules.
A FEATURE version is when new extensions or features are added (such as a payment gateway, shipping module etc). Updating a feature version is at a low risk of breaking 3rd party modules.
A PATCH version is when a fix is added, it should be considered safe to update patch versions e.g 1.2.3.4 to 1.2.3.5