Skip to content

Commit 3dacbb9

Browse files
committed
Updated README.
1 parent 93260da commit 3dacbb9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ nur - simple framework for PHP
1212
[![Latest Unstable Version](https://poser.pugx.org/izniburak/nur-core/v/unstable.svg)](https://packagist.org/packages/izniburak/nur)
1313
[![License](https://poser.pugx.org/izniburak/nur/license.svg)](https://packagist.org/packages/izniburak/nur)
1414

15-
> Nur Framework has been created and adapted by using some most popular parts of the popular PHP Frameworks like Laravel and Symfony.
15+
> 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.
16+
> It has a simple but powerful infrastructure. It contains a lot of component in order to prepare web applications.
1617
> 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...
1718
1819
### features
1920
- Model - View - Controller
2021
- Easy command line application support. _(NUR Cli App)_
21-
- Routing system and basic Middleware support. ([PHP-Router](https://github.com/izniburak/php-router))
22+
- Routing component. ([PHP-Router](https://github.com/izniburak/php-router))
2223
- **Symfony** Request and Response components. ([Symfony HttpFoundation](https://symfony.com/doc/current/components/http_foundation.html))
23-
- PDOx Query Builder Class. ([PDOx](https://github.com/izniburak/pdox))
24+
- PDOx Query Builder. ([PDOx](https://github.com/izniburak/pdox))
2425
- Authentication component. (with **JWT** and **Basic Auth**)
25-
- Some **Laravel 6.x** Packages supports.
26+
- Some **Laravel 8.x** Packages supports.
2627
- Eloquent ORM support. ([Laravel Eloquent ORM](https://laravel.com/docs/eloquent))
2728
- Laravel Query Builder support. ([Laravel Query Builder](https://laravel.com/docs/queries))
2829
- Blade Template Engine support. ([Laravel Blade](https://laravel.com/docs/blade))
@@ -45,14 +46,16 @@ If you want to examine Nur's core files, you can follow this link:
4546
[izniburak/nur-core](https://github.com/izniburak/nur-core)
4647

4748
## server requirements
48-
- PHP >= 7.2
49+
- PHP >= ^7.3|^8.0
4950
- OpenSSL PHP Extension
5051
- PDO PHP Extension
5152
- Mbstring PHP Extension
5253
- Tokenizer PHP Extension
5354
- XML PHP Extension
5455
- Ctype PHP Extension
5556
- JSON PHP Extension
57+
- Fileinfo PHP Extension
58+
- BCMath PHP Extension
5659

5760
## install
5861
create project via `composer` (`app` is application folder name):

0 commit comments

Comments
 (0)