-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
Below are the most common questions asked about PHPCRM along with solutions and helpful details.
Yes. PHPCRM Open-Source is completely free and can be used commercially for client projects.
⚠ Only restriction: You cannot resell the CRM as a standalone paid software product.
| Open-Source | Cloud |
|---|---|
| Free | Paid subscription |
| Self-hosted | Hosted by PHPCRM |
| Manual setup | Instant setup |
| Manual updates | Automatic updates |
| Community support | Priority support |
See full installation steps here:
👉 Installation Guide
Basic steps:
- Upload CRM files to hosting / localhost
- Create database & import SQL
- Update
/app/config/database.php - Open CRM in browser
| admin@phpcrm.com | |
|---|---|
| Password | 123456 |
Yes. UI, database, modules and business logic can be customized.
See: 👉 Customization Guide
Yes. PHPCRM Cloud includes:
- Hosting
- Security
- Backups
- Updates
- Support Try here: https://www.phpcrm.com/cloud/
Yes. Data migration is supported.
Contact team for migration assistance.
PHP 7.4+ required
PHP 8.0+ recommended
See: 👉 System Requirements
Because the domain is not pointing to the /public folder.
Fix:
- Set document root to
/public
Ensure:
- A new empty database is created
- No existing tables or sample data exist
- SQL file imported from
/database/phpcrm_install.sql
Change password directly in database table users by updating password with a new bcrypt hashed value or reinstall CRM.
📩 Contact: https://www.phpcrm.com/contact/
Support for Cloud customers is priority-based.
Create an issue on GitHub or contact the team anytime.
Thank you for using PHPCRM ❤️