芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/vendor/mercadopago/dx-php/img/demo.svg
➜
demo-php
➜
demo-php
c
➜
demo-php
co
➜
demo-php
com
➜
demo-php
comp
➜
demo-php
compo
➜
demo-php
compos
➜
demo-php
compose
➜
demo-php
composer
➜
demo-php
composer
➜
demo-php
composer -
➜
demo-php
composer --
➜
demo-php
composer --v
➜
demo-php
composer --ve
➜
demo-php
composer --ver
➜
demo-php
composer --vers
➜
demo-php
composer --versi
➜
demo-php
composer --versio
➜
demo-php
composer --version
➜
demo-php
composer require "mercadopago/dx-php:1.2.1"
➜
demo-php
composer require "mercadopago/dx-php:1.2.1"
- Installing
doctrine/lexer
(
v1.0.1
):
- Installing
doctrine/lexer
(
v1.0.1
): Downloading (
connecting...
)
- Installing
doctrine/lexer
(
v1.0.1
):
D
ownloading (
connecting...
)
- Installing
doctrine/lexer
(
v1.0.1
): Downloading (
0%
)
- Installing
doctrine/inflector
(
v1.3.0
):
- Installing
doctrine/inflector
(
v1.3.0
): Downloading (
connecting...
)
- Installing
doctrine/inflector
(
v1.3.0
):
D
ownloading (
connecting...
)
- Installing
doctrine/inflector
(
v1.3.0
): Downloading (
70%
)
- Installing
doctrine/collections
(
v1.5.0
):
- Installing
doctrine/collections
(
v1.5.0
): Downloading (
connecting...
)
- Installing
doctrine/collections
(
v1.5.0
):
D
ownloading (
connecting...
)
- Installing
doctrine/collections
(
v1.5.0
): Downloading (
5%
)
- Installing
doctrine/collections
(
v1.5.0
):
D
ownloading (
5%
)
- Installing
doctrine/collections
(
v1.5.0
): Downloading (
60%
)
- Installing
doctrine/collections
(
v1.5.0
): Downloading (
95%
)
- Installing
doctrine/cache
(
v1.8.0
):
- Installing
doctrine/annotations
(
v1.6.0
):
- Installing
doctrine/annotations
(
v1.6.0
): Downloading (
connecting...
)
- Installing
doctrine/annotations
(
v1.6.0
):
D
ownloading (
connecting...
)
- Installing
doctrine/annotations
(
v1.6.0
): Downloading (
15%
)
- Installing
doctrine/annotations
(
v1.6.0
): Downloading (
30%
)
- Installing
doctrine/annotations
(
v1.6.0
): Downloading (
80%
)
- Installing
doctrine/annotations
(
v1.6.0
):
D
ownloading (
80%
)
- Installing
doctrine/annotations
(
v1.6.0
): Downloading (
100%
)
- Installing
doctrine/common
(
v2.6.2
):
- Installing
doctrine/common
(
v2.6.2
): Loading from cache
- Installing
mercadopago/dx-php
(
1.2.1
):
➜
demo-php
t
➜
demo-php
tr
➜
demo-php
tre
➜
demo-php
tree
➜
demo-php
tree
➜
demo-php
tree -
➜
demo-php
tree -L
➜
demo-php
tree -L
➜
demo-php
tree -L 3
➜
demo-php
composer --version
Composer
version
1.6.5
2018-05-04 11:44:59
➜
demo-php
composer require "mercadopago/dx-php:1.2.1"
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 7 installs, 0 updates, 0 removals
- Installing
doctrine/lexer
(
v1.0.1
): Downloading (
100%
)
- Installing
doctrine/inflector
(
v1.3.0
): Downloading (
100%
)
- Installing
doctrine/collections
(
v1.5.0
): Downloading (
100%
)
- Installing
doctrine/cache
(
v1.8.0
): Loading from cache
- Installing
doctrine/annotations
(
v1.6.0
): Downloading (
100%
)
- Installing
doctrine/common
(
v2.6.2
): Loading from cache
- Installing
mercadopago/dx-php
(
1.2.1
): Loading from cache
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use lega
cy MongoDB driver)
Writing lock file
Generating autoload files
➜
demo-php
tree -L 3
➜
demo-php
p
➜
demo-php
ph
➜
demo-php
php
➜
demo-php
php
➜
demo-php
php -
➜
demo-php
php -a
➜
demo-php
php -a
├── composer.lock
└── vendor
├── autoload.php
├── composer
│ ├── ClassLoader.php
│ ├── LICENSE
│ ├── autoload_classmap.php
│ ├── autoload_namespaces.php
│ ├── autoload_psr4.php
│ ├── autoload_real.php
│ ├── autoload_static.php
│ └── installed.json
├── doctrine
│ ├── annotations
│ ├── cache
│ ├── collections
│ ├── common
│ ├── inflector
│ └── lexer
└── mercadopago
└── dx-php
11 directories, 11 files
➜
demo-php
php -a
php >
php > r
Interactive shell
php > require __DIR__ . '/vendor/autoload.php';
php > require __DIR__ . '/vendor/autoload.php';
php > MercadoPago\SDK::setAccessToken("YOUR_ACCESS_TOKEN");
php > MercadoPago\SDK::setAccessToken("YOUR_ACCESS_TOKEN");
php >
➜
demo-php
➜
demo-php