Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CakeDC/cakephp-api
API Plugin for CakePHP
https://github.com/CakeDC/cakephp-api
api cakephp cakephp-api
Last synced: about 1 month ago
JSON representation
API Plugin for CakePHP
- Host: GitHub
- URL: https://github.com/CakeDC/cakephp-api
- Owner: CakeDC
- License: other
- Created: 2016-11-07T19:24:32.000Z (about 8 years ago)
- Default Branch: 10.x-cake5.0
- Last Pushed: 2024-07-01T14:31:43.000Z (5 months ago)
- Last Synced: 2024-10-03T14:48:06.965Z (2 months ago)
- Topics: api, cakephp, cakephp-api
- Language: PHP
- Homepage:
- Size: 887 KB
- Stars: 61
- Watchers: 18
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-cakephp - CakeDC/Api plugin - All-in-one solution to provide a complete API. It includes versioning, renderers, CRUD, authentication, extensions (paginate, filter, HATEOAS), and much more. (REST and API)
README
API Plugin for CakePHP
======================[![Bake Status](https://api.travis-ci.com/CakeDC/cakephp-api.png?branch=master)](https://travis-ci.com/CakeDC/cakephp-api)
[![Downloads](https://poser.pugx.org/CakeDC/cakephp-api/d/total.png)](https://packagist.org/packages/CakeDC/cakephp-api)
[![Latest Version](https://poser.pugx.org/CakeDC/cakephp-api/v/stable.png)](https://packagist.org/packages/CakeDC/cakephp-api)
[![License](https://poser.pugx.org/CakeDC/cakephp-api/license.svg)](https://packagist.org/packages/CakeDC/cakephp-api)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/CakeDC/cakephp-api/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/CakeDC/cakephp-api/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/CakeDC/cakephp-api/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/CakeDC/cakephp-api/?branch=master)The **CakePHP-API** Plugin allows to easily expose a versioned API in a few lines of code.
Versions and branches
---------------------| CakePHP | CakeDC Api Plugin | Tag | Notes |
| :-------------: | :------------------------: | :--: | :---- |
| 5.0 | [10.x-cake5.0](https://github.com/cakedc/cakephp-api/tree/10.x-cake5.0) | 10.0.0 | unstable |
| 4.3 | [9.x-cake4.3](https://github.com/cakedc/cakephp-api/tree/9.x-cake4.3) | 9.0.1 | unstable |
| 4.0 | [8.x](https://github.com/cakedc/cakephp-api/tree/8.x) | 8.0.14 | unstable |
| ^3.7 | [master](https://github.com/cakedc/cakephp-api/tree/master) | 7.0.0 | stable |
| ^3.7 <4.0 | [7.x](https://github.com/cakedc/cakephp-api/tree/7.x) | 7.1.0 | stable |
| 3.6 | [6.x](https://github.com/cakedc/cakephp-api/tree/6.x) | 6.0.1 | stable |
| 3.5 | [5.x](https://github.com/cakedc/cakephp-api/tree/5.0.0) | 5.0.0 | stable |
| 3.4 | [4.x](https://github.com/cakedc/cakephp-api/tree/4.0.0) | 4.0.0 | stable |
| 3.3 | [3.x](https://github.com/cakedc/cakephp-api/tree/3.3) | 3.3 | stable |Documentation
-------------For documentation, as well as tutorials, see the [Docs](docs/home.md) directory of this repository.
Support
-------For bugs and feature requests, please use the [issues](https://github.com/CakeDC/cakephp-api/issues) section of this repository.
Commercial support is also available, [contact us](http://cakedc.com/contact) for more information.
Contributing
------------This repository follows the [CakeDC Plugin Standard](http://cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](http://cakedc.com/contribution-guidelines) for detailed instructions.
License
-------Copyright 2016-2023 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.