Download the PHP package projectcleverweb/lastautoindex without Composer

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

LastAutoIndex

The last auto indexer (aka directory index) you will ever need.

LastAutoIndex is a completely customizable auto index, and is designed to replace Apache's pre-installed auto index. To start customizing, checkout the src/public/themes directory.

Download:
Download Latest Release   Download Bleeding Edge

Via Composer: composer require projectcleverweb/lastautoindex


Installation

Installation is very simple, all you need to do is disable any existing auto indexer, and add LastAutoIndex as a directory index.

If you downloaded the source code, you will need to first run composer install in the root of the source code directory.

NOTICE: The path to LastAutoIndex in your .htaccess (or similar) file must absolute from your servers document root

Requirements

Installing On Apache
Add the below code to your .htaccess file

Installing On Nginx
Add the below code to your nginx.conf file

Installing On Lighttpd
Add the below code to your lighttpd.conf file

Installing On Cherokee
Add the below code to your cherokee.conf file

Configuring

You can configure your installation by editing your src/config.php file

Contributing

Everyone is welcome to submit their own ideas, and it is my hope that you do. I especially encourage people to create & submit their own themes, as most people (myself included) enjoy having variety.

How to contribute

  1. Fork the repo on Github
  2. Make your changes
  3. Send a pull request to have your changes reviewed

Changelog

See the releases page on github

Screenshots

The standard index
standard directory index listing in LastAutoIndex

Filtering the current index filter the directory index listing in LastAutoIndex

Searching the current directory and its sub-directories Preforming a search in LastAutoIndex

Copyright & Licensing

Copyright © Nicholas Jordon 2015 - All Rights Reserved

Source-code License: MIT
Documentation License: CC BY NC SA
NOTICE: All included works (aka libraries) are licensed under the MIT license OR are compatible with the MIT License.

The LastAutoIndex documentation by Nicholas Jordon is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_US

The LastAutoIndex source code by Nicholas Jordon is licensed under the MIT License. To view a copy of this license, visit http://opensource.org/licenses/MIT

Third party works that may also be included with this work are also not subject to this work's copyright & license(s). Copyright & licensing of all included works are determined by their respective owners.


All versions of lastautoindex with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
digitalnature/php-ref Version dev-master
projectcleverweb/php-uri Version dev-develop
cebe/markdown Version ~1.0.1
milo/github-api Version ^1.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 projectcleverweb/lastautoindex contains the following files

Loading the files please wait ....