PHPackages                             hyde/hyde - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. hyde/hyde

ActiveProject[Framework](/categories/framework)

hyde/hyde
=========

Static Site Generator to rapidly create Blogs, Documentation Sites, and more, using Markdown and Blade.

v2.0.0(7mo ago)4493.2k—0%18[6 issues](https://github.com/hydephp/hyde/issues)MITPHPPHP ^8.2CI passing

Since Mar 21Pushed 3mo ago6 watchersCompare

[ Source](https://github.com/hydephp/hyde)[ Packagist](https://packagist.org/packages/hyde/hyde)[ Docs](https://hydephp.com)[ Fund](https://www.buymeacoffee.com/caen)[ Fund](https://opencollective.com/hydephp)[ RSS](/packages/hyde-hyde/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (118)Used By (0)

HydePHP - Elegant and Powerful Static Site Generator
====================================================

[](#hydephp---elegant-and-powerful-static-site-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/11708855057cdba3acdb62777f6510777de9a349bfc191b22f51b9b9cd27d483/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f687964652f6672616d65776f726b3f696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/hyde/framework)[![Total Downloads on Packagist](https://camo.githubusercontent.com/43635b32323cb5c82f7ca5f31c87f8fb8a246d23d9db31e2c7bafe7a40698a92/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f687964652f6672616d65776f726b)](https://packagist.org/packages/hyde/framework)[![License MIT](https://camo.githubusercontent.com/b2762f643d32b3f0bc9d5ccb98ac55303e798ed2be382faeb0fb2408d2c7913e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f687964657068702f68796465)](https://github.com/hydephp/hyde/blob/master/LICENSE.md)[![Test Coverage](https://camo.githubusercontent.com/86918397d4eb28be9c7b7a4dcb3c898a95b9768a652a0dc381be72a5c06e4e69/68747470733a2f2f636f6465636f762e696f2f67682f687964657068702f646576656c6f702f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d47364e32313631544f54)](https://codecov.io/gh/hydephp/develop)[![Test Suite](https://github.com/hydephp/develop/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/hydephp/develop/actions/workflows/continuous-integration.yml)

Make static websites, blogs, and documentation pages with the tools you already know and love.
----------------------------------------------------------------------------------------------

[](#make-static-websites-blogs-and-documentation-pages-with-the-tools-you-already-know-and-love)

### About HydePHP

[](#about-hydephp)

HydePHP is a content-first Laravel-powered console application that allows you to create static HTML pages, blog posts, and documentation sites, using your choice of Markdown and/or Blade.

Build sites in record-time with a full batteries-included TailwindCSS frontend that just works without any fuzz.

### Speed &amp; simplicity first, full control when you need it.

[](#speed--simplicity-first-full-control-when-you-need-it)

Hyde is all about letting you get started quickly by giving you a full-featured frontend starter kit, while also giving you the power and freedom of doing things the way you want to.

Markdown purist? That's all you need. Blade artisan? Go for it. Hyde comes with hand-crafted frontend templates, so you can focus on your content. You don't *need* to customize anything. But you *can* customize everything.

See the documentation and learn more at

Features
--------

[](#features)

### Content Creation

[](#content-creation)

- Create blog posts using Markdown and Front Matter.
- Create documentation pages from plain Markdown, no front matter needed!
- Create simple pages using Markdown, or create advanced ones using Laravel Blade.
- You can scaffold blog posts and Markdown pages to automatically fill in the front matter.
- You can also scaffold Blade pages to automatically use the default layout.

### Built-in Frontend

[](#built-in-frontend)

- Hyde comes with a TailwindCSS starter kit, so you can start making content right away.
- The starter kit is fully responsive, has a dark mode theme, and is customizable.
- The frontend is accessible to screen-readers and rich with semantic HTML and microdata.
- Hyde automatically chooses the right layout to use depending on the content being rendered.
- Hyde also fills in and creates content like navigation menus and sidebars automatically.

### Easy Asset Managing

[](#easy-asset-managing)

- The Hyde starter comes with [HydeFront](https://github.com/hydephp/hydefront) to serve the base stylesheet and JavaScript through the jsDelivr CDN.
- Hyde ships with precompiled and minified TailwindCSS styles in the app.css file, you can also load them through the CDN.
- This means that all the styles you need are already installed. However, if you want to customize the included Tailwind config, or if you add new Tailwind classes through Blade files, you can simply run the `npm run build` command to recompile the styles using the pre-configured Tailwind and Vite setup.

### Customization

[](#customization)

- You don't need to configure anything as Hyde is shipped with sensible defaults.
- You can, however, customize nearly everything. Here are just a few out of many examples:
- All frontend components and page layouts are created with Blade, so you can publish the vendor views, just like in Laravel.
- Override many of the dynamic content features like the menus and footer.

Getting Started - High-level overview
-------------------------------------

[](#getting-started---high-level-overview)

> See [Installation Guide](https://hydephp.com/docs/1.x/installation) and [Getting Started](https://hydephp.com/docs/1.x/getting-started) for the full details.

It's a breeze to get started with Hyde. Create a new Hyde project using Composer:

```
composer create-project hyde/hyde
```

Next, place your Markdown files in one of the content directories: `_posts`, `_docs`, and `_pages` which also accepts Blade files. You can also use the `hyde:make` commands to scaffold them.

When you're ready, run the build command to compile your static site which will save your HTML files in the `_site` directory.

```
php hyde build
```

Resources
---------

[](#resources)

### Changelog

[](#changelog)

Please see [CHANGELOG](https://github.com/hydephp/develop/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Contributing

[](#contributing)

HydePHP is an open-source project, contributions are very welcome!

Development is made in the HydePHP Monorepo, which you can find here .

### Security

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker, or use the GitHub [Security Advisory](https://github.com/hydephp/develop/security/advisories) page. All vulnerabilities will be promptly addressed.

### Credits

[](#credits)

- [Emma De Silva](https://github.com/emmadesilva), feel free to buy me a coffee!
- [All Contributors](../../contributors)

### License

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance73

Regular maintenance activity

Popularity41

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 88.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Recently: every ~32 days

Total

112

Last Release

229d ago

Major Versions

v0.64.0-beta → v1.0.0-RC.1.12023-03-07

v1.8.0 → v2.0.0-RC.12025-05-24

1.x-dev → v2.0.0-RC.42025-09-30

PHP version history (3 changes)v0.2.0-alphaPHP ^8.0

v1.0.0-RC.1.1PHP ^8.1

v2.0.0-RC.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/df85b90251df7e36624f90ea1647eb0822732b7acf1460c2be22a74f638091ed?d=identicon)[hydephp](/maintainers/hydephp)

---

Top Contributors

[![emmadesilva](https://avatars.githubusercontent.com/u/95144705?v=4)](https://github.com/emmadesilva "emmadesilva (1012 commits)")[![caendesilva](https://avatars.githubusercontent.com/u/225740250?v=4)](https://github.com/caendesilva "caendesilva (96 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![ydalton](https://avatars.githubusercontent.com/u/113905856?v=4)](https://github.com/ydalton "ydalton (1 commits)")

---

Tags

blog-enginedocumentation-generatorhydehydephplaravelphpstatic-site-generatortailwindtailwindcssframeworkHydestatic-site-generatorssghyde frameworkhydephpstatic site framework

### Embed Badge

![Health badge](/badges/hyde-hyde/health.svg)

```
[![Health](https://phpackages.com/badges/hyde-hyde/health.svg)](https://phpackages.com/packages/hyde-hyde)
```

###  Alternatives

[laravel-zero/laravel-zero

The Laravel Zero Framework.

3.9k43.3k3](/packages/laravel-zero-laravel-zero)[laracord/framework

The Laracord Framework.

455.6k1](/packages/laracord-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
