Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jleagle/app-engine-stubs
A package to stop IDE errors and help with code hinting while working on Google App Engine.
https://github.com/jleagle/app-engine-stubs
Last synced: about 9 hours ago
JSON representation
A package to stop IDE errors and help with code hinting while working on Google App Engine.
- Host: GitHub
- URL: https://github.com/jleagle/app-engine-stubs
- Owner: Jleagle
- Created: 2015-01-28T19:58:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T15:58:48.000Z (about 9 years ago)
- Last Synced: 2025-01-04T20:15:36.705Z (16 days ago)
- Language: PHP
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app-engine-stubs
[![Build Status (Scrutinizer)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs/badges/build.png)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs)
[![Code Quality (scrutinizer)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs/badges/quality-score.png)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs)
[![Latest Stable Version](https://poser.pugx.org/Jleagle/app-engine-stubs/v/stable.png)](https://packagist.org/packages/Jleagle/app-engine-stubs)
[![Latest Unstable Version](https://poser.pugx.org/Jleagle/app-engine-stubs/v/unstable.png)](https://packagist.org/packages/Jleagle/app-engine-stubs)A package to stop IDE errors and help with code hinting while working on Google App Engine projects.
![IDE](http://i.imgur.com/PTHs0gD.png)
### Installation with Composer
```json
"require-dev": {
"jleagle/app-engine-stubs": "*"
},
```