Skip to content

Commit c7e6038

Browse files
committed
Added a new category of projects for SDKs using Symfony
1 parent 69b68e4 commit c7e6038

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+
- amazon-instant-access
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/amazon-instant-access.png

3.47 KB
Loading

projects/amazon-instant-access.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Amazon Instant Access SDK
2+
url: https://github.com/amzn/amazon-instant-access-sdk-php
3+
dependencies:
4+
- https://github.com/amzn/amazon-instant-access-sdk-php/blob/master/composer.json
5+
description: |
6+
Amazon Instant Access (AIA), is a fulfillment technology for virtual content
7+
that is purchased on the Amazon web site and needs to be delivered to a third
8+
party server. The Amazon Instant Access SDK enables PHP developers to easily
9+
integrate their systems and onboard with the AIA system.

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.

0 commit comments

Comments
 (0)