Download the PHP package epochblue/philip-plugins without Composer

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

Philip Plugins

A few simple plugins for the Philip IRC bot.

Admin

Adds basic administrative functionality to the bot in the form of !quit, !join, and !leave commands.

  1. !quit <quit message>: Tells the bot to quit the IRC server.

    Example usage:
        !quit ...aaand boom goes the dynamite.
  2. !join <channels>: Tells the bot to join the given channel(s).

    Example usage:
        !join #example-room
        !join #example-room1 #example-room2
  3. !leave <channels>: Tells the bot to leave the given channel(s).

    Example usage:
        !leave #example-room
        !leave #example-room1 #example-room2
  4. !say <channel> <msg>: Tells the bot to send a message to the given channel.

    Example usage:
        !say #example-room Look I can talk.

These commands only work via private message and only if the issuer is in the ops array in the bot's configuration.

The !say command was contributed by Micah Breedlove

SwearJar

Adds a "swear jar" that listens to the conversation and keeps track of how many times someone has used a "bad word" and how much money they owe as a result.

ImageMe

Adds the ability to request a random image from Google Images based on a keyword. There's also a version of the command specifically for GIFs.

  1. !img <keyword>: Gets a random image that matches the keyword.

    Example usage:
        !img wizard
  2. !image <keyword>: Same as above

    Example usage:
        !image wizard
  3. !gif <keyword>: Looks specifically for a GIF.

    Example usage:
        !gif wizard

These use the Google Images API and have SafeSearch turned on by default, so it should return only SFW images, but your mileage may vary.

CannedResponse

The bot will sit in a channel and send back canned responses when spoken to.

This plugin was contributed by Sean Crystal

DarkSky

_This plugin requires a DarkSky API key be added to your bot's configuration Add it like this:

Adds the ability to get up-to-the-minute weather information and forecasts from the DarkSky API. This plugin contains only a single bot command, but has multiple subcommands:

  1. !ds [current|now] <location>: Gets weather info for the given location.

    Example usage:
        !ds now 37205
        !ds now Nashville, TN
        !ds current 600 Charlotte Ave, Nashville, TN 37219
  2. !ds [forecast|at] <location> @ <time>: Get the forecast for the location at a specific time.

    Example usage:
        !ds forecast 37214 @ +10 minutes
        !ds at 37214 @ -5 minutes

Note: <time> must be between -8 hours and +1 hour from the current moment.

AnsweringMachine

Adds an "answering machine" to a bot, allowing users to leave messages for people who aren't currently in the room. The messages will be delivered when the recipient re-joins the room.

  1. !msg <recipient> <message>: Saves a message for the intended recipient.

    Example usage:
        !msg irc-buddy Call me when you get this.

By default, messages are relayed in public; however, messages delivered privately to the bot, will be relayed privately to the recipient when the user re-joins.

BitCoinTicker

Adds ability to get bitcoin stats from the mtgox api. Contains 1 command:

  1. !btc shows buy, sell, high, and low in USD.

AUTHORS/CONTRIBUTORS


All versions of philip-plugins with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
epochblue/darksky-php Version 1.0.x
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 epochblue/philip-plugins contains the following files

Loading the files please wait ....