{"id":20887013,"url":"https://github.com/fleetbase/fleetbase-php","last_synced_at":"2025-05-12T19:33:09.195Z","repository":{"id":39831820,"uuid":"177120773","full_name":"fleetbase/fleetbase-php","owner":"fleetbase","description":"Fleetbase PHP SDK","archived":false,"fork":false,"pushed_at":"2022-05-25T04:44:43.000Z","size":3771,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-29T12:21:50.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fleetbase.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-03-22T10:31:28.000Z","updated_at":"2024-03-29T12:21:50.848Z","dependencies_parsed_at":"2022-08-27T20:11:01.395Z","dependency_job_id":null,"html_url":"https://github.com/fleetbase/fleetbase-php","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Ffleetbase-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Ffleetbase-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Ffleetbase-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Ffleetbase-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fleetbase","download_url":"https://codeload.github.com/fleetbase/fleetbase-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225148825,"owners_count":17428453,"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-18T08:18:47.371Z","updated_at":"2024-11-18T08:18:47.909Z","avatar_url":"https://github.com/fleetbase.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fleetbase PHP SDK\n\n[![Source Code][badge-source]][source]\n[![Latest Version][badge-release]][packagist]\n[![Software License][badge-license]][license]\n[![PHP Version][badge-php]][php]\n[![Build Status][badge-build]][build]\n[![Coverage Status][badge-coverage]][coverage]\n[![Total Downloads][badge-downloads]][downloads]\n\nFleetbase PHP SDK\n\nThis project adheres to a [Contributor Code of Conduct][conduct]. By\nparticipating in this project and its community, you are expected to uphold this\ncode.\n\n\n## Requirements\n\nPHP 7.4 and later.\n\n\n## Installation\n\nThe preferred method of installation is via [Composer][]. Run the following\ncommand to install the package and add it as a requirement to your project's\n`composer.json`:\n\n```bash\ncomposer require fleetbase/fleetbase-php\n```\n\n\n## Quick Start\n\nSimple usage looks like:\n\n```php\n$fleetbase = new \\Fleetbase\\Sdk\\Fleetbase('\u003c api key here \u003e');\n\n$spaceNeedle = $fleetbase-\u003eplaces-\u003ecreate([\n    'name' =\u003e 'Space Needle',\n    'street1' =\u003e '400 Broad Street',\n    'city' =\u003e 'Seattle',\n    'state' =\u003e 'WA',\n    'country' =\u003e 'US'\n]);\n```\n\n## Documentation\n\nCheck out the [documentation website][documentation] for detailed information\nand code examples.\n\n\n## Contributing\n\nContributions are welcome! Please read [CONTRIBUTING][] for details.\n\n\n## Copyright and License\n\nThe fleetbase/fleetbase-php library is copyright © [Fleetbase Pte Ltd.](https://fleetbase.io)\nand licensed for use under the MIT License (MIT). Please see [LICENSE][] for\nmore information.\n\n\n[conduct]: https://github.com/fleetbase/fleetbase-php/blob/master/.github/CODE_OF_CONDUCT.md\n[composer]: http://getcomposer.org/\n[documentation]: https://fleetbase.github.io/fleetbase-php/\n[contributing]: https://github.com/fleetbase/fleetbase-php/blob/master/.github/CONTRIBUTING.md\n\n[badge-source]: http://img.shields.io/badge/source-fleetbase/fleetbase--php-blue.svg?style=flat-square\n[badge-release]: https://img.shields.io/packagist/v/fleetbase/fleetbase-php.svg?style=flat-square\u0026label=release\n[badge-license]: https://img.shields.io/packagist/l/fleetbase/fleetbase-php.svg?style=flat-square\n[badge-php]: https://img.shields.io/packagist/php-v/fleetbase/fleetbase-php.svg?style=flat-square\n[badge-build]: https://img.shields.io/travis/fleetbase/fleetbase-php/master.svg?style=flat-square\n[badge-coverage]: https://img.shields.io/coveralls/github/fleetbase/fleetbase-php/master.svg?style=flat-square\n[badge-downloads]: https://img.shields.io/packagist/dt/fleetbase/fleetbase-php.svg?style=flat-square\u0026colorB=mediumvioletred\n\n[source]: https://github.com/fleetbase/fleetbase-php\n[packagist]: https://packagist.org/packages/fleetbase/fleetbase-php\n[license]: https://github.com/fleetbase/fleetbase-php/blob/master/LICENSE\n[php]: https://php.net\n[build]: https://travis-ci.org/fleetbase/fleetbase-php\n[coverage]: https://coveralls.io/r/fleetbase/fleetbase-php?branch=master\n[downloads]: https://packagist.org/packages/fleetbase/fleetbase-php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetbase%2Ffleetbase-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffleetbase%2Ffleetbase-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetbase%2Ffleetbase-php/lists"}