Download the PHP package ifwrong/params-io without Composer

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

params-io

简介

laravel复杂控制器终结者。我们先说下使用控制器过程中的痛点

1.请求中的参数可能并不完全是你实际使用的参数,各种条件性赋值,破坏原始变量
2.打印函数输入、输出及中间调用日志
3.控制器逻辑冗长,完全面向过程,流程看不懂,只要是个人就看不懂(因为只有机器能懂,还有写这个逻辑的怪胎,它不算人)
4.版本快速迭代,多版本控制代码融合在一起
5.函数入参验证
6.函数参数设置太多,有些是必填,有些是默认就OK,但是因为顺序设置不合理,导致默认的参数也要手动填写下,后续想扩展下也费劲
7.控制器入参多,只能在使用的地方找定义,该函数到底需要几个参数,没人讲的清楚。就算有文档也可能更新不及时,程序和代码有出入

具体请查看技术文档 https://www.yuque.com/gtgyongchuangtianya60/omp7g3


All versions of params-io 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 ifwrong/params-io contains the following files

Loading the files please wait ...