Skip to content

License

Disclaimer

This MagewirePHP packages are provided as is, without any warranties or guarantees. Use it at your own risk. We are not responsible for any issues, damages, or consequences that may arise from its use, and no claims can be made against us for any reason.

MagewirePHP is an open-source project licensed under the MIT License. This means you are free to use, modify, distribute, and even incorporate MagewirePHP into commercial projects, as long as you include the original license and copyright notice.

MIT License Overview

The MIT License is a permissive open-source license that grants broad freedoms while requiring minimal obligations. Below are the key points:

  • Free Use – You are allowed to use MagewirePHP for personal, commercial, and open-source projects.
  • Modification & Distribution – You can modify the source code and distribute it without restriction.
  • No Warranty – The software is provided "as is," without any warranties or guarantees. The authors are not liable for any damages resulting from its use.
MIT License

Copyright (c) [YEAR] MagewirePHP Contributors

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.

How to Attribute the License

If you use MagewirePHP in your project, please ensure the MIT License notice is included in your source code and/or project documentation.

For more details about the MIT License, visit: https://opensource.org/licenses/MIT