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

https://github.com/henter/zim-php

The Zim Framework
https://github.com/henter/zim-php

php php-framework zephir zim zim-php

Last synced: 5 months ago
JSON representation

The Zim Framework

Awesome Lists containing this project

README

          

# The Zim Framework

### About

Zim is a simple framework inspired(copy/paste 😄) by Yaf, Laravel, Symfony, based on Zephir Language.

Delivered as a C extension for the PHP language via [zim-ext](https://github.com/henter/zim-ext) , or you can choose the pure php implementation [zim-php](https://github.com/henter/zim-php)

The demo project [zim](https://github.com/henter/zim)

### Requirements

0. PHP >= 7.0
1. Composer

### Install

`composer require henter/zim`

### Usage

simple demo with php build-in server

index.php
```php