Download the PHP package xtlsoft/xdo without Composer

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

XDO - PHP Data Object

Notice: This Project is no longer supported. Please see https://github.com/xtlsoft/NonDB

Latest Stable Version Total Downloads License Need PHP Version Build Status

XDO is a PHP Data Object includes Database, Cache and Upload.
XDO 是一个 PHP 数据类,它包括了 数据库,缓存和上传。

Author 作者

The Author of XDO is Tianle Xu([email protected]).
XDO 的作者是徐天乐([email protected])。

Dependency 依赖项

We only need PHP! (PHP>=5.4) This is a portable software!
我们只需要PHP! (PHP>=5.4) 这是一个绿色软件!

Install 安装

1. Common
  1. Install PHP.
  2. Clone this project.
  3. Move the XDO-master directory into vendor/XDO
  4. add one line code to your PHP Script:

  5. Enjoy!

    2. One-Key Script

    Note: Please install wget first.
    If you want to use this way to install XDO, please add a PATH env for PHP first.

  6. Run the script

  7. add one line code to your PHP Script:

  8. Enjoy!
    3. Use composer

1. 通用
  1. 安装PHP。
  2. Clone 这个项目。
  3. XDO-master文件夹移动到vendor下并重命名为XDO
  4. 向你的程序添加一行:

  5. Enjoy!

    2. 一键脚本

    Note: 请先安装 wget
    请先为PHP设置环境变量。

  6. 运行脚本

  7. 向你的程序添加一行:

  8. Enjoy!
    3. Use composer

Usage 使用

Please clone the Data branch into your project. Replace the path/to/data string into the path to the Data branch you cloned. It includes some sample Data.


请 clone Data 分支。 把 path/to/data 替换成你 clone 的 Data 分支. 它包括一些测试数据。


All versions of xdo with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.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 xtlsoft/xdo contains the following files

Loading the files please wait ....