Download the PHP package borisguery/gisele without Composer

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

Gisele - Google CLI Search

Gisele is simple tool which allows you to make a Google search in CLI

Installation

  1. Download the gisele.phar executable
  2. Run Gisele: php gisele.phar

Installation from Source

  1. Run git clone https://github.com/borisguery/Gisele.git
  2. Run Composer to get the dependencies: composer install (see Composer documentation)

You can now run Gisele by executing the bin/gisele script: php /path/to/gisele/bin/gisele

Usage

There are actually three search commands available.

web

php gisele.phar web "boris guery"

image

php gisele.phar image "php logo"

news

php gisele.phar news "php"

All commands have the following options:

The number of seconds between each requests, can be either an integer, or a range like 1,3 (default: '5,10')`

Ask confirmation before fetching next page

The maximum of result to fetch

Custom format to render the results, depending on the command, the following placeholder are available: {counter}, {title}, {link}, {from}, {ago} (the last two are only available for the news command)

Are you lucky? Stop at the first result

Tips & Tricks

How to automaticaly open the result in a browser using the --lucky option?

(Replace open by xdg-open on Linux)

How to download the 20 first images from search result?

How do I save results while display them to the screen?

Contributing

If you have some time to spare on an useless project and would like to help take a look at the list of issues.

Requirements

Authors

Boris Guéry - http://borisguery.com

License

Gisele is licensed under the WTFPL License - see the LICENSE file for details

About

This tool has mostly been written as a proof-of-concept while experimenting with Symfony2, Goutte, Composer and PHAR creation.

Most part of this application is heavily inspired by Composer and Symfony2 source code.

Legal Notes

Using this tool may be an infringement of the Google's terms of use (well, this may be unclear in some countries...), use at your own risk.


All versions of gisele with dependencies

PHP Build Version
Package Version
Requires fabpot/goutte Version dev-master
symfony/console Version dev-master
symfony/class-loader Version dev-master
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 borisguery/gisele contains the following files

Loading the files please wait ....