/packinst

Package installer for the Collei Plat MVC Framework/Platform

Primary LanguagePHPMIT LicenseMIT

IMPORTANT

Abandoned package

Collei Framework has adopted Composer as dependency management solution, so this package is no longer needed.

Collei Packinst

A package manager designed to work within Collei Plat MVC framework.

How to Use

Not usable yet. But you can play it for fun. Just download the .zip and unpack it under your Apache htdocs, then hit http://localhost/packinst in your browser. It needs internet connection in order to access Github.com

Build Status

Currently in active developement with several basic features being created and improved in a daily basis. Developed currently under Apache Web Server 2.4, PHP 7.4, Windows 10 Pro.

Current Features

  • Install a package from public GITHUB repo, given its "group/project" string.
  • Remove an installed package
  • Check if a given plugin is up-to-date
  • Update and outdated package

For the Long Run

  • Ability to automatically install/update dependencies for a given package.
  • Support for other popular VCS (public repos only)

Known Limitations

  • Can work with Github only.
  • Can work with public repositories only.
  • Does not care of package dependencies, some of which may be not compatible with Collei Plat nor with Packinst itself, such as Composer- or Symfony-enabled items.

License

MIT License

Copyright 2022 Collei collei@collei.com.br

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.