Skip to content

Commit 3778784

Browse files
Added a Laravel usage section
1 parent e66b635 commit 3778784

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
@@ -44,6 +44,18 @@ Now we can use autoloader from Composer by:
4444

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

4961
```php

0 commit comments

Comments
 (0)