Skip to content

Commit cda9ca8

Browse files
committed
Added new section for third party API packages
1 parent 27101df commit cda9ca8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
7474
* [Laravel Excel](https://github.com/Maatwebsite/Laravel-Excel) - Import and export Excel and CSV files
7575
* [Revisionable](https://github.com/VentureCraft/revisionable) - Create a revision history for Eloquent models
7676
* [Laravel Hashids](https://github.com/vinkla/hashids) - Laravel wrapper for the Hashids API
77-
* [Laravel DigitalOcean](https://github.com/GrahamCampbell/Laravel-DigitalOcean) A DigitalOceanV2 bridge
78-
* [Laravel GitHub](https://github.com/GrahamCampbell/Laravel-GitHub) A PHP GitHub API bridge
79-
* [Laravel Parse](https://github.com/GrahamCampbell/Laravel-Parse) A PHP Parse SDK bridge
80-
* [Laravel Dropbox](https://github.com/GrahamCampbell/Laravel-Dropbox) A Dropbox bridge
8177
* [Laravel Messenger](https://github.com/cmgmyr/laravel-messenger) - Create a user messaging system in your Laravel app
8278
* [Intervention Image](https://github.com/Intervention/image) - Image handling library for creating, editing and composing images
8379
* [LaravelDotEnvGen](https://github.com/mathiasgrimm/laravel-dot-env-gen) - Generates .env.gen file based on the project source code
@@ -122,6 +118,12 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
122118
* [Translator](https://github.com/vinkla/translator) - Laravel translator for multilingual Eloquent objects.
123119
* [Language Files](https://github.com/caouecs/Laravel4-lang) - Validation, Pagination and Reminders language lines in 37 languages
124120

121+
##### Third party APIs
122+
* [Laravel DigitalOcean](https://github.com/GrahamCampbell/Laravel-DigitalOcean) A DigitalOceanV2 bridge
123+
* [Laravel GitHub](https://github.com/GrahamCampbell/Laravel-GitHub) A PHP GitHub API bridge
124+
* [Laravel Parse](https://github.com/GrahamCampbell/Laravel-Parse) A PHP Parse SDK bridge
125+
* [Laravel Dropbox](https://github.com/GrahamCampbell/Laravel-Dropbox) A Dropbox bridge
126+
125127
## Development Setup
126128
* [Homestead](http://laravel.com/docs/homestead) - Official Vagrant box for Laravel
127129
* [Getting Started with Laravel Homestead](http://scotch.io/tutorials/php/getting-started-with-laravel-homestead)

0 commit comments

Comments
 (0)