Download the PHP package fastd/bundlex without Composer

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

FastD Bundle-X

Building Latest Stable Version Total Downloads Latest Unstable Version License

FastD Bundle 模块开发,独立包开发,将 bundle 独立部署,独立运行,可以进行最小模块拆分和管理模块。

要求

Composer

使用

FastD 模块开发添加依赖: fastd/bundlex,更新和安装完成后,composer 会执行对应脚本,创建最基础的模块项目环境。

创建一个仓库,构建 composer.json.

建议在开发环境中添加 autoload-devconfig 选项,autoload-dev 针对在开发环境中的自动加载项,仅对于生成出来的文件,最终提交 src 源码及相关 composer 配置即可。而 autoload 配置选项即是项目开发 src 的自动加载路径。

config 选项主要配置初始化脚本位置,初始化脚本会存放到此目录,不配置则没有。

模块初始化

初始化 bundle 结构,继续执行:

创建 bundle 组织代码。

然后就可以按照框架本身的开发进行开发项目。开发出来的项目,既可以独立部署运行,也可以随意依赖整合到 FastD 框架中。

也可以根据上述步骤,创建自己的非项目包,BundleX 仅提供一个可运行的部署环境。

Testing

License MIT


All versions of bundlex with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
fastd/framework Version ~2.0.0
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 fastd/bundlex contains the following files

Loading the files please wait ....