{"id":16676569,"url":"https://github.com/johnvandeweghe/lunixrest-basics","last_synced_at":"2025-10-20T01:39:20.386Z","repository":{"id":57001151,"uuid":"77209340","full_name":"johnvandeweghe/LunixREST-Basics","owner":"johnvandeweghe","description":"Some extra implementations of interfaces from LunixREST","archived":false,"fork":false,"pushed_at":"2017-06-04T06:53:31.000Z","size":729,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T11:09:50.759Z","etag":null,"topics":["library","php","rest"],"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/johnvandeweghe.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":"2016-12-23T08:07:30.000Z","updated_at":"2017-05-07T03:58:05.000Z","dependencies_parsed_at":"2022-08-21T14:10:33.224Z","dependency_job_id":null,"html_url":"https://github.com/johnvandeweghe/LunixREST-Basics","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvandeweghe%2FLunixREST-Basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvandeweghe%2FLunixREST-Basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvandeweghe%2FLunixREST-Basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvandeweghe%2FLunixREST-Basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnvandeweghe","download_url":"https://codeload.github.com/johnvandeweghe/LunixREST-Basics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280177,"owners_count":20912965,"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":["library","php","rest"],"created_at":"2024-10-12T13:10:54.777Z","updated_at":"2025-10-20T01:39:15.354Z","avatar_url":"https://github.com/johnvandeweghe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/johnvandeweghe/LunixREST-Basics.svg?branch=master)](https://travis-ci.org/johnvandeweghe/LunixREST-Basics) [![Code Coverage](https://scrutinizer-ci.com/g/johnvandeweghe/LunixREST-Basics/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/johnvandeweghe/LunixREST-Basics/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/johnvandeweghe/LunixREST-Basics/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/johnvandeweghe/LunixREST-Basics/?branch=master)\n\n# Overview\nLunixREST-Basics is a project that contains implementations of interfaces/abstract classes from [LunixREST](https://github.com/johnvandeweghe/LunixREST) that enable basic activities that most APIs would use. It is separated into it's own project so that the basics can depend on 3rd party libraries (such as Guzzle), without requiring those libraries for the Core codebase.\n\n## Features:\n* Doctrine support for endpoints/endpoint factories\n* JSON request/response support\n* Basic URL parser\n* Single endpoint endpoint factory\n* Super basic example API implementations\n\n## Unit test coverage\n\nThis project seeks to aproach 100% code coverage at all times. Both in numbers, and in actual code path coverage. If that is ever not the case, leave an issue and it will be addressed ASAP.\n\n# Installation\n## Requirements\nAll dependencies are specified in the composer.json, so as long as you use composer with this library, all dependencies should be taken care of.\n\nThat being said, here are some dependencies:\n\n* PHP 7.1+\n* LunixREST\n* GuzzleHTTP\n* Monolog\n\n## Version Notice\nThis project updates master regularly. Changes to master that are not released are not guaranteed to be stable, and should be treated as such. Use the release tags for production projects.\n\nAll minor version number updates will have guaranteed backwards compatibility. Major version changes won't be held to that standard, but generally the goal is to minimise interface changes.\n\n## Installation\n\nThis project is listed in [Packigist](https://packagist.org/packages/johnvandeweghe/lunixrest-basics), the default repository for Composer. So installation is as simple as:\n\n``` composer require johnvandeweghe/lunixrest-basics ```\n\n# Usage TODO\n## JSON Requests/Responses\n### Requests\nJSONHTTPServer\n### Responses\nJSONResponseDataSerializer\n## Doctrine\n### ManagerRepository\n## Endpont/EndpointFactory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvandeweghe%2Flunixrest-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvandeweghe%2Flunixrest-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvandeweghe%2Flunixrest-basics/lists"}