Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/zimPublic

The Zim Framework

NotificationsYou must be signed in to change notification settings

henter/zim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 viazim-ext , or you can choose the pure php implementationzim-php

Requirements

  1. PHP >= 7.0
  2. Composer

Install

build php extension fromzim-ext

or

install php implementation with composer

composer require henter/zim

Usage

simple demo with php build-in server

index.php

<?phprequire__DIR__.'/vendor/autoload.php';use \Zim\Zim;use \Zim\Routing\Route;Route::get('/',function() {return'hello zim';});Zim::run();

start simple server:

php -S localhost:8888

openhttp://localhost:8888

Tests

see php versionzim-php

Documentation

https://github.com/henter/zim/wiki

Contributing

Welcome !

Licence

MIT

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp