{"id":31154742,"url":"https://github.com/hatixntsoa/php.mail","last_synced_at":"2026-05-16T18:08:37.659Z","repository":{"id":232042497,"uuid":"757257037","full_name":"hatixntsoa/php.mail","owner":"hatixntsoa","description":"A Mail Client App Based on PHP","archived":false,"fork":false,"pushed_at":"2025-09-11T05:08:20.000Z","size":2314,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T08:47:26.786Z","etag":null,"topics":["gmail","mysql","php","php-mailer","smtp"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hatixntsoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-14T05:40:56.000Z","updated_at":"2025-09-11T05:08:24.000Z","dependencies_parsed_at":"2024-05-31T18:11:16.774Z","dependency_job_id":"2f0e8531-5ef8-45ca-8766-e091ffbe3f18","html_url":"https://github.com/hatixntsoa/php.mail","commit_stats":null,"previous_names":["h471x/php_mail","hatixntsoa/php.mail"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hatixntsoa/php.mail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fphp.mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fphp.mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fphp.mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fphp.mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatixntsoa","download_url":"https://codeload.github.com/hatixntsoa/php.mail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fphp.mail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275820565,"owners_count":25534815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gmail","mysql","php","php-mailer","smtp"],"created_at":"2025-09-18T19:32:41.813Z","updated_at":"2025-09-18T19:33:20.545Z","avatar_url":"https://github.com/hatixntsoa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Mail Web Application using MariaDB as Database\n\nUsing [PHP Mailer](https://github.com/PHPMailer/PHPMailer)\n\n# How to run it in your local machine ? \n### Cloning the repository\n\n```bash\ngit clone https://github.com/hatixntsoa/php.mail.git\n```\n\n### Setup \n#### Dependencies\n\n- php \n```bash\nsudo apt install php php-mysql\n\n```\n- Database\n```bash\nsudo apt install mariadb-client mariadb-server \n\n```\n### Config\n#### Create the user and the Database\n- Start the mariadb-server\n```bash\nsudo systemctl start mariadb\n\n```\n- Login into the local server as root and create a new user _phpmail_\n```bash \nsudo mariadb -u root -p -e \"CREATE USER 'phpmail'@'localhost' IDENTIFIED BY 'mail';\"\n```\n- Create the Database\n```bash \nsudo mariadb -u root -p -e \"CREATE DATABASE IF NOT EXISTS mail;\"\n```\n- Give the right privilege into the new user \n```bash \nsudo mariadb -u root -p -e \"GRANT ALL PRIVILEGES ON mail.* TO 'phpmail'@'localhost';\"\n```\n```bash \nsudo mariadb -u root -p -e \"FLUSH PRIVILEGES;\"\n\n```\n- Move the source code into the `/var/www/htm/` directory\n```bash\nsudo rsync -a -v --exclude='.git' --exclude='README.md' ./ /var/www/html\n```\n\n- Launch the web server for example Apache2\n```bash\nsudo systemctl start apache2\n```\n- Finally type localhost in your web-browser\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatixntsoa%2Fphp.mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatixntsoa%2Fphp.mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatixntsoa%2Fphp.mail/lists"}