{"id":306811,"date":"2021-10-05T08:42:59","date_gmt":"2021-10-05T08:42:59","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=306811"},"modified":"2022-08-01T07:29:20","modified_gmt":"2022-08-01T07:29:20","slug":"how-to-install-webkul-akeneo-connector-via-composer","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/","title":{"rendered":"How to install Webkul Akeneo Connector via Composer?"},"content":{"rendered":"\n<p>In this blog, we will discuss How to install Webkul Akeneo Connector via Composer?<\/p>\n\n\n\n<p>If you have purchased Webkul Akeneo Connector and want to install it via composer, then no need to worry about this, The solution is here.<\/p>\n\n\n\n<p>You just need to follow a few steps and the Webkul Akeneo connector will be installed via composer. <\/p>\n\n\n\n<p>I am taking the example of the webkul\/shopifyconnector connector to install via composer. for all others its similar just change the name.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong><em>Note: Akeneo version must be 4. x or later<\/em><\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 1:  GET the Access Keys<\/strong><\/h4>\n\n\n\n<p>Ask for the access keys of the Akeneo Connectors for composer installation from the support@webkul.com<\/p>\n\n\n\n<p>you will get the access key like this<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Username: b83d461dc568a5f1f7f71d302489de0b\nPassword: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 2: <em>Add our repository and  installation script in your&nbsp;Akeneo <kbd>composer.json<\/kbd><\/em><\/strong>,<\/h4>\n\n\n\n<p>following scripts path may change according to the connector path, afterward, you will find this in the related connector documentation section.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;scripts&quot;: {\n        &quot;post-update-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/shopifyconnector\/src\/Webkul\/ShopifyBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-install-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/shopifyconnector\/src\/Webkul\/ShopifyBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-create-project-cmd&quot;: &#091;\n          &quot;vendor\/webkul\/shopifyconnector\/src\/Webkul\/ShopifyBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n       ]\n   },\n  &quot;repositories&quot;: &#091;{\n    &quot;type&quot;: &quot;composer&quot;,\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\n  }]\n}<\/pre>\n\n\n\n<p>e.g. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"878\" height=\"474\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png\" alt=\"composer\" class=\"wp-image-329687\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png 878w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer-300x162.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer-250x135.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer-768x415.png 768w\" sizes=\"(max-width: 878px) 100vw, 878px\" loading=\"lazy\" \/><figcaption>add repositories and scripts in Composer.json <\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 3: Install the extension using composer.<\/strong><\/h4>\n\n\n\n<p>Run the composer install command.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require vendor\/extension_name<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">e.g.  composer require webkul\/shopifyconnector<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 4: Fill the authentication.<\/strong><\/h4>\n\n\n\n<p>Then it will ask you to enter authentication credentials (<strong>keys username<\/strong>&nbsp;and&nbsp;<strong>password<\/strong>&nbsp;as shown in the screenshot)<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"939\" height=\"282\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/image-3.png\" alt=\"image-3\" class=\"wp-image-310314\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/image-3.png 939w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/image-3-300x90.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/image-3-250x75.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/10\/image-3-768x231.png 768w\" sizes=\"(max-width: 939px) 100vw, 939px\" loading=\"lazy\" \/><figcaption>Authentication<\/figcaption><\/figure>\n\n\n\n<p>After successfully enter the Username and as well as Password,  webkul connector will download, and install using script.<\/p>\n\n\n\n<p>Note: Composer command should be run with the <strong>php user,<\/strong> and <strong>php user<\/strong> must have the permission to write in the akeneo directory.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 5:  Success Message<\/strong><\/h4>\n\n\n\n<p>After successfully, run the above command, it will show you the following message.<\/p>\n\n\n\n<p><mark style=\"background-color:rgba(0, 0, 0, 0);color:#177f17\" class=\"has-inline-color\">Cheers! Successfully Installed the ShopifyBundle Webkul Bundle<\/mark><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 6: Clear Browser cache<\/strong><\/h4>\n\n\n\n<p>Clear the browser cache \/ hardreload (cmd\/ctrl + shift + R)  of your browser to see the changes. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>If you will face any issue raise a ticket over support@webkul.com<\/p>\n\n\n\n<p>Thank you!<\/p>\n\n\n\n<p>Please explore our&nbsp;<a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Development Services<\/a>&nbsp;and Quality&nbsp;<a href=\"https:\/\/store.webkul.com\/Akeneo.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Extensions<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we will discuss How to install Webkul Akeneo Connector via Composer? If you have purchased Webkul Akeneo Connector and want to install it via composer, then no need to worry about this, The solution is here. You just need to follow a few steps and the Webkul Akeneo connector will be installed <a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":189,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709,1],"tags":[3649,6000,7702],"class_list":["post-306811","post","type-post","status-publish","format-standard","hentry","category-akeneo","category-uncategorized","tag-akeneo","tag-akeneo-connector","tag-akeneo-pim"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Install Webkul Akeneo Connector via Composer Command || Article<\/title>\n<meta name=\"description\" content=\"Now you can install the Webkul Akeneo Connector via the composer command. It will help you to easily manage your Akeneo PIM.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Webkul Akeneo Connector via Composer Command || Article\" \/>\n<meta property=\"og:description\" content=\"Now you can install the Webkul Akeneo Connector via the composer command. It will help you to easily manage your Akeneo PIM.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-05T08:42:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-01T07:29:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png\" \/>\n<meta name=\"author\" content=\"Navneet Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Navneet Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"},\"author\":{\"name\":\"Navneet Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c\"},\"headline\":\"How to install Webkul Akeneo Connector via Composer?\",\"datePublished\":\"2021-10-05T08:42:59+00:00\",\"dateModified\":\"2022-08-01T07:29:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"},\"wordCount\":318,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png\",\"keywords\":[\"Akeneo\",\"Akeneo Connector\",\"Akeneo PIM\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\",\"name\":\"Install Webkul Akeneo Connector via Composer Command || Article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png\",\"datePublished\":\"2021-10-05T08:42:59+00:00\",\"dateModified\":\"2022-08-01T07:29:20+00:00\",\"description\":\"Now you can install the Webkul Akeneo Connector via the composer command. It will help you to easily manage your Akeneo PIM.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png\",\"width\":878,\"height\":474,\"caption\":\"composer\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Webkul Akeneo Connector via Composer?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c\",\"name\":\"Navneet Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Navneet Kumar\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/navneetkumar-symfony813\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install Webkul Akeneo Connector via Composer Command || Article","description":"Now you can install the Webkul Akeneo Connector via the composer command. It will help you to easily manage your Akeneo PIM.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/","og_locale":"en_US","og_type":"article","og_title":"Install Webkul Akeneo Connector via Composer Command || Article","og_description":"Now you can install the Webkul Akeneo Connector via the composer command. It will help you to easily manage your Akeneo PIM.","og_url":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-10-05T08:42:59+00:00","article_modified_time":"2022-08-01T07:29:20+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png","type":"","width":"","height":""}],"author":"Navneet Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Navneet Kumar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/"},"author":{"name":"Navneet Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c"},"headline":"How to install Webkul Akeneo Connector via Composer?","datePublished":"2021-10-05T08:42:59+00:00","dateModified":"2022-08-01T07:29:20+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/"},"wordCount":318,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png","keywords":["Akeneo","Akeneo Connector","Akeneo PIM"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/","url":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/","name":"Install Webkul Akeneo Connector via Composer Command || Article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png","datePublished":"2021-10-05T08:42:59+00:00","dateModified":"2022-08-01T07:29:20+00:00","description":"Now you can install the Webkul Akeneo Connector via the composer command. It will help you to easily manage your Akeneo PIM.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/04\/composer.png","width":878,"height":474,"caption":"composer"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Webkul Akeneo Connector via Composer?"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c","name":"Navneet Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Navneet Kumar"},"url":"https:\/\/webkul.com\/blog\/author\/navneetkumar-symfony813\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/306811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/189"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=306811"}],"version-history":[{"count":14,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/306811\/revisions"}],"predecessor-version":[{"id":346368,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/306811\/revisions\/346368"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=306811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=306811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=306811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}