{"id":13684338,"url":"https://github.com/dereuromark/cakephp-ajax","last_synced_at":"2026-05-21T00:09:51.088Z","repository":{"id":25556332,"uuid":"28989448","full_name":"dereuromark/cakephp-ajax","owner":"dereuromark","description":"AJAX for CakePHP: A plugin to ease handling AJAX requests.","archived":false,"fork":false,"pushed_at":"2026-04-28T16:58:49.000Z","size":4177,"stargazers_count":54,"open_issues_count":0,"forks_count":24,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-04-28T18:33:13.059Z","etag":null,"topics":["ajax","cakephp","cakephp-plugin","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/dereuromark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/Contributing.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-01-08T22:33:22.000Z","updated_at":"2026-04-28T16:58:53.000Z","dependencies_parsed_at":"2026-01-28T07:13:57.400Z","dependency_job_id":null,"html_url":"https://github.com/dereuromark/cakephp-ajax","commit_stats":{"total_commits":177,"total_committers":9,"mean_commits":"19.666666666666668","dds":0.6327683615819208,"last_synced_commit":"d7f09c0f05dc28587250618615f95cf538739ac6"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/dereuromark/cakephp-ajax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ajax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ajax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ajax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ajax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dereuromark","download_url":"https://codeload.github.com/dereuromark/cakephp-ajax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ajax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33281490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"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":["ajax","cakephp","cakephp-plugin","php"],"created_at":"2024-08-02T14:00:32.360Z","updated_at":"2026-05-21T00:09:51.083Z","avatar_url":"https://github.com/dereuromark.png","language":"PHP","funding_links":[],"categories":["Miscellaneous","Plugins"],"sub_categories":["Miscellaneous"],"readme":"# CakePHP Ajax Plugin\n[![CI](https://github.com/dereuromark/cakephp-ajax/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-ajax/actions/workflows/ci.yml?query=branch%3Amaster)\n[![Coverage Status](https://codecov.io/gh/dereuromark/cakephp-ajax/branch/master/graph/badge.svg)](https://codecov.io/gh/dereuromark/cakephp-ajax)\n[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)\n[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-ajax/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-ajax)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/)\n[![License](https://poser.pugx.org/dereuromark/cakephp-ajax/license.svg)](LICENSE)\n[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-ajax/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-ajax)\n[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-purple.svg?style=flat-square)](https://github.com/php-fig-rectified/fig-rectified-standards)\n\nA CakePHP plugin that makes working with AJAX a \"piece of cake\".\n\nThis branch is for **CakePHP 5.0+**. For details see [version map](https://github.com/dereuromark/cakephp-ajax/wiki#cakephp-version-map).\n\n## What is this plugin for?\nBasically DRY (Don't repeat yourself) and easy AJAX handling.\n\n### Demo\nSee the [Sandbox app](https://sandbox.dereuromark.de/sandbox/ajax-examples) for live demos.\n\n### Key features\n- Auto-handling via View class mapping and making controller actions available both AJAX and non-AJAX by design.\n- Flash message and redirect (prevention) support.\n- Opt-in detection for modern JSON-oriented clients that do not send `X-Requested-With`.\n\nSee [my article](https://www.dereuromark.de/2014/01/09/ajax-and-cakephp/) for details on the history of this view class and plugin code.\n\n## Installation \u0026 Docs\n\n- [Documentation](docs/README.md)\n\n### Possible TODOs\n\n* Maybe add helpers and additional goodies around auto-complete, edit-in-place, ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-ajax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdereuromark%2Fcakephp-ajax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-ajax/lists"}