Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
Tag: Magento2
Magento 2: Create Product Programmatically
Creating more products in the admin is time taking and panic. Coding here which helps to create products running through command or hit in browser or setup in CRON so that it automatically create products. You can also use this for getting products data from a CSV and import into Magento. Scripting here in detail like writing all information in log which helps to debug data.
Magento 2: Display product review
Here i am writing code for displaying product review in Magento 2. So you can display product review in any page(phtml) like featured products, new products, best seller products, etc.
Magento 2: Category and product collection
Here I am writing code for category and product collection in Magento 2. Also, you can check how load product or category, get children products of the configurable product. You can see all the query related to product and category.
Magento 2: Check customer logged in
You can check user is logged in or not on the website through a user session in Magento 2. This piece of code is working in any file.
Magento 2: Commands
Magento 2 has one command-line interface that performs both installation and configuration tasks. Console component is one of the new features in Magento 2. Find various command here.