Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on How to store credentials for PHP scripts on a Windows machine?
Post
How to store credentials for PHP scripts on a Windows machine?
+6
−0
I have a number of command line PHP scripts that are either run by a user or by Windows Task Scheduler.
These scripts use DB and API credentials and I am wondering if there is a better way of storing said credentials than configuration files outside of the Git repository?
1 comment thread