An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# The Yume Framework

![Yume · Logo](https://raw.githubusercontent.com/hxAri/hxAri/main/public/images/1653507383;6bi9u6QnWb.png)

## 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).