Loading repository data…
Loading repository data…
abantecart / repository
AbanteCart is a free PHP based eCommerce solution for merchants to provide ability creating online business and sell products online quick and efficient. AbanteCart application is built and supported by experienced enthusiasts that are passionate about their work and contribution to rapidly evolving eCommerce industry. AbanteCart is more than just a shopping cart, it is rapidly growing eCommerce platform
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
👉 Explore the Live Demo
👉 Learn more at abantecart.com
mod_rewrite enabledClone 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:
❗ 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:
📌 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)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!