Sep 4, 2018 · 1 min read
What if i want my package to have more functionality ? For example, i want to have multiple classes with multiple functions. For example:
Person.php to handle data such as names, address, dni, etc.
Job.php to handle corporative data such as tax information registry, employees, departments etc.
How can i do so ?