Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 429 Bytes

package.md

File metadata and controls

8 lines (4 loc) · 429 Bytes

Package

Overview

A package is a piece of reusable code that can be dropped into any application and be used without any tinkering to add functionality to that code. You don't need to know what is happening inside, only what the package's goal. Maybe this package uses another package, in this case this is called a dependency.

Public packages can be easily found in the website Packagist.org.