We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57ef41 + 2260742 commit ce09e7fCopy full SHA for ce09e7f
README.md
@@ -53,26 +53,9 @@ $path_autoload = "<directorio_de_descarga_de_php-sdk>/src/autoload.php";
53
54
Este paso se omite si se utiliza el método manual.
55
56
-Crear archivo composer.json o añadir estos parámetros:
57
-
58
-```json
59
- {
60
- "repositories": [
61
62
- "type": "vcs",
63
- "url": "https://github.com/sipay/php-sdk.git"
64
- }
65
- ],
66
- "require": {
67
- "sipay/php-sdk": "*"
68
69
70
-```
71
-y realizar los siguientes pasos
72
73
```bash
74
-$ php -r "readfile('https://getcomposer.org/installer');" | php
75
-$ php composer.phar install
+$ composer require sipay/php-sdk
+
76
```
77
78
Entonces establecemos la variable "path_autoload" a "vendor/autoload.php":
0 commit comments