Slim3 GAE Skeleton alternatives and similar libraries
Based on the "Frameworks" category.
Alternatively, view Slim3 GAE Skeleton alternatives based on common mentions on social networks and blogs.
-
Laravel 5
Laravel is a web application framework with expressive, elegant syntax. Weβve already laid the foundation for your next big idea β freeing you to create without sweating the small things. -
CodeIgniter
Open Source PHP Framework (originally from EllisLab) -
CakePHP
CakePHP: The Rapid Development Framework for PHP - Official Repository -
Phalcon
High performance, full-stack PHP framework delivered as a C extension. -
Slim Framework
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. -
Zend Framework 2
Another framework comprised of individual components (ZF2). -
CodeIgniter 4 Development
Open Source PHP Framework (originally from EllisLab) -
FuelPHP
FuelPHP v1.x is a simple, flexible, community driven PHP 5.3+ framework, based on the best ideas of other frameworks, with a fresh start! FuelPHP is fully PHP 7 compatible. -
Spiral Framework
High-Performance PHP Framework for large scale applications -
MopaBootstrapBundle
Easy integration of twitters bootstrap into symfony2 -
Kraken PHP
Asynchronous & Fault-tolerant PHP Framework for Distributed Applications. -
Opulence
A simple, secure, and scalable PHP application framework -
Swiftlet
Quite possibly the smallest MVC framework you'll ever use. -
Redaxscript
A modern, ultra lightweight and rocket fast Content Management System -
PHP-Spellchecker
πππ PHP Library providing an easy way to spellcheck multiple sources of text by many spellcheckers -
CleverStyle Framework
Simple, scalable, fast and secure full-stack PHP framework -
OpenAPI PSR-7 Message (HTTP Request/Response) Validator
It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications -
PHP-GLFW
πͺA fully-featured OpenGL and GLFW extension for PHP. πBatteries included (Math Functions, Texture Loaders, etc..) -
Quantum PHP Framework (project)
Quantum PHP Project -
Quantum PHP Framework (core)
Quantum PHP Framework -
ReactPHP Promises Testing
PHPUnit assertions for testing ReactPHP promises -
Aura Framework
A framework built from independent components.
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Slim3 GAE Skeleton or a related project?
README
Slim3 GAE Skeleton
Slim 3 skeleton working with Google App Engine include cron configuration.
Demo https://slim3-gae-skeleton.appspot.com/health_check.
Installation
$ composer create-project --no-interaction --stability=dev jaredchu/slim3-gae-skeleton my-app
Deploy
Install gcloud then run init command in project directory:
$ gcloud init
Deploy your project:
$ gcloud app deploy
Browse to http://[YOUR_PROJECT_ID].appspot.com
Remember to run this command after update cron.yaml
:
$ gcloud app deploy cron.yaml
Run locally
$ cd my-app
$ php -S 0.0.0.0:8888 -t . index.php
- Browse to http://localhost:8888
Key directories
app
: application codeapp/Controllers
: contains controller classesapp/Enums
: contains enum classesapp/Schedules
: contains schedule classes
Key files
index.php
: Entry point to application, route configurationapp.yaml
: Google App Engine main configurationcron.yaml
: Google App Engine cron configuration
Contributing
- Fork it!
- Create your feature branch:
$ git checkout -b feature/your-new-feature
- Commit your changes:
$ git commit -am 'Add some feature'
- Push to the branch:
$ git push origin feature/your-new-feature
- Submit a pull request.
License
*Note that all licence references and agreements mentioned in the Slim3 GAE Skeleton README section above
are relevant to that project's source code only.