2017 © Pedro Peláez
 

library facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

image

facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  • Thursday, July 12, 2018
  • by simonengelhardt
  • Repository
  • 46 Watchers
  • 178 Stars
  • 151,574 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 116 Forks
  • 23 Open issues
  • 82 Versions
  • 11 % Grown

The README.md

Facebook Instant Articles PHP SDK

CircleCI Latest Stable Version, (*1)

🚨 Important Note

⚠️ Instant Articles will not be available starting April 20, 2023, (*2)

All related developer tools will be archived., (*3)


The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles. The SDK enables developers to more easily integrate Instant Articles into content management systems and in turn enables journalist and publishers to easily publish Instant Articles., (*4)

The SDK consists of three components: - Elements: A domain-specific language for creating an Instant Articles structure that strictly follows the specification and can be automatically serialized into the subset of HTML5 markup used in the Instant Articles format. This language allows users to programmatically create Instant Articles that are guaranteed to be in compliance with the format. - Transformer: An engine for transforming any markup into an Instant Article structure in the DSL. The engine runs a set of rules on the markup that will specify the selection and transformation of elements output by the CMS into their Instant Articles counterparts. The transformer ships with a base set of rules for common elements (such as a basic paragraph or an image) that can be extended and customized by developers utilizing the SDK. - Client: A simple wrapper around the Instant Articles API, which can be used for publishing Instant Articles on Facebook. The client provides a CRUD interface for Instant Articles as well as a helper for authentication. The client depends on the main Facebook SDK for PHP as an interface to the Graph API and Facebook Login., (*5)

Quick Start

The Facebook Instant Articles PHP SDK can be installed with the Composer dependency manager by running this command on your project's root folder:, (*6)

$ composer require facebook/facebook-instant-articles-sdk-php

After the installation, you can include the auto loader script in your source with:, (*7)

require_once 'vendor/autoload.php';

Official Documentation

You can find examples on how to use the different components of this SDK to integrate it with your CMS in the Getting Started section of the documentation., (*8)

Contributing

Clone the repository, (*9)

$ git clone https://github.com/facebook/facebook-instant-articles-sdk-php.git

Composer is a prerequisite for testing and developing. Install composer globally, then install project dependencies by running this command in the project's root directory:, (*10)

$ composer install

To run the tests:, (*11)

$ composer test

To fix and check for coding style issues:, (*12)

$ composer cs

Extra lazy? Run, (*13)

$ composer all

to fix and check for coding style issues, and run the tests., (*14)

If you change structure, paths, namespaces, etc., make sure you run the autoload generator:, (*15)

$ composer dump-autoload

For us to accept contributions you will have to first sign the Contributor License Agreement. Please see CONTRIBUTING for details., (*16)


Testing with Docker

We have provide a Docker environment to ensure a consistent testing & development environment., (*17)

Use docker-compose run composer composer install to get started., (*18)

Troubleshooting

If you are encountering problems, the following tips may help in troubleshooting issues:, (*19)

  • Warnings from the Transformer can be seen with $transformer->getWarnings() method., (*20)

  • If content is missing from your transformed article, more likely than not there isn't a Transformer Rule matching an element in your source markup. See how to configure appropriate rules for your content in the Transformer Rules documentation., (*21)

  • Set the threshold in the transformer Logger level to DEBUG to expose more details about the items processed by the Transformer. TransformerLog::setLevel(TransformerLog::DEBUG);, (*22)

  • Refer to the existing tests of the Elements for examples of what is required of each and to potentially create your own tests (which can be run with $ composer test)., (*23)

License

Please see the license file for more information., (*24)

The Versions

12/07 2018
16/03 2018
09/02 2018

dev-hhvm

dev-hhvm https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

08/02 2018

dev-fix/dateTextContent-support

dev-fix/dateTextContent-support https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

21/12 2017

dev-esporte_interativo

dev-esporte_interativo https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

27/11 2017

dev-hhvm_strict

dev-hhvm_strict https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/11 2017
25/10 2017

dev-unbound_name_fixes

dev-unbound_name_fixes https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/10 2017

dev-backport_abstract_testcase

dev-backport_abstract_testcase https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/10 2017

dev-filegetcontents_using_dir

dev-filegetcontents_using_dir https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/10 2017

dev-basetest_fullpath_hhvm

dev-basetest_fullpath_hhvm https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/10 2017

dev-charset-fix

dev-charset-fix https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/10 2017

dev-tests_utc_master

dev-tests_utc_master https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/10 2017

dev-tests_utc

dev-tests_utc https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/10 2017

dev-hhvm_rebase_master

dev-hhvm_rebase_master https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

22/10 2017

dev-backport-html-assert

dev-backport-html-assert https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

27/07 2017
04/07 2017

dev-full_html

dev-full_html https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

20/06 2017
25/05 2017
16/05 2017
12/05 2017
27/04 2017
22/03 2017

dev-parse_style

dev-parse_style https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

20/03 2017
13/02 2017
07/12 2016
29/11 2016
25/10 2016

dev-issue-172-constantgetter

dev-issue-172-constantgetter https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

25/10 2016

dev-proper_empty_space_handling

dev-proper_empty_space_handling https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

07/10 2016
12/09 2016
26/08 2016
26/08 2016

dev-issue-205

dev-issue-205 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/08 2016

dev-playbuzz

dev-playbuzz https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

23/08 2016

dev-hardcoded_getter

dev-hardcoded_getter https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

13/08 2016
02/08 2016
29/07 2016

dev-the-image

dev-the-image https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

25/07 2016

dev-jetpack-carousel

dev-jetpack-carousel https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

22/07 2016

dev-block_warnings

dev-block_warnings https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

18/07 2016

dev-validation-iframe-width-height

dev-validation-iframe-width-height https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

12/07 2016
08/07 2016

dev-philipjohn-fix/check-array

dev-philipjohn-fix/check-array https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

04/07 2016
24/06 2016

dev-slideshow-header

dev-slideshow-header https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

11/06 2016

dev-feature/fix-dev-mode-article-lookup

dev-feature/fix-dev-mode-article-lookup https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

08/06 2016

dev-alucic-article-interface

dev-alucic-article-interface https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

sdk facebook articles instant

17/05 2016
19/04 2016

v1.0.6

1.0.6.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

15/04 2016

v1.0.5

1.0.5.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

14/04 2016

1.0.4

1.0.4.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

13/04 2016

v1.0.3

1.0.3.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

12/04 2016

v1.0.2

1.0.2.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

12/04 2016

v1.0.1

1.0.1.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

10/04 2016

v1.0.0

1.0.0.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

09/04 2016

v0.6.9

0.6.9.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

09/04 2016

v0.6.8

0.6.8.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

08/04 2016

v0.6.7

0.6.7.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

08/04 2016

v0.6.6

0.6.6.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

07/04 2016

v0.6.5

0.6.5.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

06/04 2016

v0.6.4

0.6.4.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

06/04 2016

v0.6.3

0.6.3.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

05/04 2016

v0.6.2

0.6.2.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

31/03 2016

v0.6.1

0.6.1.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

29/03 2016

v0.6.0

0.6.0.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

25/03 2016

v0.5.0

0.5.0.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

25/03 2016

v0.4.1

0.4.1.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

24/03 2016

v0.4.0

0.4.0.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

23/03 2016

v0.3.0

0.3.0.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

18/03 2016

v0.2.0

0.2.0.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant

16/03 2016

v0.1.0

0.1.0.0 https://github.com/facebook/facebook-instant-articles-sdk-php

Facebook Instant Articles SDK for PHP

  Sources   Download

Facebook Platform

The Requires

 

The Development Requires

sdk facebook articles instant