Skip to content

Commit 0999217

Browse files
authored
Merge pull request #439 from javiereguiluz/add_sdk
Added a new category of projects for SDKs using Symfony
2 parents 69b68e4 + 8ef2e38 commit 0999217

9 files changed

+37
-0
lines changed

projects.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ code-quality:
5252
- deptrac
5353
- quality-analyzer
5454
- pdepend
55+
sdk:
56+
- google-api
57+
- facebook-ads
58+
- google-cloud-platform
59+
- facebook-instant-articles
5560
# the order in the default category is irrelevant because these projects are
5661
# displayed in alphabetical order
5762
default:

projects/facebook-ads.png

4.23 KB
Loading

projects/facebook-ads.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Facebook Ads API SDK
2+
url: https://developers.facebook.com/docs/marketing-apis
3+
dependencies:
4+
- https://github.com/facebook/facebook-php-ads-sdk/blob/master/composer.json
5+
description: |
6+
This Ads API SDK is built to facilitate application development for Facebook
7+
Ads API. It provides ads insights, audience management, and ads management.
4.23 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Facebook Instant Articles SDK
2+
url: https://instantarticles.fb.com/
3+
dependencies:
4+
- https://github.com/facebook/facebook-instant-articles-sdk-php/blob/master/composer.json
5+
description: |
6+
The Facebook Instant Articles SDK provides a native interface for creating
7+
and publishing Instant Articles. The SDK enables developers to more easily
8+
integrate Instant Articles into content management systems and in turn
9+
enables journalist and publishers to easily publish Instant Articles.

projects/google-api.png

4.85 KB
Loading

projects/google-api.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Google APIs Client Library
2+
url: https://developers.google.com/api-client-library/php/
3+
dependencies:
4+
- https://github.com/google/google-api-php-client/blob/master/composer.json
5+
description: |
6+
The Google API Client Library for PHP is designed for PHP client-application
7+
developers. It offers simple, flexible, powerful access to many Google APIs.

projects/google-cloud-platform.png

5.4 KB
Loading

projects/google-cloud-platform.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Google Cloud Platform SDK
2+
url: https://googlecloudplatform.github.io/google-cloud-php/#/
3+
dependencies:
4+
- https://github.com/GoogleCloudPlatform/php-tools/blob/master/composer.json
5+
- https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/composer.json
6+
description: |
7+
Google Cloud Client Library for PHP - an idiomatic, intuitive, and natural
8+
way for PHP developers to integrate with Google Cloud Platform services,
9+
like Cloud Datastore and Cloud Storage.

0 commit comments

Comments
 (0)