Readme: About Fusion
Fusion is a PHP package manager that manages dependencies, loadable source code, extensions, and state of PHP projects.
Documentation
The separate documentation repository also has the user-friendly version and covers the following key features:
- Typeless Packages: Build the root project along with its dependencies.
- Environments: Define production, shared development, and local metadata.
- Lifecycle Hooks: Attach custom scripts to specific workflow stages.
- Source Code: Index requirable code automatically.
- Dir Indicators: Expose dirs to other packages so they can extend yours.
- Custom Logic: Build your own package manager on top of Fusion.
- Package References: Resolve packages by semver, commit, branch, or tag.
Registry
For default packages, see the default registry page.
Contribution
Each merge request serves as confirmation to transfer ownership to the project and must meet the following criteria:
- Own intellectual property.
- Neutral content. Free from political bias, for example.
- Pure PHP without exotic extensions.
See the contributing file if these criteria apply to you.
License
Fusion - PHP Package Manager
Copyright © Valvoid
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see licenses.
