Download the PHP package gogoleva/infinitescroll without Composer

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

Strategery InfiniteScroll

This extension is for when the user reaches the end of the current product list, the next page is loaded automatically by AJAX after the end of the list. Easy to install and configure, this module works 100% out of the box with Magento's default theme, and also gives to you the posibility to configurate the custom selectors of your custom theme. Now you can get a more friendly UI by helping the user to save clicks and time.

Installation

Magento Connect (Stable)

  1. Download from Magento Connect: http://www.magentocommerce.com/magento-connect/strategery-infinitescroll-2-9213.html
  2. Configure the selectos for your theme on System / Configuration section.
  3. Refresh your Magento cache.
  4. Scroll to infinity and beyond!

Composer (Development)

Useful for quickly grabbing development copy.

  1. Add the repository to composer.json:

    { "type": "vcs", "url": "https://github.com/Strategery-Inc/Magento-InfiniteScroll.git" }

  2. Add a requirement: "strategery-inc/magento-infinitescroll": "dev-master"
  3. Run composer update to install.

Configuration

If you have a different theme other than the default, you will need to copy the default theme files to your custom theme folder and configure the plugin by going to System / Configuration / Catalog / Infinite Scroll.

Demo

Frontend Demo http://demo.usestrategery.com/infinite-scroll/infinitescroll.html
Backend (Admin)
URL http://demo.usestrategery.com/infinite-scroll/admin
Username demo
Password demo1234

Useful Links

Repositoryhttps://github.com/webcreate/infinite-ajax-scroll

Development Notes

To hook to window.ias you need to listen the window.onload event:

jQuery(window).load(function() { console.log('window load jquery'); console.log(window.ias); });


Release Notes

v3.1.0

Upgraded to IAS 2.1.3, which includes major stability and bug-fix improvements, as well as some new features.

UPGRADE NOTES

If you're supplying custom configuration through a file (in the "Advanced" tab of the System Config options) please take a look at the new configuration architecture in this file: http://bit.ly/1wurMmX

If you're listening to certain events, please take a look at the new events API: http://infiniteajaxscroll.com/docs/events.html

v3.0.0
v2.1.5/2.1.6
v2.1.4
v2.0.3

On the configuration for default you will see the selectors for Magento 1.6, if you need to configure on Magento 1.3 you should set the following selectors:

Copyright 2014 Strategery, Inc. Licensed under the Academic Free License version 3.0


All versions of infinitescroll with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
magento-hackathon/magento-composer-installer Version *
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 gogoleva/infinitescroll contains the following files

Loading the files please wait ....