Download the PHP package ddoronenko/google-reviews without Composer

On this page you can find all versions of the php package ddoronenko/google-reviews. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package google-reviews

Google Reviews Extension for TYPO3

This extension to display Google business reviews on your website. The simple TYPO3 extension that displays five (most-relevant) Google reviews according to selected Place ID.

Minimal requirements

Compatibility

EXT version TYPO3 PHP Support / Development
master (4.x) 13 8.2 - 8.* Features, bugfixes, security updates
3.x 11 - 12 7.4 - 8.* Deprecated (no support)
2.x 10 - 11 7.0 - 8.* Deprecated (no support)
1.x 9.5 - 10 7.0 - 7.4 Deprecated (no support)

Installation (short version)

The recommended way to install extension is by using Composer.

  1. Install the extension with the following command: composer require ddoronenko/google-reviews

  2. Include static TypoScript from the extension in your site package or in the template record of your site.

  3. Set constant plugin.tx_googlereviews.apiKey with your Google API key in your site package or in the template record of your site.

  4. Create a content element of type "Google Reviews" and select the Place ID of the business you want to display reviews for.

Full installation instructions can be found in the Documentation

Usage

Please refer to the Documentation

Update from version v3.0 to 4.0

While EXT version v3.0 -> 4.0 migration: you need to replace/update the TS constant key path from plugin.tx_googlereviews_pi1. to plugin.tx_googlereviews.

Until EXT version 4.0: make sure you use the proper plugin.tx_googlereviews_pi1. constant key path.

Troubleshooting

  1. Check TYPO3 logs (/var/logs/typo3_*.log) for any errors related to the extension.
  2. Make sure you have a valid [Google API key] with Maps JavaScript API and Places API enabled in the Google Cloud.
  3. Make sure that billing is enabled for your Google Cloud project, as the Places API requires billing to be active.
  4. Make sure you have included the static TypoScript from the extension in your site package or in the Template record of your TYPO3 site.
  5. In you include extension "setup.typoscript" file directly in your site package, make sure you have included the "constants.typoscript" file as well, otherwise the extension will not work properly.
  6. Check if selected/used Place ID is correct and corresponds to a valid Google business location. Find ID.
  7. Check the "Application restrictions" section for the API key configs in your Google Cloud Console. Application restrictions limit an API key’s usage to specific websites, IP addresses, Android applications, or iOS applications. You can set one application restriction per key.
  8. While version v3.0 -> 4.0 migration: you need to replace/update the TS constant key path from plugin.tx_googlereviews_pi1. to plugin.tx_googlereviews.

ChangeLog

Check ChangeLog

Report a Problem

Issues tracker

License

See LICENSE for more information.


All versions of google-reviews with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
ext-curl Version *
typo3/cms-core Version ^13.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ddoronenko/google-reviews contains the following files

Loading the files please wait ....