3f/meta 问题修复 & 功能扩展

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

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

3f/meta

最新稳定版本:1.1.1

Composer 安装命令:

composer require 3f/meta

包简介

A class and a collection to handle metadata and access them "à la" C#.

README 文档

README

Latest Stable Version Latest Unstable Version Build Status Scrutinizer Code Quality License Total Downloads

Meta

A class and a collection to handle metadata and access them "à la" C#.

Composer Installation

To install Meta, you first need to install Composer, a Package Manager for PHP, following these few steps:

curl -s https://getcomposer.org/installer | php

You can run this command to easily access composer from anywhere on your system:

sudo mv composer.phar /usr/local/bin/composer

Meta Installation

Once you have installed Composer, it's easy install Meta.

  1. Edit your composer.json file, adding Meta to the require section:
{
    "require": {
        "3f/meta": "dev-master"
    },
}
  1. Run the following command in your project root dir:
composer update

Documentation

The documentation can be generated using Doxygen. A Doxyfile is provided for your convenience.

Authors

Filippo F. Fadda - filippo.fadda@programmazione.it - http://www.linkedin.com/in/filippofadda

Copyright

Copyright (c) 2016-2017, Filippo Fadda All rights reserved.

License

Meta is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2017-11-15