定制 tormorten/ebillett 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

tormorten/ebillett

Composer 安装命令:

composer require tormorten/ebillett

包简介

A simple class for getting eBillett entries in PHP.

README 文档

README

A simple class for getting eBillett entries in PHP.

Installation

You can install eBillett PHP using both composer or a manual include. The class is namespaced under eBillett.

Composer

Require using composer

composer require tormorten/ebillett

Include the composer autoloader in your project

require 'vendor/autoload.php';

Manual include

Include the class file

include 'src/eBillett.php';

Examples

The syntax for the class is quite simple

Create a new instance

$ebillett = new \eBillett\eBillett(1234);

Get all entries

$entries = $ebillett->get();

Get a single entry by show ID

$entry = $ebillett->get(54321);

Or get it in one single line

$entry = (new \eBillett\eBillett(1234))->get(54321);

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-26