{"id":16993686,"url":"https://github.com/mathiiii-dev/blog","last_synced_at":"2026-04-08T16:32:09.742Z","repository":{"id":55643652,"uuid":"291007702","full_name":"mathiiii-dev/Blog","owner":"mathiiii-dev","description":"P5 OC - Create your first blog with PHP","archived":false,"fork":false,"pushed_at":"2021-11-23T15:13:07.000Z","size":7591,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T05:26:34.942Z","etag":null,"topics":["composer","database","laragon","p5-oc","php"],"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/mathiiii-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-28T09:34:57.000Z","updated_at":"2021-11-23T15:13:10.000Z","dependencies_parsed_at":"2022-08-15T05:20:37.921Z","dependency_job_id":null,"html_url":"https://github.com/mathiiii-dev/Blog","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mathiiii-dev/Blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiiii-dev%2FBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiiii-dev%2FBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiiii-dev%2FBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiiii-dev%2FBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathiiii-dev","download_url":"https://codeload.github.com/mathiiii-dev/Blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathiiii-dev%2FBlog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["composer","database","laragon","p5-oc","php"],"created_at":"2024-10-14T03:43:45.591Z","updated_at":"2026-04-08T16:32:09.725Z","avatar_url":"https://github.com/mathiiii-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P5 OC DA/PHP - Symfony\n\nCreate your first blog with PHP\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine if you want to test it or develop something on it.\n\n\n### Prerequisites\n\nTo make the project run you will need to install those things :\n\n* [Laragon](https://laragon.org/download/)\n* [PHP 7.4.11](https://www.php.net/releases/index.php)\n* [Apache 2.4.35](http://archive.apache.org/dist/httpd/httpd-2.4.35.tar.gz)\n* [MySQL 5.7.24](https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.24-winx64.zip)\n* [Composer](https://getcomposer.org/download/)\n* [Node.js \u0026 npm](https://nodejs.org/fr/)\n\n\n### Installing\n\nFollow those steps to make the projetc run on your machine\n\nClone the project :\n```\ngit clone https://github.com/mathias73/Blog.git\n```\nUpdate composer :\n```\ncomposer update\n```\nInstall npm packages :\n```\nnpm i\n```\n### Database\n\nYou can download a database with data test here : \n\n[Blog database](https://drive.google.com/file/d/189oRdbs7TA4vJOhOhx8Wtx2VCiR-pU5C/view?usp=sharing)\n\n\nYou can edit Config.php with your database credentials : \n\n```php\nclass Config\n{\n    const DB_HOST = 'mysql:dbname=blog;host=127.0.0.1';\n    const DB_USER = 'root';\n    const DB_PASSWORD = '';\n    const DB_OPTION = [\\PDO::MYSQL_ATTR_INIT_COMMAND =\u003e 'SET NAMES utf8'];\n}\n```\n## Admin account\n\nWith the database test you have two admin accounts which are : \n```\nPseudo : Moore \nPassword : motdepasse \n```\n```\nPseudo : Hawkins \nPassword : motdepasse\n```\n\n## Local Test Mail\n\nYou can configure Laragon to test the contact form (it send a mail).\n\nFollow the instructions here : https://laragon.org/docs/mail-sender.html\n\n![email](https://image.noelshack.com/fichiers/2020/49/6/1607181565-email.png)\n\n## Built With\n\n* [PHP](https://www.php.net/manual/fr/intro-whatis.php) - Programming language\n* [Twig](https://twig.symfony.com/) - Template engine\n* [Clean blog](https://github.com/startbootstrap/startbootstrap-clean-blog) - Template bootstrap\n* [aos](https://michalsnik.github.io/aos/) - Animation JS library\n* [TinyMCE](https://www.tiny.cloud/) - Text editor\n* [Fontawesome](https://fontawesome.com/) - Icon library\n\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/mathias73/blog/tags). \n\n\n## Authors\n\n* **Mathias Micheli** - *Student* - [Github](https://github.com/mathias73)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiiii-dev%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathiiii-dev%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiiii-dev%2Fblog/lists"}