https://github.com/fet1sov/wtframework
Simple framework for native PHP try harders
https://github.com/fet1sov/wtframework
php php-framework php-library php8
Last synced: 2 months ago
JSON representation
Simple framework for native PHP try harders
- Host: GitHub
- URL: https://github.com/fet1sov/wtframework
- Owner: fet1sov
- License: mit
- Created: 2024-03-12T10:29:38.000Z (over 2 years ago)
- Default Branch: production
- Last Pushed: 2024-07-04T10:22:09.000Z (about 2 years ago)
- Last Synced: 2025-03-28T10:25:39.639Z (over 1 year ago)
- Topics: php, php-framework, php-library, php8
- Language: PHP
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## WTFramework
Simple web application framework for native **PHP** beginners, which can be installed without using [**Composer**](https://github.com/composer/composer). Created in purpose to make sites more independent.\
**Framework adding** basic features what many modern website having right now such as:
- Template renderer
- Simple routing system with parameters
## Documentation
Currently in progress
## Installation
If you work **on the clean project so just clone all files** into your project.
In the exist project add this line into your includes
```php
include 'includes/wtfframework/includes.php';
```
## License
Framework under **[MIT](https://opensource.org/license/MIT)** license \
**Copyright (c) 2024-present, Evstegneev (fet1sov) Konstantin**