Skip to content

Commit 2c0d36d

Browse files
committed
Merge pull request #167 from GrahamCampbell/patch-1
Added a Laravel usage section
2 parents 70c2453 + 3778784 commit 2c0d36d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ Now we can use autoloader from Composer by:
4343

4444
> `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.
4545
46+
## Using Laravel?
47+
48+
[Laravel GitHub](https://github.com/GrahamCampbell/Laravel-GitHub) by [Graham Campbell](https://github.com/GrahamCampbell) might interest you.
49+
50+
```json
51+
{
52+
"require": {
53+
"graham-campbell/github": "0.1.*"
54+
}
55+
}
56+
```
57+
4658
## Basic usage of `php-github-api` client
4759

4860
```php

0 commit comments

Comments
 (0)