https://github.com/yfure/yume
Yume is a simple framework for building Websites built using the PHP Programming Language.
https://github.com/yfure/yume
mvc php php8 sasayaki yfure yfure-yume yume
Last synced: 2 months ago
JSON representation
Yume is a simple framework for building Websites built using the PHP Programming Language.
- Host: GitHub
- URL: https://github.com/yfure/yume
- Owner: yfure
- License: mit
- Created: 2022-02-26T04:39:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T19:10:13.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:21:23.536Z (3 months ago)
- Topics: mvc, php, php8, sasayaki, yfure, yfure-yume, yume
- Language: PHP
- Homepage: https://yfure.github.io
- Size: 24 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Yume Framework

## Abouts
Yume is a simple framework for building a website fast without any hassle, it is built with the most popular server language, namely Hypertext Preprocessor **PHP**.
It already provides several built-in packages that are ready to use but some packages are under development and code repair. You can also install other PHP libraries if the package is incomplete.## Features
* Environment Variable Configuration
* Services and Service Provider
* Database (**Coming Soon**)
* PHPSeclib (**Coming Soon**)
* Simple and Fast Routing
* Command Line Interface Tool
* Simple Reflection
* Indentation Based Template Engine
* HTML Component
* Caching, and Logging
* Stream## Requires
* PHP **^8.1.10**
* PHPUnit **^9.5.10**
* [Framework](https://github.com/yfure/framework) **^3.0.6**
* Extension OpenSSL
* Extension PDO (**Optional**)
* Extension Multibyte String## Installation
```sh
composer create-project yfure/yume
```## Starting
```sh
php sasayaki serve
```
or
```sh
php sasayaki serve --host 127.0.0.1 --port 8080
```## Contribute
[hxAri](https://github.com/hxAri) is the developer and creator of this framework, and i am very grateful to anyone who has contributed to this project, please see the Contribution rules to participate.## Donate
Give spirit to the developer, no matter how many donations given will still be accepted
[paypal.me/hxAri](https://paypal.me/hxAri)## License
The Yume framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).