Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
izniburak committed Nov 24, 2020
1 parent 93260da commit 3dacbb9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ nur - simple framework for PHP
[![Latest Unstable Version](https://poser.pugx.org/izniburak/nur-core/v/unstable.svg)](https://packagist.org/packages/izniburak/nur)
[![License](https://poser.pugx.org/izniburak/nur/license.svg)](https://packagist.org/packages/izniburak/nur)

> Nur Framework has been created and adapted by using some most popular parts of the popular PHP Frameworks like Laravel and Symfony.
> Nur Framework has been created for just fun and adapted by using some most popular parts of the popular PHP Frameworks like Laravel and Symfony.
> It has a simple but powerful infrastructure. It contains a lot of component in order to prepare web applications.
> So, It can be a preference for your small (maybe medium) projects. If you say "I'll make a bigger project.", I suggest you use a full-stack framework. :) e.g: Laravel, Symfony...
### features
- Model - View - Controller
- Easy command line application support. _(NUR Cli App)_
- Routing system and basic Middleware support. ([PHP-Router](https://github.com/izniburak/php-router))
- Routing component. ([PHP-Router](https://github.com/izniburak/php-router))
- **Symfony** Request and Response components. ([Symfony HttpFoundation](https://symfony.com/doc/current/components/http_foundation.html))
- PDOx Query Builder Class. ([PDOx](https://github.com/izniburak/pdox))
- PDOx Query Builder. ([PDOx](https://github.com/izniburak/pdox))
- Authentication component. (with **JWT** and **Basic Auth**)
- Some **Laravel 6.x** Packages supports.
- Some **Laravel 8.x** Packages supports.
- Eloquent ORM support. ([Laravel Eloquent ORM](https://laravel.com/docs/eloquent))
- Laravel Query Builder support. ([Laravel Query Builder](https://laravel.com/docs/queries))
- Blade Template Engine support. ([Laravel Blade](https://laravel.com/docs/blade))
Expand All @@ -45,14 +46,16 @@ If you want to examine Nur's core files, you can follow this link:
[izniburak/nur-core](https://github.com/izniburak/nur-core)

## server requirements
- PHP >= 7.2
- PHP >= ^7.3|^8.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- Fileinfo PHP Extension
- BCMath PHP Extension

## install
create project via `composer` (`app` is application folder name):
Expand Down

0 comments on commit 3dacbb9

Please sign in to comment.