What is the project about?
"PW" a word writer php project with tags. With "PW", you can download the desired word file with one key using the predefined tags and settings. Once you have entered the values of the tags you have previously specified, the file containing your new values is automatically downloaded.
Word File
I select the word file containing tags. (parsword.docx)
It has two tags named name and id.
Settings Page
I select "parsword.docx" file.
I write setting name "Pars Belge".
I write tags "${name}" and "${id}".
And I click the upload button.
Print Page
I select setting. (Pars Belge)
And I write tag values.
I click the "print" button.
This is the file we downloaded with the values we wrote.
Technology Stack
CodeIgniter (PHP MVC Framework)
Codeigniter User Panel Management / BSEU
Roadmap
In the future I can write a completely dynamic office management theme (doc,excel,pdf etc). I can make an online management editor for office files. Relevant transactions can be made with the regulation of these files and online control.
Install
Download PW via github or clone your computer.
Clone:
cd projectfolder
git clone https://github.com/pars11/PhpWordWriter
Open phpmyadmin and create a database with name "pw" and import the file "pw.sql" in that database.
Copy PW into your root directory.
Example :
C:\xampp\htdocs\PhpWordWriter
The login screen will appear.
To login, I am going to provide the user email and password below.
Admin : admin@ornek.com / 123456
How to contribute?
You can reach me by commenting on this post or send message on the discord (pars11).If you want to make this application better, you can make a Pull Request.
Posted on Utopian.io - Rewarding Open Source Contributors