AbanteCart is a free and open-source eCommerce platform designed to power modern online retail and digital commerce. Whether you're launching your first store or developing a complex eCommerce solution, AbanteCart offers a robust and extensible foundation.
- 🧩 Modular, extensible architecture
- ⚡ Lightweight, fast, and secure
- 📦 Rich feature set with a user-friendly admin interface
- 🎯 Built for developers and business owners
👉 Explore the Live Demo
👉 Learn more at abantecart.com
- PHP 8.2.x
- MySQL 8.0+ or MariaDB 10.5+
- Apache or Nginx
mod_rewriteenabled
-
Clone the repository:
git clone https://github.com/abantecart/abantecart-src.git
-
Web installation
Place contents of `/public_html` in your web root directory. Open your browser and navigate to: http://localhost/abantecart-src/public_html/ Follow the web installer instructions. -
or CLI installation:
cd /path/server/htdocs/ php ./install/cli_install.php install --db_host=127.0.0.1 --db_user=**** --db_password=**** --db_name=**** --db_driver=amysqli --db_prefix=abc_ --admin_path=admin --username=admin --password=admin --email=admin@admin.com --http_server=https://your_domain/ --with-sample-data=abantecart_sample_data.sql
📚 Detailed instructions: Installation Guide
Before submitting an issue, please:
- Search the AbanteCart forum
- Check existing GitHub issues
- Review the changelog
- Confirm it’s not an issue with your hosting/server environment
❗ Security Issues
Please do not post security issues publicly. Contact a moderator privately via the AbanteCart site.
Have an idea or enhancement in mind?
Share your suggestions on our Community Forum.
We welcome contributions! Follow these steps:
- Fork the repo
- Create a feature branch
- Submit a pull request to the appropriate development branch
📌 Please follow PHP coding standards and include meaningful commit messages.
AbanteCart uses four-part versioning: MAJOR.MINOR.BUILD.REVISION
MAJOR– Breaking changes or complete rewritesMINOR– Significant changes to coreBUILD– New features (safe upgrade path)REVISION– Bug fixes (safe for all)
- Stay updated by subscribing to our newsletter on abantecart.com (footer).
Distributed under the Open Software License (OSL 3.0).
AbanteCart is maintained by a passionate team of developers and contributors.
Help us build the future of open-source commerce!