Download the PHP package josantonius/wp-extensions-for-grifus without Composer

On this page you can find all versions of the php package josantonius/wp-extensions-for-grifus. 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 wp-extensions-for-grifus

Extensions For Grifus WordPress Plugin

License

Versión en español

Extensions for the Grifus theme.



This plugin contains three modules:

Copy Movie Grifus Add a new button in the film pages of the Grifus theme with which you can copy the complete information with a single click.

Custom Images Grifus Save external IMDB images to your WordPress site. Replaces IMDB rating by your own rating system in Grifus theme.

Custom Rating Grifus Replaces IMDB rating by your own rating system in Grifus theme. Replaces the static rating system of the Grifus theme by a dynamic rating system.

Requirements

This WordPress plugin is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.

The plugin has been developed under version 4.8 of WordPress and under version 4.0.3 of the Grifus theme.

Installation

You can download this plugin from the official repository in WordPress.

From your WordPress dashboard:

  1. Visit 'Plugins > Add New'
  2. Search for 'Extensions For Grifus'
  3. Activate Extensions For Grifus from your Plugins page.

From WordPress.org:

  1. Download Extensions For Grifus.
  2. Upload the 'extensions-for-grifus' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...).
  3. Activate Extensions For Grifus from your Plugins page.

Once Activated:

  1. Go to Grifus Extensions and install and activate the modules.
  2. Go to Grifus Extensions > Custom Rating and click the button to reset all ratings.
  3. Go to Grifus Extensions > Custom Images and click the button to replace all images.

Images

Tests

To run composer and to execute the following:

git clone https://github.com/josantonius/wp-extensions-for-grifus.git

cd wp-extensions-for-grifus

bash bin/install-wp-tests.sh wordpress_test root '' localhost latest

composer install

Run unit tests with PHPUnit:

composer phpunit

Run WordPress code standard tests with PHPCS:

composer phpcs

Run PHP Mess Detector tests to detect inconsistencies in code style:

composer phpmd

Run all previous tests:

composer tests

Sponsor

If this project helps you to reduce your development time, you can sponsor me to support my open source work :blush:

License

This repository is licensed under the GPLv2 License.

Copyright © 2017-2022, Josantonius


All versions of wp-extensions-for-grifus with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6 || ^7.0
eliasis-framework/eliasis Version ^1.1.3
eliasis-framework/complement Version ^1.1.1
josantonius/wp_register Version ^1.0.4
josantonius/hook Version ^1.0.6
josantonius/wp_menu Version ^1.0.3
josantonius/wp_image Version ^1.0.3
composer/installers Version ^1.4.0
eliasis-framework/wp-plugin-rating Version ^1.0.1
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 josantonius/wp-extensions-for-grifus contains the following files

Loading the files please wait ....