{"id":36970173,"url":"https://github.com/trikoder/jsonapibundle","last_synced_at":"2026-01-13T21:45:20.505Z","repository":{"id":57072775,"uuid":"100574278","full_name":"trikoder/jsonapibundle","owner":"trikoder","description":"Bundle to provide out-of-the box support for jsonapi in symfony with as native as possible way.","archived":false,"fork":false,"pushed_at":"2021-08-26T20:17:32.000Z","size":260,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-27T01:40:48.094Z","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/trikoder.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":"2017-08-17T07:24:40.000Z","updated_at":"2021-08-26T20:06:09.000Z","dependencies_parsed_at":"2022-08-24T14:54:36.759Z","dependency_job_id":null,"html_url":"https://github.com/trikoder/jsonapibundle","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/trikoder/jsonapibundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikoder%2Fjsonapibundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikoder%2Fjsonapibundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikoder%2Fjsonapibundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikoder%2Fjsonapibundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trikoder","download_url":"https://codeload.github.com/trikoder/jsonapibundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikoder%2Fjsonapibundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2026-01-13T21:45:19.835Z","updated_at":"2026-01-13T21:45:20.493Z","avatar_url":"https://github.com/trikoder.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Json Api CRUD Bundle\n\nPackage to provide out-of-the box support for jsonapi in symfony with as native as possible way.\n\n# Under development\nThis package is currently under active development, but it is considered production safe.\n\n## How to install\nGuide how to setup bundle is located in [quick start guide](src/Resources/doc/getting_started/quick.md)\n\n## Sample usage\nFor quick start see [quick start guide](src/Resources/doc/getting_started/quick.md)\nYou can also look at demo code located in [test suite](tests/Resources)\n\n## Advanced usage\nFor advanced usages that are outside of generic api you get from quick start, see [advanced usage](src/Resources/doc/getting_started/advanced_usage.md)\n\n## Requirements\nBundle is uses symfony 3 and doctrine.\n\n## Documentation and examples\n\nExample code can also be found in `tests/Resources/`.\n\nDocumentations is located inside `src/Resources/doc/` directory.\n\n## Issues\n\nUse the issue tracker.\n\n## Known limitations\n\n- each jsonapi enabled action that receives arguments must receive Request as first argument\n\n## Versioning and changelog\n\nProject follows [Semantic versioning](http://semver.org/).\n\nChange log for the project can be found in changelog.md\n\n## Testing\n\nThe whole sandbox and development environment is located inside project.\n\nTo run tests, position yourself inside `tests/Resources/docker` and run `bin/test.sh`\nThis will build whole docker setup, load fixtures and run all test suites.\n\n## Contributing\n\n*TODO* write how people can send pull requests\n\nFor development of the package, we are using the same tools as for testing.\nPosition yourself inside `tests/Resources/docker` and run `bin/start.sh`\nPHP cli commands can be run from same directory using `bin/console`.\nThere is also php access script `bin/php [CMD]` (eg. `bin/php bash` to enter bash).\n\n### Coding standards\n\nWhen contributing to this package, you will need to adhere to our coding standards.\nThey are following PSR-2 with some additional rules. To check your code during development\nyou can use provided config for php-cs-fixer. it's in root of the project, file:\n\n`.php_cs.dist`\n\n**Checking your code**\n\nFirst you need to setup test environment (as described in paragraph above).\n\nThen:\n\nChecking code:\n\n```\nbin/php_cs --dry-run\n```\nIf you want automatic fix, just omit ``--dry-run`:\n\n```\nbin/php_cs\n```\nThis will check and fix your code.\n\n\n## Credits\n\nCopyright (C) 2017 Trikoder\n\nAuthor: Alen Pokos.\n\nContributors (in alphabetic order): Antonio Pauletich, Alen Pokos, Antonio Šunjić, Damir Trputec, Juraj Juričić, Krešo Kunjas, Petar Obradović, Vedran Krizek, Vedran Mihočinec\n\n## License\n\nPackage is licensed under [MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikoder%2Fjsonapibundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrikoder%2Fjsonapibundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikoder%2Fjsonapibundle/lists"}