Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydephp/framework
The HydePHP Framework
https://github.com/hydephp/framework
framework generator laravel open-source php php-framework php-library site ssg static static-site-generator
Last synced: about 3 hours ago
JSON representation
The HydePHP Framework
- Host: GitHub
- URL: https://github.com/hydephp/framework
- Owner: hydephp
- License: mit
- Created: 2022-03-21T20:35:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T11:35:52.000Z (about 1 month ago)
- Last Synced: 2025-01-29T06:51:48.587Z (5 days ago)
- Topics: framework, generator, laravel, open-source, php, php-framework, php-library, site, ssg, static, static-site-generator
- Language: PHP
- Homepage: https://hydephp.com
- Size: 4.07 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# HydePHP - The Core Framework
![framework](https://user-images.githubusercontent.com/95144705/172196099-b5604f9b-90aa-4fac-bd17-b5a150ebf8f5.png)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/hyde/framework?include_prereleases)](https://packagist.org/packages/hyde/framework)
[![Total Downloads on Packagist](https://img.shields.io/packagist/dt/hyde/framework)](https://packagist.org/packages/hyde/framework)
[![License MIT](https://img.shields.io/github/license/hydephp/hyde)](https://github.com/hydephp/hyde/blob/master/LICENSE.md)
[![Test Coverage](https://codecov.io/gh/hydephp/develop/branch/master/graph/badge.svg?token=G6N2161TOT)](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)## About
HydePHP is a content-first Laravel-powered Static Site Builder that allows you to create static HTML pages, blog posts, and documentation sites using Markdown.
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.> Note: This repository contains the core code of the Hyde framework. If you want to build an application using Hyde, visit the [main Hyde repository](https://github.com/hydephp/hyde) which also serves as a template to get started quickly.
### Links & Media
Hyde has already been featured in [Laravel News](https://laravel-news.com/hydephp-is-a-laravel-powered-static-site-generator) and the [Laravel News Podcast](https://laravel-news.com/podcast/836911), the [Symfony Station Communique](https://www.symfonystation.com/Symfony-Station-Communique-13-May-2022), and in the [JetBrains PhpStorm blog](https://blog.jetbrains.com/phpstorm/2024/03/php-annotated-february-march-2024/). You can find several tutorials on [DEV Community](https://dev.to/t/hydephp) and learn much more on the [HydePHP website](https://hydephp.com) and [official documentation](https://hydephp.com/docs).
### Repositories
- [HydePHP/Framework](https://github.com/hydephp/framework) - The core project contains the brains of Hyde and is not intended to be used as a standalone. Use together with Hyde/Hyde. Equivalent to Laravel/Framework
- [HydePHP/Hyde](https://github.com/hydephp/hyde) - The Hyde project repo. This is the repository you should start with if you want to build an application using Hyde. This repo is what the installer uses. Equivalent to Laravel/Laravel
- [HydePHP/Hydefront](https://github.com/hydephp/hydefront) - The Hyde frontend assets. Extracted from the HydePHP/Framework repo to improve testing and allow for easier deployment using a CDN.## Resources
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
### Contributing
HydePHP is an open-source project, contributions are very welcome!
Development is made in the HydePHP Monorepo, which you can find here https://github.com/hydephp/develop.
### Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
All vulnerabilities will be promptly addressed.### Credits
- [Caen De Silva](https://github.com/caendesilva)
- [All Contributors](../../contributors)### License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
### Attributions
- The HydeCLI and core internals is built with [Laravel Zero](https://laravel-zero.com/) which is based on [Laravel](https://laravel.com/)
- > Please see the respective authors' repositories for their license files