Download the PHP package kronova/pr-googlecse without Composer

On this page you can find all versions of the php package kronova/pr-googlecse. 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 pr-googlecse

Documentation pr_googlecse

This is a TYPO3 Extension for using Google Custom Search Engine in combination with Fluid Templates.

Install the extension

Using TYPO3 extension manager

Using composer

Login via SSH, go to your TYPO3 root and run the following command:

composer require kronova/pr-googlecse

Configure the extension

General settings

  1. Open the extension manager
  2. Search for "pr_googlecse"
  3. Click on the settings icon on the right
  4. Enter your Google API key (you can get it from https://console.developers.google.com/apis/)
  5. Enter the key of your custom search (you can get it from https://cse.google.com/cse/)
  6. Enable/disable caching if you want
  7. Save your changes

Frontend plugin

  1. Choose or create the page where the search should be embedded
  2. Open the template module
  3. Edit the existing or create a new extension template
  4. Go to includes and include the pr_googlecse static template
  5. Save and exit
  6. Open the page view module
  7. Add content > Plugins > Google custom search engine
  8. Save your changes

Currently there are no more settings. Feel free to add issue tickets for feature requests.

Customize the extension

Use own templates

It´s like many other extensions. You can add your own fluid templates by adding your own paths to the TypoScript

Constants:

Override default CSS

You can override the following field: plugin.tx_prgooglecse._CSS_DEFAULT_STYLE

Support

You can either open an issue ticket if you wan´t to discuss about a feature request, problem or you can use the contact form on my website https://kronova.net/contact.html for other stuff.


All versions of pr-googlecse with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^10.0 || ^11.5
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 kronova/pr-googlecse contains the following files

Loading the files please wait ....