2017 © Pedro Peláez
 

library package-tools

A set of tools for working with packages.

image

codehulk/package-tools

A set of tools for working with packages.

  • Sunday, February 25, 2018
  • by codehulk
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Package

This library contains tools for working with Packages programmatically., (*1)

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., (*2)

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., (*3)

The Versions

25/02 2018

dev-master

9999999-dev

A set of tools for working with packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Piper

25/02 2018

0.1.0

0.1.0.0

A set of tools for working with packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Piper