Download the PHP package sherman/x without Composer

On this page you can find all versions of the php package sherman/x. 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 x

X framework - 极简的php mvc 框架

(PHP 5 >= 5.5.0)

利用composer 做自动加载

这年头不用composer 都不好意思说自己学过php.

参考 Yii框架的Component 组件设计

有点Yii框架的影子,方便扩展,通过配置替换框架代码,实现自己想要的功能

没有复杂的设计模式,最多就用个继承

十分钟上手,才十来个文件的框架,几百行代码,有啥不满意的,直接改框架源码就是了

适合做个小网站,快速开发

没有复杂的路由解析了,只能通过 r=controller/action 的形式来访问 适合放在php虚拟主机,没钱买不起服务器;没有多域名,没有apache、nginx 可配置,一切从简。

项目文件说明

安装

composer require sherman/x

例子及说明文档

https://github.com/xuzhenjun130/X-framework-app


All versions of x with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
ext-json Version *
ext-pdo Version *
ext-mbstring Version *
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 sherman/x contains the following files

Loading the files please wait ....