You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ Uses [GitHub API v3](http://developer.github.com/v3/). The object API is very si
20
20
21
21
## Autoload
22
22
23
-
The new version of php-github-api using [composer](http://getcomposer.org).
24
-
The first step to use php-github-api is to download composer:
23
+
The new version of `php-github-api` using [Composer](http://getcomposer.org).
24
+
The first step to use `php-github-api` is to download composer:
25
25
26
26
```bash
27
27
$ curl -s http://getcomposer.org/installer | php
@@ -42,7 +42,7 @@ Now we can use autoloader from Composer by:
42
42
}
43
43
```
44
44
45
-
> php-github-api follows the PSR-0 convention names for its classes, which means you can easily integrate php-github-api classes loading in your own autoloader.
45
+
> `php-github-api` follows the PSR-0 convention names for its classes, which means you can easily integrate `php-github-api` classes loading in your own autoloader.
46
46
47
47
## Basic usage of `php-github-api` client
48
48
@@ -62,9 +62,17 @@ From `$client` object, you can access to all GitHub.
62
62
63
63
See the `doc` directory for more detailed documentation.
64
64
65
+
## License
66
+
67
+
`php-github-api` is licensed under the MIT License - see the LICENSE file for details
0 commit comments