Download the PHP package ferrewagner/skepticism without Composer

On this page you can find all versions of the php package ferrewagner/skepticism. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package skepticism

Skepticism 1.0

Skepticism是一个由Ferre模仿的轮子框架,支持自动加载和单一入口,PATHINFO的路由模式。开始的设计想法是单例设计模式,在version_1版本中有采用。

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

主要功能及特性:

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              单一入口

命名规范

控制器类的命名方式

常量和配置

版权信息

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

TIPS:

开发人员

Ferre(FerreWagner)


All versions of skepticism with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
filp/whoops Version *
symfony/var-dumper Version *
catfan/medoo Version *
twig/twig Version ~1.0
phpoffice/phpexcel Version ^1.8
phpmailer/phpmailer Version ^5.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ferrewagner/skepticism contains the following files

Loading the files please wait ....