Download the PHP package suframe/sunny without Composer

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

suframe-sunny 免费内网穿透库

感谢http://www.ngrok.cc提供

开发交流QQ群:647344518 立即加群

在开发过程中,经常需要用到外网访问接口,比如公众号,小程序,或者你给客户开发网站系统,客户需要预览等。上传到服务器上调试总是比较麻烦,ngrok可以解决您的这个问题,让你本地开发程序可以外网访问

sunny是一个提供免费和收费内网穿透的工具,此库就是用于集成到thinkphp,让程序可外网访问。支持http,https,tcp转发

可绑定自定义域名或者使用免费3级域名

注册账户:

注意开通隧道的时候如果你想所有人可访问,不要设置http验证用户名和密码

  • 1.登录http://www.ngrok.cc,注册账户
  • 2.按教程开通隧道:http://www.ngrok.cc/_book/general/open.html 选择香港Ngrok免费服务器,当然有速度要求的可以选择付费,也不贵
  • 3.如果是定义域名,请按教程解析http://www.ngrok.cc/_book/general/hostname.html
  • 4.复制隧道id

安装:

修改config/sunny.php clientid => '上面创建的隧道id',

运行:

运行前请先启动你的项目保证本地可访问,否则转发无法接受数据

访问你隧道绑定的或者赠送的域名即可. 开始愉快的开发吧


All versions of sunny with dependencies

PHP Build Version
Package Version
No informations.
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 suframe/sunny contains the following files

Loading the files please wait ....