What are some popular and functional open-source PHP-based Shop systems available for use?

When looking for a PHP-based shop system, it is important to consider open-source options that are popular and functional. Some popular choices include WooCommerce, Magento, PrestaShop, and OpenCart. These systems offer a wide range of features, customization options, and support for various payment gateways, making them ideal for creating an online store.

// Example of implementing WooCommerce in PHP
require_once '/path/to/woocommerce/wp-load.php';

// Your custom code for setting up WooCommerce