{"id":15088990,"url":"https://github.com/gruggierites/php7-starter","last_synced_at":"2026-02-25T05:08:46.859Z","repository":{"id":245455805,"uuid":"817787805","full_name":"GRuggieriTES/php7-starter","owner":"GRuggieriTES","description":"A starter project that includes a cake php application, a database. intended to get to speed with php","archived":false,"fork":false,"pushed_at":"2024-06-26T15:56:47.000Z","size":10903,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T09:16:04.427Z","etag":null,"topics":["cakephp","composer","docker","docker-compose","fastcgi","fastcgi-cache","mysql","nginx","php","phpmyadmin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GRuggieriTES.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-06-20T12:47:16.000Z","updated_at":"2024-06-25T10:20:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"770ed247-49a2-43e5-82de-691273634224","html_url":"https://github.com/GRuggieriTES/php7-starter","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"fd7eff73aa0644f85e47e0666530619cd04c89fa"},"previous_names":["gruggierites/php7-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GRuggieriTES/php7-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRuggieriTES%2Fphp7-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRuggieriTES%2Fphp7-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRuggieriTES%2Fphp7-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRuggieriTES%2Fphp7-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GRuggieriTES","download_url":"https://codeload.github.com/GRuggieriTES/php7-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRuggieriTES%2Fphp7-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280917406,"owners_count":26413206,"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-10-25T02:00:06.499Z","response_time":81,"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":["cakephp","composer","docker","docker-compose","fastcgi","fastcgi-cache","mysql","nginx","php","phpmyadmin"],"created_at":"2024-09-25T08:38:31.770Z","updated_at":"2025-10-25T06:45:09.914Z","avatar_url":"https://github.com/GRuggieriTES.png","language":"JavaScript","readme":"# Project Name: php-starter\n\n## Description\nThis project serves as a starter for PHP experimentation using php 7 specifically for working with legacy systems. It provides a basic structure and configuration to help you kickstart your PHP development.\n\n!['learning screenshot'](./docs/images/learning.png)\n\n## Prerequisites\nBefore using this project, make sure you have the following installed on your system:\n- Docker Desktop\n- Node.js\n\n## Installation\n1. Clone the repository: `git clone https://github.com/GRuggieriTES/php7-starter.git`\n2. Navigate to the project directory: `cd php7-starter`\n3. Spin up the services `npm run start`\n4. Open a new shell terminal, to interact with the PHP command line, shell into the php container `docker exec -it php /bin/bash`\n5. After the above, should be in the working directory, `myapp` where the project resides.\n6. Install PHP dependencies `composer install`\n\n## Stop services\n1. Within the docker terminal you used to to `npm start` do `CTRL+c`\n2. Stop and delete containers `npm stop`\n\n## Usage\nOnce the container is up and running\n\n1. The app: `http://localhost:3000/learning/variables` is the example php page for accessing the learnings.\n2. For getting PHP setup inforamtion, `http://localhost:3000/info`\n3. An example cake PHP application `http://localhost:3000/users` showing the same example as point 1, but generated MVC classes, full crud :)\n2. The phpMyAdmin MySQL client app `http://localhost:3001` Login - UN: `myuser`, PW: `mypassword`\n\n## Customization\nFeel free to customize this project according to your needs. Here are a few areas you might want to consider:\n- Update the project name and description in the `README.md` file.\n- Modify the project structure to fit your application's requirements.\n- Add your own PHP files and logic.\n- Update the `composer.json` file to include any additional dependencies.\n\n## Contributing\nIf you would like to contribute to this project, please follow these steps:\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/your-feature-name`\n3. Make your changes and commit them: `git commit -m \"Add your commit message\"`\n4. Push to the branch: `git push origin feature/your-feature-name`\n5. Open a pull request.\n\n## License\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruggierites%2Fphp7-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgruggierites%2Fphp7-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruggierites%2Fphp7-starter/lists"}