Download the PHP package randak/charlotte without Composer

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

Charlotte

Author: Kristian Randall [email protected] Copyright 2014

PHP-based web crawler for site analysis. Crawls your website and stores information about your pages, scripts and stylesheets in a Neo4j graph database. (Can be extended to use any database.)

Installation

Install using Composer:

composer require randak/charlotte:dev-master

Depending on your composer settings, you may need to run composer require everyman/neo4jphp:dev-master before you can install Charlotte. If you get an error about that package not being available, this is the likely solution.

In addition to installing Charlotte, you'll also need Neo4j, whether it be on the same machine or another server.

Configuration

After installation, you will need to set up your configuration. Currently, there is an example config file in the examples folder. The config will look something like this:

You should set the URL here to be the homepage of the website you wish to crawl.

The exclude patterns are regular expressions that will match URLs you don't want to crawl. For example, we are ignoring certain file types, and any URL that starts with a #.

Usage

Charlotte is currently designed to be run from the command line only.

Create a file called crawl.php.

touch crawl.php

Insert the follow.

Make sure everything is set up in your config.yml and that your database is open.

Run the script.

php crawl.php

Contributions

Contributions are welcome! If you'd like to contribute, please create an issue first.

Disclaimer

This crawler is intended to be used only on websites which are owned or operated by you. The developer(s) of this tool are not responsible for any use of this code that violates any laws or otherwise causes harm, and are not liable for any misuse.


All versions of charlotte with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
everyman/neo4jphp Version *
fabpot/goutte Version *
symfony/yaml Version 2.*
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 randak/charlotte contains the following files

Loading the files please wait ....