https://github.com/dreaddy/bpfw
A php framework to make creating business and other data heavy web applications as easy as possible
https://github.com/dreaddy/bpfw
business-solutions composer-package erp framework framework-php php
Last synced: 9 days ago
JSON representation
A php framework to make creating business and other data heavy web applications as easy as possible
- Host: GitHub
- URL: https://github.com/dreaddy/bpfw
- Owner: dreaddy
- License: other
- Created: 2022-12-29T19:30:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T11:04:30.000Z (over 1 year ago)
- Last Synced: 2024-12-06T10:46:02.884Z (about 1 year ago)
- Topics: business-solutions, composer-package, erp, framework, framework-php, php
- Language: JavaScript
- Homepage: https://bpfw.org
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
**Purpose of BPFW**
BPFW (Business Process Framework) is a free framework to create web hosted business apps. This can be a customized ERP Software, a SaaS application, a prototype for your new startup, backoffice applications, a backend for your online game and much more.
If you have to manage data, BPFW is a good solution.
It is made to be easy and fast. In most cases, you can focus on just writing the business logic.
With going through the installer and writing a handful of code lines, you can create a reliable replacement for your Spreadsheets and index cards within a few hours.
But you can also create serious business apps with it and save a lot of time and money.
It is written in PHP, so you are not losing the flexibility of a real programming language and if your webspace runs your website, it can also run BPFW.
BPFW also features a lot of stuff out of the box:
PDF Creation, User and rights management, l18n, Flexible and nested CRUD lists and dialogues, backups, cronjobs, (mass-)mailer, easy code first database creation and update, import/export, three designs and a lot more.
**Installation in a nutshell**
(for more details visit https://bpfw.org/getting-started)
1. composer require bpfw/bpfw
2. Create an empty database
3. Create an index.php in your root folder and add