{"id":13327,"date":"2023-11-01T16:53:03","date_gmt":"2023-11-01T20:53:03","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=13327"},"modified":"2023-11-01T16:53:06","modified_gmt":"2023-11-01T20:53:06","slug":"composer-cheat-sheet-commands-and-their-descriptions","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/","title":{"rendered":"Composer Cheat Sheet Commands and Their Descriptions"},"content":{"rendered":"\n

Here’s a Composer cheat sheet with some commonly used Composer commands and their descriptions:<\/p>\n\n\n\n

Certainly, here’s a cheat sheet with some commonly used Composer<\/a> commands and their descriptions:<\/p>\n\n\n\n

Initialize a New Composer Project:<\/strong><\/p>\n\n\n\n

$ composer init<\/code><\/pre>\n\n\n\n

This command initializes a new Composer project and creates a composer.json<\/code> file. It guides you through project setup, including package name, description, dependencies, and more.<\/p>\n\n\n\n

Install Dependencies:<\/strong><\/p>\n\n\n\n

$ composer install<\/code><\/pre>\n\n\n\n

Installs all the dependencies listed in the composer.json<\/code> file, including the versions specified.<\/p>\n\n\n\n

Update Dependencies:<\/strong><\/p>\n\n\n\n

$ composer update<\/code><\/pre>\n\n\n\n

Updates the dependencies to their latest versions as specified in composer.json<\/code>. Use this when you want to update packages without changing the version constraints.<\/p>\n\n\n\n

Require a Package:<\/strong><\/p>\n\n\n\n

$ composer require package-name<\/code><\/pre>\n\n\n\n

Adds a new package to your project and updates the composer.json<\/code> file. It also installs the package and its dependencies.<\/p>\n\n\n\n

Remove a Package:<\/strong><\/p>\n\n\n\n

$ composer remove package-name<\/code><\/pre>\n\n\n\n

Removes a package from your project, updates the composer.json<\/code> file, and uninstalls the package and its dependencies.<\/p>\n\n\n\n

Show Package Information:<\/strong><\/p>\n\n\n\n

$ composer show package-name<\/code><\/pre>\n\n\n\n

Displays detailed information about a specific package, including its version, dependencies, and more.<\/p>\n\n\n\n

Autoload Files and Classes:<\/strong><\/p>\n\n\n\n

$ composer dump-autoload<\/code><\/pre>\n\n\n\n

Regenerates the Composer autoload file. Use this when you add new classes or files to your project to ensure they are autoloaded correctly.<\/p>\n\n\n\n

Check for Updates:<\/strong><\/p>\n\n\n\n

shellCopy codecomposer outdated <\/code><\/p>\n\n\n\n

$ composer outdated<\/code><\/pre>\n\n\n\n

Lists packages that have newer versions available. It helps you identify which packages can be updated to the latest versions.<\/p>\n\n\n\n

Search for Packages:<\/strong><\/p>\n\n\n\n

$ composer search keyword<\/code><\/pre>\n\n\n\n

Searches for packages on Packagist (the default Composer repository) based on a keyword. It helps you discover packages that match your needs.<\/p>\n\n\n\n

Create a Composer Lock File:<\/strong><\/p>\n\n\n\n

$ composer lock<\/code><\/pre>\n\n\n\n

Generates or updates the composer.lock<\/code> file, which records the exact versions of packages currently installed. This is used to ensure consistent package versions across environments.<\/p>\n\n\n\n

Show Dependency Tree:<\/strong><\/p>\n\n\n\n

$ composer show --tree<\/code><\/pre>\n\n\n\n

Displays a tree view of all the dependencies in your project, making it easy to understand the relationship between packages.<\/p>\n\n\n\n

Update Composer Itself:<\/strong><\/p>\n\n\n\n

$ composer self-update<\/code><\/pre>\n\n\n\n

Updates the Composer application to the latest version. This ensures that you’re using an up-to-date Composer tool.<\/p>\n\n\n\n

Run Scripts:<\/strong><\/p>\n\n\n\n

$ composer run-script script-name<\/code><\/pre>\n\n\n\n

Executes a custom script defined in the composer.json<\/code> file. You can use this for various project-specific tasks and automation.<\/p>\n\n\n\n

Initialize a New Composer Project from a Template:<\/strong><\/p>\n\n\n\n

$ composer create-project vendor\/package project-directory<\/code><\/pre>\n\n\n\n

Creates a new project by cloning a template repository from a vendor (e.g., GitHub) and initializes it with Composer.<\/p>\n\n\n\n

Show Installed Packages:<\/strong><\/p>\n\n\n\n

$ composer show --all<\/code><\/pre>\n\n\n\n

Lists all installed packages and their versions, including the root package and its dependencies.<\/p>\n\n\n\n

Clear Composer Cache:<\/strong><\/p>\n\n\n\n

$ composer clear-cache<\/code><\/pre>\n\n\n\n

Clears the Composer cache, which can be useful if you encounter issues or want to free up disk space.<\/p>\n\n\n\n

This composer cheat sheet covers some of the most commonly used Composer commands. Composer is a powerful dependency management tool that streamlines the process of managing packages and dependencies in your PHP<\/a> projects. You can use these commands to initiate, manage, and optimize your Composer-driven projects efficiently.<\/p>\n","protected":false},"excerpt":{"rendered":"

Here’s a Composer cheat sheet with some commonly used Composer commands and their descriptions: Certainly, here’s a cheat sheet with some commonly used Composer commands and their descriptions: Initialize a…<\/p>\n","protected":false},"author":1,"featured_media":13383,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,4,16],"tags":[1275,350,424,433,1276,449,452,471,544,545,591],"yoast_head":"\nComposer Cheat Sheet Commands and Their Descriptions<\/title>\n<meta name=\"description\" content=\"Here is the easy to follow Composer cheat sheet showing the available commands and their respective descriptions\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Composer Cheat Sheet Commands and Their Descriptions\" \/>\n<meta property=\"og:description\" content=\"Here is the easy to follow Composer cheat sheet showing the available commands and their respective descriptions\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-01T20:53:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-01T20:53:06+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\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\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"Composer Cheat Sheet Commands and Their Descriptions\",\"datePublished\":\"2023-11-01T20:53:03+00:00\",\"dateModified\":\"2023-11-01T20:53:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/\"},\"wordCount\":446,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg\",\"keywords\":[\"Composer\",\"Libraries\",\"Open Source\",\"Optimization\",\"Package Management\",\"Performance\",\"PHP\",\"Programming\",\"Software development\",\"Software Engineering\",\"Tools\"],\"articleSection\":[\"Articles\",\"Cheatsheets\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/\",\"url\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/\",\"name\":\"Composer Cheat Sheet Commands and Their Descriptions\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg\",\"datePublished\":\"2023-11-01T20:53:03+00:00\",\"dateModified\":\"2023-11-01T20:53:06+00:00\",\"description\":\"Here is the easy to follow Composer cheat sheet showing the available commands and their respective descriptions\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg\",\"width\":1280,\"height\":680,\"caption\":\"Composer Cheat Sheet\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Composer Cheat Sheet Commands and Their Descriptions\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Composer Cheat Sheet Commands and Their Descriptions","description":"Here is the easy to follow Composer cheat sheet showing the available commands and their respective descriptions","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":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/","og_locale":"en_US","og_type":"article","og_title":"Composer Cheat Sheet Commands and Their Descriptions","og_description":"Here is the easy to follow Composer cheat sheet showing the available commands and their respective descriptions","og_url":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2023-11-01T20:53:03+00:00","article_modified_time":"2023-11-01T20:53:06+00:00","og_image":[{"width":1280,"height":680,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"Composer Cheat Sheet Commands and Their Descriptions","datePublished":"2023-11-01T20:53:03+00:00","dateModified":"2023-11-01T20:53:06+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/"},"wordCount":446,"commentCount":0,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg","keywords":["Composer","Libraries","Open Source","Optimization","Package Management","Performance","PHP","Programming","Software development","Software Engineering","Tools"],"articleSection":["Articles","Cheatsheets","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/","url":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/","name":"Composer Cheat Sheet Commands and Their Descriptions","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg","datePublished":"2023-11-01T20:53:03+00:00","dateModified":"2023-11-01T20:53:06+00:00","description":"Here is the easy to follow Composer cheat sheet showing the available commands and their respective descriptions","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Composer-Cheat-Sheet.jpg","width":1280,"height":680,"caption":"Composer Cheat Sheet"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/composer-cheat-sheet-commands-and-their-descriptions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"Composer Cheat Sheet Commands and Their Descriptions"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13327"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=13327"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13327\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/13383"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=13327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=13327"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=13327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}