Skip to content

h2jose/invitationletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invitation Letter Auto-Generate

Invitation Letter auto-generate
It allows self-generate an invitational letter for a participant to a conference or event.

Resume

Form with 3 inputs: Title, Name and institution of participant
The app work with post method
A pdf file is generated with DOMPDF to download
Tha app use php and composer

Install

  1. Prepare 2 images: header.png (width: 700px) and signature.png (width: 100px)
  2. In config.php, edit this variables:
    // Main manual footer items, Edit:
    $president = 'Name of Event President or Director';
    $position = 'Title of Event President or Director';
    $institution_president = 'Name of President Institution';
    $city = 'City of Event';
    // Text of letter (HTML Format), Edit:
    $body = 'letter content...'

3. It´s all.

About

It allows self-generate an invitational letter for a participant to a conference or event.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published