PHPackages                             ferrewagner/skepticism - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ferrewagner/skepticism

ActiveFramework[Framework](/categories/framework)

ferrewagner/skepticism
======================

PHP micro Framework

1.0(8y ago)014MITPHPPHP &gt;=5.3.0

Since Oct 31Pushed 8y agoCompare

[ Source](https://github.com/FerreWagner/Skepticism)[ Packagist](https://packagist.org/packages/ferrewagner/skepticism)[ RSS](/packages/ferrewagner-skepticism/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Skepticism 1.0
==============

[](#skepticism-10)

Skepticism是一个由Ferre模仿的轮子框架，支持自动加载和单一入口，PATHINFO的路由模式。开始的设计想法是单例设计模式，在[version\_1](https://github.com/FerreWagner/Skepticism_All/tree/master/version_1)版本中有采用。

Skepticism是一个通过PHP编写的轻量级MVC框架，基于PHP5.3编写，属于原生轮子，名为怀疑论，意为怀疑经验及过去。

主要功能及特性：

- 基于PHP5.3+命名空间
- GET方式的参数路由
- 支持composer[自动加载](https://packagist.org/packages/ferrewagner/skepticism)项目(使用方式：composer require ferrewagner/skepticism)
- 基于[Medoo](https://github.com/catfan/Medoo)的PDO扩展
- 基于[whoops](https://github.com/filp/whoops)的错误提示
- 基于[symfony/var-dumper](https://github.com/symfony/var-dumper)的渲染输出
- 支持file形式的Log
- 支持phpmailer和phpoffice
- 支持强大灵活的类库

> Skepticism的运行环境要求PHP5.3以上。
>
> 使用方式：composer require ferrewagner/skepticism

目录结构
----

[](#目录结构)

如下：

```
www  WEB部署目录（或者子目录）
├─app           		MVC应用目录
│
├─core                  应用配置目录

_config					文件配置目录
|
_common					核心函数库目录
|
_lib
│  ├─log                日志配置目录
│  ├─conf.php         	加载配置文件
│  ├─log.php  		    日志配置文件
│  ├─model.php          模型配置文件
│  ├─route.php          路由解析文件
_smvc.php				自动加载文件
_log					日志存储目录
_vendor					扩展存储目录
_index.php				单一入口

```

命名规范
----

[](#命名规范)

### 控制器类的命名方式

[](#控制器类的命名方式)

- 请尽量采用首字母小写的驼峰发表示，如：userCtrl.php,类名需与文件名一致；模型类同理。
- 函数的命名请遵循PSR规范；

### 常量和配置

[](#常量和配置)

- 常量以大写字母+下划线的方式命名，如 `define('SMVC', realpath('./'))`；

版权信息
----

[](#版权信息)

Skepticism完全开源，并遵循MIT协议，您可以免费使用或商用。

TIPS:
-----

[](#tips)

- 使用前请先修改core/config/database.php的测试配置信息
- 本项目使用Zend Studio编写，如果您不希望出现相关配置信息，请删除.settings目录和.buildpath、.project文件

开发人员
----

[](#开发人员)

Ferre(FerreWagner)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3165d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23305237?v=4)[Ferre](/maintainers/FerreWagner)[@FerreWagner](https://github.com/FerreWagner)

---

Tags

ferrephpphp frameworkFerreWagner

### Embed Badge

![Health badge](/badges/ferrewagner-skepticism/health.svg)

```
[![Health](https://phpackages.com/badges/ferrewagner-skepticism/health.svg)](https://phpackages.com/packages/ferrewagner-skepticism)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[getkirby/cms

The Kirby core

1.5k567.4k441](/packages/getkirby-cms)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M398](/packages/drupal-core-recommended)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k59](/packages/open-dxp-opendxp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
