web2all / inifile
Web2All ini file parsing
Requires
- php: >=5.4
- web2all/framework: ~1
Requires (Dev)
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2025-03-30 05:08:40 UTC
README
This web2all/inifile
package requires the web2all/framework
(https://github.com/web2all/framework). It used to be proprietary software but now it has been released to the public domain under a MIT license.
This pacckage is no longer actively maintained. Most likely it is only of interest if you own software created by Web2All B.V. which was built using table classes.
What does it do
Handle reading and writing of ini files and adding/removing/updating key/value pairs and sections.
It also includes functionality to extend the web2all/framework
configiguration handling to read some configuration from ini files.
Known issues
Does not properly handle inifiles which do not use sections.
License
Web2All framework is open-sourced software licensed under the MIT license (https://opensource.org/licenses/MIT).