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
- Host: GitHub
- URL: https://github.com/henter/zim-php
- Owner: henter
- Created: 2019-01-08T11:45:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T05:53:36.000Z (over 7 years ago)
- Last Synced: 2025-05-29T03:51:19.716Z (about 1 year ago)
- Topics: php, php-framework, zephir, zim, zim-php
- Language: PHP
- Size: 379 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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