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 protected] --http_server=https://your_domain/ --with-sample-data=abantecart_sample_data.sql
π Detailed instructions: Installation Guide
- π Developer Docs
- π‘ Community Forum
- π§© Extension Marketplace
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).
- π Official Website
- π Documentation
- π§© Extension Marketplace
- π£οΈ Community Forum
- π₯ YouTube Tutorials
AbanteCart is maintained by a passionate team of developers and contributors.
Help us build the future of open-source commerce!