{"id":20406063,"url":"https://github.com/miguelhp373/php_orientado_a_objetos","last_synced_at":"2025-09-11T17:39:21.472Z","repository":{"id":160153179,"uuid":"337844897","full_name":"miguelhp373/PHP_Orientado_a_Objetos","owner":"miguelhp373","description":":elephant: Curso de POO com PHP - Node Studios Treinamentos","archived":false,"fork":false,"pushed_at":"2021-03-31T19:24:04.000Z","size":3950,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-15T12:14:38.788Z","etag":null,"topics":["class","methods","mvc","object","php7","poo"],"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/miguelhp373.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-10T20:27:16.000Z","updated_at":"2022-09-24T19:47:00.000Z","dependencies_parsed_at":"2023-07-03T12:31:25.369Z","dependency_job_id":null,"html_url":"https://github.com/miguelhp373/PHP_Orientado_a_Objetos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FPHP_Orientado_a_Objetos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FPHP_Orientado_a_Objetos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FPHP_Orientado_a_Objetos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FPHP_Orientado_a_Objetos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miguelhp373","download_url":"https://codeload.github.com/miguelhp373/PHP_Orientado_a_Objetos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950431,"owners_count":20047638,"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":["class","methods","mvc","object","php7","poo"],"created_at":"2024-11-15T05:14:42.399Z","updated_at":"2025-03-05T02:19:16.017Z","avatar_url":"https://github.com/miguelhp373.png","language":"PHP","readme":"# Composer\n\n### Serve para usar bibliotecas de terceiros\n\n---\n\nRepositorios:\n\n[https://packagist.org/](https://packagist.org/)\n\n[https://www.php-fig.org/](https://www.php-fig.org/)\n\n---\n\n## Exemplo de Criação um repositorio composer\n\n```powershell\ncomposer init\nPackage name (\u003cvendor\u003e/\u003cname\u003e)[user/projeto]: usuarionome/nomedopacote\nDescription[]:\nAuthor[, n to skip]: nome \u003cemail\u003e\nMinimum Stability[]:\nPackage Type[]:\nLicense[]:\n\nDefine your dependencies(require).\n[yes]?yes\n\nSearch for a package: dompdf/dompdf\nlatest version: 0.8.3 //automatico se vazio\n\nconfirm[yes]?\n\n```\n\n## Instalando um Pacote\n\n```powershell\ncomposer require nomedorepositorio/nomedopacote\n```\n\n## Remover pacotes\n\nprimeiro, remova a linha do pacote, no composer.json\n\n```powershell\ncomposer update\n```\n\n## Instalar Manualmente uma Biblioteca - Exemplo\n\ncomposer.json\n\n```json\n{\n\trequire:{\n\t   \"cocur/slugify\":\"3.2\"\n\t}\n}\n```\n\nprompt\n\n```powershell\ncomposer install\n```\n\nindex.php\n\n```php\nrequire_once('vendor/autoload.php')\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelhp373%2Fphp_orientado_a_objetos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelhp373%2Fphp_orientado_a_objetos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelhp373%2Fphp_orientado_a_objetos/lists"}