hfcorriez / pac

An Elegant PHP Package manager

Home Page:https://pacphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pac

A Elegant PHP Package manager.

Targets:

  • Simple to use
  • Acorrding PSR
  • Fast to install

Install

Using Mac HomeBrew

$ 

Using npm or yarn

$ npm install -g pacphp

$ yarn global add pacphp

Using composer

$ composer global require pacphp/cli

Usage

$ pac help

Usage: pac [command] [flags]

Commands:

init                Init pac
add/install         Install package
rm/remove           Remove package
config              Show config
info                Show package info
list                List all packages
outdated            List outdated packages
version             Show pac version and package version

login               Login to pacphp.com
logout              Logout from pacphp.com
publish             Pulish to pacphp.com


-----------

Global options:

--dev | -d
--global | -g
--help | -h
--force | -f

License

MIT

About

An Elegant PHP Package manager

https://pacphp.com


Languages

Language:PHP 100.0%