Skip to content

Lindomarc/php-classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Mysql/mariadb database with PDO

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages