{"id":19974259,"url":"https://github.com/jgauthi/wordpress_composer","last_synced_at":"2026-04-12T18:54:35.059Z","repository":{"id":162073364,"uuid":"139256221","full_name":"jgauthi/wordpress_composer","owner":"jgauthi","description":"Wordpress5 with composer","archived":false,"fork":false,"pushed_at":"2023-08-13T11:31:57.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T09:42:18.228Z","etag":null,"topics":["composer","php56","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgauthi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-06-30T14:35:48.000Z","updated_at":"2023-08-13T11:28:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"eaae4eb2-6dce-4683-9952-876e3905ec57","html_url":"https://github.com/jgauthi/wordpress_composer","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fwordpress_composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fwordpress_composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fwordpress_composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fwordpress_composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgauthi","download_url":"https://codeload.github.com/jgauthi/wordpress_composer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411426,"owners_count":19958746,"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","php56","wordpress"],"created_at":"2024-11-13T03:14:28.482Z","updated_at":"2026-04-12T18:54:30.027Z","avatar_url":"https://github.com/jgauthi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress with composer project\n\n## Prerequisites\n* The PHP version must be greater than or equal to PHP 7.4\n* The date.timezone parameter must be defined in php.ini or `public/wp-config.php`\n* If composer is not installed, install it following the instructions for [Linux/Unix/OSX](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) or [Windows](https://getcomposer.org/doc/00-intro.md#installation-windows).\n\nMore information on [WordPress website](https://wordpress.org/about/requirements/).\n\n_(Optional)_ For Makefile usage:\n* Make command: Under linux `sudo apt install build-essential` or for [Windows users](https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows/54086635)\n* [wp-cli](https://wp-cli.org)\n\n\n## Installation\nClone project into your own directory.\n\n```bash\nmake install\n\n# Without makefile\ncp public/wp-config.default.php public/wp-config.php\ncomposer install\n\n# You can add more WordPress plugin by completing the composer.json\ncomposer require wpackagist-plugin/plugin-name\n```\n\n\n## Configuration\nEdit the file `public/wp-config.php` with your own values for the following variables :\n\n* Database variables\n    * DB_NAME\n    * DB_USER\n    * DB_PASSWORD\n    * DB_HOST\n    * DB_CHARSET\n    * DB_COLLATE\n\nOn server configuration, set the DocumentRoot on Apache or Nginx to `public/` folder.\n\nBonus, you can edit some options on `public/wp-config.php`:\n* **Smtp configuration:** Uncomment the lines `SMTP_*` and complete the values.\n* **Proxy support:** Uncomment the lines `WP_PROXY_*` and complete values.\n* **Debug support:** On dev environnement, you can use the functions and features provided by the [component debug](https://github.com/jgauthi/component_debug), require `WP_DEBUG` to `true`.\n\n\n## Maintenance mode\nTo pass the site into maintenance mode,\n\n* Rename file: `.htaccess` to `.htaccess_standby`\n* Rename file: `.htaccess_maintenance` to `.htaccess`\n* Edit `.htaccess` file\n\t* Replace the domain (current platform)\n\t* Add Authorized IP\n\nTo stop maintenance mode, reverse rename `.htaccess` files.\n\n\n## Done\nEnjoy coding or just viewing the site\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fwordpress_composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgauthi%2Fwordpress_composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fwordpress_composer/lists"}