{"id":13593592,"url":"https://github.com/alleyinteractive/mantle","last_synced_at":"2026-01-30T18:06:21.146Z","repository":{"id":38442835,"uuid":"261240189","full_name":"alleyinteractive/mantle","owner":"alleyinteractive","description":"Mantle is a framework for building large, robust websites and applications with WordPress ","archived":false,"fork":false,"pushed_at":"2026-01-26T17:02:06.000Z","size":3948,"stargazers_count":94,"open_issues_count":15,"forks_count":8,"subscribers_count":30,"default_branch":"develop","last_synced_at":"2026-01-26T19:29:05.955Z","etag":null,"topics":["mantle","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://mantle.alley.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alleyinteractive.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":"2020-05-04T16:38:17.000Z","updated_at":"2025-12-05T12:19:04.000Z","dependencies_parsed_at":"2023-11-30T21:27:25.634Z","dependency_job_id":"a29bee43-ac45-466f-880b-14b28e34b0a2","html_url":"https://github.com/alleyinteractive/mantle","commit_stats":{"total_commits":384,"total_committers":10,"mean_commits":38.4,"dds":"0.13020833333333337","last_synced_commit":"a312164a54b0cd5e5c95dc884c68481d745c0cf4"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/alleyinteractive/mantle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleyinteractive%2Fmantle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleyinteractive%2Fmantle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleyinteractive%2Fmantle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleyinteractive%2Fmantle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alleyinteractive","download_url":"https://codeload.github.com/alleyinteractive/mantle/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleyinteractive%2Fmantle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["mantle","wordpress","wordpress-plugin"],"created_at":"2024-08-01T16:01:21.915Z","updated_at":"2026-01-30T18:06:21.141Z","avatar_url":"https://github.com/alleyinteractive.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Mantle\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://d33wubrfki0l68.cloudfront.net/3bdfe485d84d4032b73fbb0b06cb0db6be881eee/79a09/logo.svg\" width=\"400\" alt=\"Mantle\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://packagist.org/packages/alleyinteractive/mantle-framework\"\u003e\n\t\t\u003cimg src=\"https://img.shields.io/packagist/v/alleyinteractive/mantle-framework.svg?style=flat-square\" alt=\"Latest Version on Packagist\" /\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/alleyinteractive/mantle/actions/workflows/all-pr-tests.yml-tests\"\u003e\n\t\t\u003cimg src=\"https://github.com/alleyinteractive/mantle/actions/workflows/all-pr-tests.yml/badge.svg\" alt=\"Testing Suite\" /\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\tMantle is a framework for building large, robust websites and applications with WordPress.\n\u003c/p\u003e\n\n## Background\n\nMantle is a framework designed to make WordPress development simpler with a more\ndelightful syntax. It is built for enterprise-level WordPress plugins and themes\nand is inspired largely by Laravel. Mantle is designed to be a standalone plugin\nthat integrates well with your theme, allowing your theme to focus on the styles\nand layout and leaving the rest of the functionality to be built within the\nMantle plugin.\n\nFor more information about the framework and how to get started using it, check\nout the [Mantle Documentation Site](https://mantle.alley.com/).\n\n## Installation\n\nMantle plugins should live in `wp-content/plugins/{site-slug}/` within a\nWordPress installation. You can add a copy of Mantle to your existing WordPress\nsite by running the following command:\n\n```bash\ncomposer create-project alleyinteractive/mantle my-site \\\n  --remove-vcs \\\n  --stability=dev \\\n  --no-cache \\\n  --no-interaction\n```\n\nAlternatively, you can use the Mantle Installer package and install Mantle (and\nWordPress optionally) automatically:\n\n```bash\nmantle new my-site\n```\n\nYou can also use a our\n[create-wordpress-project](https://github.com/alleyinteractive/create-wordpress-project)\nstarter kit to get a fully scaffolded `wp-content`-rooted WordPress project out\nof the box. For more information, see\n[Installation](https://mantle.alley.com/getting-started/installation.html).\n\n## Maintainers\n\nThis project is actively maintained by [Alley\nInteractive](https://github.com/alleyinteractive). Like what you see? [Come work\nwith us](https://alley.com/careers/).\n\n![Alley logo](https://avatars.githubusercontent.com/u/1733454?s=200\u0026v=4)\n\n## License\n\nThis software is released under the terms of the GNU General Public License\nversion 2 or any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falleyinteractive%2Fmantle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falleyinteractive%2Fmantle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falleyinteractive%2Fmantle/lists"}