{"id":19264466,"url":"https://github.com/dcsg/phplx-how-to-build-console-app","last_synced_at":"2025-07-06T01:03:00.614Z","repository":{"id":11167807,"uuid":"13541919","full_name":"dcsg/phplx-how-to-build-console-app","owner":"dcsg","description":"Source code of my talk at phplx","archived":false,"fork":false,"pushed_at":"2013-10-20T10:10:01.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T01:02:46.213Z","etag":null,"topics":[],"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/dcsg.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":"2013-10-13T15:53:36.000Z","updated_at":"2014-03-14T00:07:03.000Z","dependencies_parsed_at":"2022-09-23T08:12:04.931Z","dependency_job_id":null,"html_url":"https://github.com/dcsg/phplx-how-to-build-console-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcsg/phplx-how-to-build-console-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2Fphplx-how-to-build-console-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2Fphplx-how-to-build-console-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2Fphplx-how-to-build-console-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2Fphplx-how-to-build-console-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcsg","download_url":"https://codeload.github.com/dcsg/phplx-how-to-build-console-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcsg%2Fphplx-how-to-build-console-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263833413,"owners_count":23517371,"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","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":[],"created_at":"2024-11-09T19:41:18.363Z","updated_at":"2025-07-06T01:03:00.568Z","avatar_url":"https://github.com/dcsg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to build Console Applications\n\n[![Build Status](https://travis-ci.org/danielcsgomes/phplx-how-to-build-console-app.png?branch=master)](https://travis-ci.org/danielcsgomes/phplx-how-to-build-console-app)\n\nThe source code of my talk at [phplx October 2013 meetup](http://phplx.net)\n\n## Disclaimer\n\nThe code in this repository is only for demonstration purposes.\n\n## Slides\n\nThe slides of this talk are available [here](https://speakerdeck.com/danielcsgomes/how-to-build-console-applications).\n\n## Installation\n\n```\n\ngit clone git@github.com:danielcsgomes/phplx-how-to-build-console-app.git\n\ncd phplx-how-to-build-console-app\n\n# Install using composer with development dependencies:\ncurl -sS https://getcomposer.org/installer | php\n\n# Then, using the `composer.phar` file:\nphp composer.phar install --dev\n\n```\n\n## Usage\n\n```\n\n# Run the application\nphp app.php\n  \n# Run the examples\nphp examples/\u003cFolder\u003e/\u003cExampleName\u003e.php\n\n# Run tests:\n./vendor/bin/phpunit\n\n```\n\n## License\nThe code is licensed under the [MIT License](https://github.com/danielcsgomes/phplx-how-to-build-console-app/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsg%2Fphplx-how-to-build-console-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsg%2Fphplx-how-to-build-console-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsg%2Fphplx-how-to-build-console-app/lists"}