Skip to content

Commit

Permalink
Improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Jul 31, 2019
1 parent 5af4f85 commit 744d8b7
Show file tree
Hide file tree
Showing 8 changed files with 7,594 additions and 4,897 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/vendor/
composer.phar
composer.phar
phpdox.phar
phpdox.xml
phpDocumentor.phar
/nbproject/private/
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ ProxmoVE Client API PHP

[Packagist](https://packagist.org/packages/Corsinvest/cv4pve-api-php)

# **Donations**

If you like my work and want to support it, then please consider to deposit a donation through **Paypal** by clicking on the next button:

[![paypal](https://www.paypalobjects.com/en_US/IT/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=PPM9JHLQLRV2S&item_name=Open+Source+Project&currency_code=EUR&source=url)

```text
______ _ __
/ ____/___ __________(_)___ _ _____ _____/ /_
Expand All @@ -18,10 +24,6 @@ ProxmoVE Client API PHP
Corsinvest for Proxmox VE Api Client (Made in Italy)
```





## General

The client is generated from a JSON Api on ProxmoxVE.
Expand Down Expand Up @@ -72,8 +74,9 @@ The result is class **Result** and contain methods:
* delete
* Login return bool if access
* Return Result class more information
* return object/array data
* Return object/array data
* default object disable from client.setResultIsObject(false)
* ClientBase lite function

## Installation

Expand Down Expand Up @@ -205,6 +208,4 @@ The parameter indexed end with '[n]' in documentation (method createVM in Qemu p
1 => "....",
3 => "....",
]
```

[![paypal](https://www.paypalobjects.com/en_US/IT/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=PPM9JHLQLRV2S&item_name=Open+Source+Project&currency_code=EUR&source=url)
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"Corsinvest\\ProxmoxVE\\Api\\": "src/"
}
}
}
}
7 changes: 7 additions & 0 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include.path=${php.global.include.path}
php.version=PHP_73
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=false
web.root=.
9 changes: 9 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>cv4pve-api-php</name>
</data>
</configuration>
</project>
Loading

0 comments on commit 744d8b7

Please sign in to comment.