{"id":15509152,"url":"https://github.com/devuri/wp-app-skeleton","last_synced_at":"2025-09-19T01:12:32.301Z","repository":{"id":193960843,"uuid":"689802921","full_name":"devuri/wp-app-skeleton","owner":"devuri","description":"lightweight WordPress skeleton for your next WordPress web application.","archived":false,"fork":false,"pushed_at":"2023-12-30T13:04:52.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T22:09:39.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devuri.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":"2023-09-10T23:51:59.000Z","updated_at":"2023-09-11T01:52:55.000Z","dependencies_parsed_at":"2023-09-11T02:24:26.330Z","dependency_job_id":"f3ff7df9-1506-4acd-82da-8debdf7164e2","html_url":"https://github.com/devuri/wp-app-skeleton","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"775cd85971a9f16f4cf94eb14ca3595ded86856e"},"previous_names":["devuri/wp-app-skeleton"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/devuri/wp-app-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwp-app-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwp-app-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwp-app-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwp-app-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devuri","download_url":"https://codeload.github.com/devuri/wp-app-skeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwp-app-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275862877,"owners_count":25541903,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-02T09:41:31.607Z","updated_at":"2025-09-19T01:12:32.260Z","avatar_url":"https://github.com/devuri.png","language":"PHP","readme":"# A Lightweight WordPress Project Skeleton\n\nThis is a lightweight WordPress skeleton for your next WordPress web application. It aims to provide a clean and organized structure for managing WordPress projects, making it easier to develop, deploy, and maintain WordPress websites.\n\n\u003e Uses [wp-env-app](https://github.com/devuri/wp-env-app/)\n\n### Environment Variables Setup\n\nTo get started, create a `.env` file in the root directory of your project.\nIn this file, define the environment variables you wish to use as configuration constants, update the database credentials and other settings as needed.\n\n```shell\nWP_HOME='https://example.com'\nWP_SITEURL=\"${WP_HOME}\"\n\nWP_ENVIRONMENT_TYPE='production'\nDEVELOPER_ADMIN='0'\n\nMEMORY_LIMIT='256M'\nMAX_MEMORY_LIMIT='256M'\n\nDB_NAME=wp_dbName\nDB_USER=root\nDB_PASSWORD=\nDB_HOST=localhost\nDB_PREFIX=wp_\n```\n\n\u003e Full list of [Environment Variables](https://devuri.github.io/wp-env-config/env/)\n\n## Folder Structure\n\nHere's an overview of the directory structure used:\n\n```\n├── public              # Web server root directory\n│   ├── app             # WordPress core files (excluded from version control)\n│   │   ├── mu-plugins  # Must-use plugins directory\n│   │   ├── plugins     # WordPress plugins directory\n│   │   ├── uploads     # WordPress uploads directory\n│   │   ├── templates   # Custom themes directory\n│   │   └── themes      # WordPress themes directory\n│   ├── wp              # WordPress core files (excluded from version control)\n│   ├── .htaccess       # Web server configuration file\n│   ├── index.php       # WordPress entry point\n│   └── wp-config.php   # WordPress configuration file\n├── pubkey              # Public key used for encryption or verification purposes\n│   └── samplekey.pub   # Example key b75b666f-ac11-4342-b001-d2546f1d3a5b.pub\n├── storage             # Storage directory for backups, cache, and logs\n│   ├── cache           # Cache directory\n│   └── logs            # Logs directory\n│       └── wp-errors   # WordPress error logs\n├── vendor              # Composer dependencies directory\n├── .env                # Environment configuration file\n├── app.php             # Application configuration file\n├── bootstrap.php       # Bootstrap file\n├── composer.json       # Composer configuration file\n└── config.php          # Project configuration file overrides framework constants.\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fwp-app-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevuri%2Fwp-app-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fwp-app-skeleton/lists"}