https://github.com/izniburak/nur
nur - a simple framework for PHP
https://github.com/izniburak/nur
framework mvc mvc-architecture mvc-framework php php-framework
Last synced: 2 months ago
JSON representation
nur - a simple framework for PHP
- Host: GitHub
- URL: https://github.com/izniburak/nur
- Owner: izniburak
- License: mit
- Created: 2016-10-28T22:47:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:19:33.000Z (over 1 year ago)
- Last Synced: 2025-10-29T11:56:56.681Z (5 months ago)
- Topics: framework, mvc, mvc-architecture, mvc-framework, php, php-framework
- Language: PHP
- Homepage: http://burakdemirtas.org/nur-simple-php-framework/
- Size: 315 KB
- Stars: 64
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nur
```
_ __ _ _ _ __
| '_ \| | | | '__|
| | | | |_| | |
|_| |_|\__,_|_|
```
nur - simple framework for PHP
[](https://packagist.org/packages/izniburak/nur)
[](https://packagist.org/packages/izniburak/nur)
[](https://packagist.org/packages/izniburak/nur)
[](https://packagist.org/packages/izniburak/nur)
> 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 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. ([PDOx](https://github.com/izniburak/pdox))
- Authentication component. (with **JWT** and **Basic Auth**)
- Some **Laravel 10.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))
- Laravel Localization Support (with Translate) [Laravel Localization](https://laravel.com/docs/localization)
- Laravel Eloquent Migration System support with PHPMig. ([Laravel Migration](https://laravel.com/docs/migrations) - [PHPMig](https://github.com/izniburak/nur-migration))
- Laravel Cache support. (currently just File, Array and Database drivers.) ([Laravel Cache](https://laravel.com/docs/cache))
- Laravel Hash and Encrypt support. ([Laravel Hashing](https://laravel.com/docs/hashing))
- Collections support. ([Laravel Collections](https://laravel.com/docs/collections))
- Useful Array and String helpers. (Arr, Str and more...) ([Laravel Helpers](https://laravel.com/docs/helpers))
- Mail Component. ([PHPMailer](https://github.com/PHPMailer/PHPMailer))
- Events/Listeners
- Basic Logger
- Request Validation
- Html/Form Builder
- and more...
## nur core
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 >= ^8.1
- 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):
```
$ composer create-project izniburak/nur your-app
$ cd your-app
$ php nur serve
```
or run the following command directly.
```
$ git clone https://github.com/izniburak/nur.git
$ cd nur
$ composer install
$ php nur serve
```
Okay, you can see your application on the browser. (127.0.0.1:8000)
## docs
documentation page: [nur docs][doc-url] (coming soon...)
## todo
- Write documentation
- Write test
- Write example project
## support
[izniburak's homepage][author-url]
[izniburak's twitter][twitter-url]
## contributing
1. fork it [Nur Framework](https://github.com/izniburak/nur/fork) or [Nur Framework Core](https://github.com/izniburak/nur-core/fork) (for core changes)
2. create your feature branch (git checkout -b my-new-feature)
3. commit your changes (git commit -am 'Add some feature')
4. push to the branch (git push origin my-new-feature)
5. create a new Pull Request
## contributors
- [izniburak](https://github.com/izniburak) izni burak demirtaş - creator, maintainer
[mit-url]: http://opensource.org/licenses/MIT
[doc-url]: javascript:;
[author-url]: https://burakdemirtas.org
[twitter-url]: https://twitter.com/izniburak