codehulk/package-tools
Composer 安装命令:
composer require codehulk/package-tools
包简介
A set of tools for working with packages.
README 文档
README
This library contains tools for working with Packages programmatically.
Definitions
Package
A package is a collection of related classes that forms a single unit of functionality. Much like a class is a collection of interdependent functions and state, a package is a collection of interdependent classes, and by definition, state as well.
Just as a class has a public API that the outside world can interact with, so does a Package. Classes may be defined as public, in that they're intended to be used as integration points to access the Package's functionality, and private, declaring that they're internal to the Package and shouldn't be used directly.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-30