{"id":39758795,"url":"https://github.com/limoncello-php/app","last_synced_at":"2026-01-18T11:35:06.933Z","repository":{"id":57015142,"uuid":"61659176","full_name":"limoncello-php/app","owner":"limoncello-php","description":"Quick start JSON API application","archived":false,"fork":false,"pushed_at":"2019-05-28T10:39:12.000Z","size":1606,"stargazers_count":83,"open_issues_count":31,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-11T12:46:56.488Z","etag":null,"topics":["application","json-api","limoncello","php"],"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/limoncello-php.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-21T18:56:23.000Z","updated_at":"2024-10-02T20:48:07.000Z","dependencies_parsed_at":"2022-08-22T09:31:36.816Z","dependency_job_id":null,"html_url":"https://github.com/limoncello-php/app","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/limoncello-php/app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limoncello-php%2Fapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limoncello-php%2Fapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limoncello-php%2Fapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limoncello-php%2Fapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limoncello-php","download_url":"https://codeload.github.com/limoncello-php/app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limoncello-php%2Fapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["application","json-api","limoncello","php"],"created_at":"2026-01-18T11:35:06.818Z","updated_at":"2026-01-18T11:35:06.904Z","avatar_url":"https://github.com/limoncello-php.png","language":"PHP","readme":"[![License](https://img.shields.io/packagist/l/limoncello-php/app.svg)](https://packagist.org/packages/limoncello-php/app)\n\n### Summary\n\n[![How to create JSON API application](http://img.youtube.com/vi/UsIW5jC7rSc/0.jpg)](http://www.youtube.com/watch?v=UsIW5jC7rSc)\n\nLimoncello App is a fully featured OAuth 2.0 [JSON API](http://jsonapi.org/) quick start application.\n\nOut-of-the-box it has\n\n- [JSON API](http://jsonapi.org/) CRUD operations (create, read, update and delete) for a few sample resources with `to-one`, `to-many` and `many-to-many` relationship types.\n- Support for such JSON API [features](http://jsonapi.org/format/#fetching) as resource inclusion, sparse field sets, sorting, filtering and pagination.\n- Database migrations and seedings.\n- OAuth 2.0 server authentication and role authorization.\n- Admin panel for managing users and roles.\n- Cross-Origin Resource Sharing (CORS).\n- JSON API errors.\n- API tests.\n- Web tests.\n\nSupported features\n- Multiple nested paths resource inclusion (e.g. `posts,posts.user,posts.comments.user`).\n- Filtering and sorting by multiple attributes in resources and its relationships.\n- Supported operators `=`, `eq`, `equals`, `!=`, `neq`, `not-equals`, `\u003c`, `lt`, `less-than`, `\u003c=`, `lte`, `less-or-equals`, `\u003e`, `gt`, `greater-than`, `\u003e=`, `gte`, `greater-or-equals`, `like`, `not-like`, `in`, `not-in`, `is-null`, `not-null`.\n- Pagination works for main resources and resources in relationships. Limits for maximum number of resources are configurable.\n\nBased on\n- [Zend Diactoros](https://github.com/zendframework/zend-diactoros)\n- [Doctrine](http://www.doctrine-project.org/)\n- [Pimple](http://pimple.sensiolabs.org/)\n- [Monolog](https://github.com/Seldaek/monolog)\n- [FastRoute](https://github.com/nikic/FastRoute)\n- [Twig](https://twig.sensiolabs.org/)\n- [JSON API implementation](https://github.com/neomerx/json-api)\n- [Cross-Origin Resource Sharing](https://github.com/neomerx/cors-psr7)\n- Built with :heart: [Limoncello](https://github.com/limoncello-php/framework)\n\nIt could be a great start if you are planning to develop JSON API.\n\nFeel free to ask questions and thank you for supporting the project with :star:.\n\n### Installation\n\n#### 1 Create project\n\n```bash\n$ composer create-project --prefer-dist limoncello-php/app app_name\n$ cd app_name\n```\n\nRecommended additional step\n```bash\n$ npm install\n```\nor\n```bash\n$ yarn install\n```\n\n#### 2 Run server\n\nApplication runs PHP built-in server on port 8080\n\n```bash\n$ composer serve\n```\n\nRecommended\n```bash\n$ npm serve\n```\nor\n```bash\n$ yarn serve\n```\n\n\u003e Port could be configured in `composer.json` or `client/webpack/base.config.js`\n\nIf you use `Postman` here is a collection of API requests that would work with a local server (reading users, filter users, create users, and etc).\n\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/a911c4ba41085dea3816)\n\nHere is a `Postman` screen-shot with the collection opened \n\n![Requests in Postman](server/resources/img/screen-shot.png)\n\n#### 3 Turn on production mode (optional)\n\n**By default** the application is installed in **development mode** (less performance, tests and development libraries are available). Application could be switched into **production mode** (higher performance, no tests, no development libraries) with command\n\n```bash\n$ composer build\n```\n\nPerformance comparision with other frameworks could be found [here](https://github.com/limoncello-php/framework/tree/master/docs/bench/minimalistic) and [here](https://github.com/limoncello-php/framework/tree/master/docs/bench/realistic).\n\n### Testing\n\n```bash\n$ composer test\n```\n\n### How-to add Google Auth to the Application\n\nYou can find detailed instructions [here](https://github.com/limoncello-php/framework/blob/develop/docs/101.How_to_add_Google_auth.md).\n\n### License\n\n[MIT license](http://opensource.org/licenses/MIT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimoncello-php%2Fapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimoncello-php%2Fapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimoncello-php%2Fapp/lists"}