lindomar/php-class

dev-main 2021-06-20 19:56 UTC

This package is auto-updated.

Last update: 2024-04-21 02:11:17 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