lindomar / php-class
dev-main
2021-06-20 19:56 UTC
Requires
- php: >=7.0
- rain/raintpl: 3.0.0
This package is auto-updated.
Last update: 2024-10-21 03:33:44 UTC
README
To install the library, run the following command:
composer require lindomar/php-classes
To use the library, simply require the composer to autoload, invoke the class and call the method:
Copy the file config_database.json.exemple to /config/config_database.json
Update with your SMTP server configuration data
{
"HOSTNAME": "",
"USERNAME": "",
"PASSWORD": "",
"DBNAME": ""
}
Developers
- Lindomar - Github
- RainTPL - an easy template engine for PHP that enables designers and developers to work better together, it loads HTML template to separate the presentation from the logic.
License
MIT