{"id":24511866,"url":"https://github.com/paulo-correia/wp_composer_install","last_synced_at":"2026-05-20T06:09:11.400Z","repository":{"id":134106204,"uuid":"230289464","full_name":"paulo-correia/WP_Composer_Install","owner":"paulo-correia","description":"WordPress Installation with Composer","archived":false,"fork":false,"pushed_at":"2019-12-26T16:05:46.000Z","size":3,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T00:42:39.007Z","etag":null,"topics":["composer","install","wordpress"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulo-correia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-26T15:51:33.000Z","updated_at":"2023-11-25T15:56:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"83698641-2a34-4816-b26e-327b6a2ceb3c","html_url":"https://github.com/paulo-correia/WP_Composer_Install","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulo-correia%2FWP_Composer_Install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulo-correia%2FWP_Composer_Install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulo-correia%2FWP_Composer_Install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulo-correia%2FWP_Composer_Install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulo-correia","download_url":"https://codeload.github.com/paulo-correia/WP_Composer_Install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243713416,"owners_count":20335567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","install","wordpress"],"created_at":"2025-01-22T00:42:52.765Z","updated_at":"2026-05-20T06:09:06.359Z","avatar_url":"https://github.com/paulo-correia.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Pré Requisitos:\n\nPHP\nComposer https://getcomposer.org/\nEditor de Texto de sua preferência\n\nEstá é a instalação **sempre** da última versão do WordPress no diretório onde estiver este config.json:\n\n```\n{\n    \"name\": \"paulo-correia/wp_composer_install\",\n    \"description\": \"Instalação do WordPress com o Composer\",\n    \"minimum-stability\": \"stable\",\n    \"license\": \"MIT\",\n    \"authors\": [\n           {\n            \"name\": \"Paulo Correia\",\n            \"role\": \"Developer\",\n            \"homepage\": \"https://github.com/paulo-correia\"\n        }\n    ],\n    \"config\": {\n        \"vendor-dir\": \"vendor\"\n    },\n    \"repositories\": [\n        {\n            \"type\": \"package\",\n                \"package\": {\n                    \"name\": \"paulo-correia/wordpress-pt_br\",\n                    \"version\": \"master\",\n\t                \"dist\": {\n                       \"type\": \"zip\",\n                        \"url\": \"https://br.wordpress.org/latest-pt_BR.zip\",\n                        \"reference\": \"master\"\n                    }\n               }         \n        },\n        {\n            \"type\":\"composer\",\n            \"url\":\"https://wpackagist.org\"         \n        }        \n    ],\n    \"require\": {\n        \"koodimonni/composer-dropin-installer\": \"dev-master\",\n        \"paulo-correia/wordpress-pt_br\": \"dev-master\"\n    },\n    \"extra\": {\n        \"dropin-paths\": {\n\t\t    \"/\": [\"vendor:paulo-correia\"]\n\t    }\n    }\n}\n\n```\nCaso queira pode inserir um plugin ou um tema, bastando alterar o config.json adicionando uma virgula após o ```\"paulo-correia/wordpress-pt_br\": \"dev-master\"```, inserindo uma nova linha e nesta colocar o tema ou plugin que quer instalar junto, exemplo:\n```\n      \"paulo-correia/wordpress-pt_br\": \"dev-master\",\n\t    \"wpackagist-theme/hueman\":\"*\"\n```\nNeste exemplo vai istalar o tema hueman.\n\nMais temas e plugins em [WordPress Packagist](https://wpackagist.org/)\n\nEste json, foi baseado na idéia do [rudwolf](https://github.com/rudwolf) repositório: [base-wp-repo](https://github.com/rudwolf/base-wp-repo/tree/language_version/pt_BR)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulo-correia%2Fwp_composer_install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulo-correia%2Fwp_composer_install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulo-correia%2Fwp_composer_install/lists"}