flamecore/flink 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

flamecore/flink

Composer 安装命令:

composer require flamecore/flink

包简介

Simple and intuitive linkparser framework

README 文档

README

Build Status Scrutinizer Coverage License

Parse a link, getting the images, the title and the description of the webpage.

This package includes a PHP library and a Linkparser Box plugin for jQuery.

Using Flink

See the demo/ directory for a usage example.

Installation

Install via Composer

Create a file called composer.json in your project directory and put the following into it:

{
    "require": {
        "flamecore/flink": "dev-master"
    }
}

Install Composer if you don't already have it present on your system:

$ curl -sS https://getcomposer.org/installer | php

Use Composer to download the vendor libraries and generate the vendor/autoload.php file:

$ php composer.phar install

Include the vendor autoloader and use the classes:

namespace Acme\MyApplication;

use FlameCore\Flink\Flink;

require_once 'vendor/autoload.php';

Requirements

  • You must have at least PHP version 5.3 installed on your system.

Contributors

If you want to contribute, please see the CONTRIBUTING file first.

Thanks to the contributors:

  • Tony of RedsunSoft
  • Alejandro Parra (maparrar)
  • Christian Neff (secondtruth)

History

  • Original code (PHP + jQuery) by Tony of Redsunsoft

  • Code modified by maparrar (Revision: 2013-03-29)

    • Created plugin for the JS code
    • Created class for the PHP code
    • Included callback at the end of process
    • Some other improvements
  • Code cleanup and Framework implementation by IceFlame.net

统计信息

  • 总下载量: 147
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 13
  • Watchers: 5
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: ISC
  • 更新时间: 2015-03-23