bcosca/fatfree-core 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bcosca/fatfree-core

最新稳定版本:3.9.2

Composer 安装命令:

composer require bcosca/fatfree-core

包简介

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

README 文档

README

Fat-Free Framework core library

Usage:

First make sure to add a proper url rewrite configuration to your server, see https://fatfreeframework.com/3.6/routing-engine#DynamicWebSites

without composer:

$f3 = require('lib/base.php');

with composer:

composer require bcosca/fatfree-core
require("vendor/autoload.php");
$f3 = \Base::instance();

For the main repository (demo package), see https://github.com/bcosca/fatfree
For the test bench and unit tests, see https://github.com/f3-factory/fatfree-dev
For the user guide, see https://fatfreeframework.com/user-guide
For the documentation, see https://fatfreeframework.com/api-reference

统计信息

  • 总下载量: 592.69k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 242
  • 点击次数: 1
  • 依赖项目数: 64
  • 推荐数: 0

GitHub 信息

  • Stars: 234
  • Watchers: 48
  • Forks: 92
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-03-18