mindpowered / electricalc
Calculator for electrical wiring and circuits
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mindpowered/electricalc
Requires
This package is auto-updated.
Last update: 2025-10-09 05:16:21 UTC
README
Calculator for electrical wiring and circuits
Contents
Source Code and Documentation
- Source Code: https://github.com/mindpowered/electrical-calculator-php
- Documentation: https://mindpowered.github.io/electrical-calculator-php
Requirements
- php >= 7
- php
mbstringextension - php
xmlextension
Third-party dependencies may have additional requirements.
Installation
You can get electricalc using Composer. Composer manages dependencies for packages from Packagist and you can get it here: https://getcomposer.org/ .
Create a composer.json file in the top-most directory of your project and add mindpowered/electricalc to the requirements:
{
"require": {
"mindpowered/electricalc" : "*"
}
}
Now you can run the command to update composer: composer update. In order for composer to install the package dependencies you will need an archive manager such as zip installed. Composer requires use of the commands zip and unzip.
Support
We are here to support using this package. If it doesn't do what you're looking for, isn't working, or you just need help, please Contact us.
There is also a public Issue Tracker available for this package.
Licensing
This package is released under the MIT License.