1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Stéphane HULARD
c13758720b Use a PHP build tool, Phing instead of Grunt.
As I already mentioned in the #35 issue, I think it's more suitable to use a PHP build tool instead of a JS one. I don't tell that Grunt is not a powerful tool but it's a complicated installation process to be able to run tests.

Phing is required as a composer package and can be run directly after the composer install.

Examples:

```
vendor/bin/phing
vendor/bin/phing test
vendor/bin/phing clean
vendor/bin/phing phplint
vendor/bin/phing phpcs
vendor/bin/phing phpunit
vendor/bin/phing phpunit -Donly.units=true #The travis test process
```

The only difference here is the watch process. Phing doesn't have that kind of feature. It can be emulated with different tasks but require a lot more work. I think that PR is the first step, maybe we can go further if necessary.

Signed-off-by: Stéphane HULARD <s.hulard@chstudio.fr>
2016-04-19 09:59:15 +02:00
Romain Beuque
cc676cd9a2 (fix): add formatting to endpoint information
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
2016-02-03 10:45:50 +01:00
Vincent Casse
fef24b65a7 Add endpoints into the documentation
Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>
2016-02-03 10:31:45 +01:00
Vincent Casse
0378c8db51 Add attached domain example
Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>
2016-01-19 11:59:59 +01:00
Vincent Casse
d99c758c72 Add documentation about HTTP client library injection
Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>
2015-12-15 18:25:35 +01:00
Vincent Casse
ce12dcb280 Delete "createToken" link for Runabove
Issue #11
2015-12-15 17:10:08 +01:00
Julius Beckmann
fa48a1282c Added HHVM to Travis.
Added HHVM Status Badge.

Using nicer hhvm badge image.

Signed-off-by: Julius Beckmann <github@h4cc.de>
2015-03-19 09:43:19 +01:00
Vincent Cassé
f99c8ac42c Improve example
Improve example by replacing "/me/*" by /me* to help new users to get account data with this example.
2015-01-23 10:56:26 +01:00
Pavel Macháň
277538ad95 Add SoYouStart and Kimsufi endpoints, Update README
Signed-off-by: Pavel Macháň <machan@hostbox.cz>
2014-12-05 19:29:04 +01:00
Vincent Cassé
2ba941f2b3 Add travis indicator
Signed-off-by: Vincent Cassé <vincent.casse@ovh.net>
2014-10-09 18:37:55 +02:00
Vincent Cassé
67cc54db5b Initial commit
Signed-off-by: Vincent Cassé <vincent.casse@ovh.net>
2014-10-06 12:57:12 +02:00