Download the PHP package cloudframework-io/backend-core-php8 without Composer

On this page you can find all versions of the php package cloudframework-io/backend-core-php8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package backend-core-php8

PHP8.X BACKEND FRAMEWORK.

CLOUDRAMEWORK PHP8 CORE FRAMEWORK TO DEVELOP BACKEND APIs and BACKEND SCRIPTs optimized for GOOGLE APPENGINE, COMPUTE ENGINE, CLOUD FUNCTIONS, KUBERNETS and other server technologies.

It Assumes you have installed in your server ^PHP8.1 and ^Python3.X

Github project and Package can be found

First time Installation and running a local server with Hello World APIs

First step is to install the basic library

Now you need to create your basic file structure

NOW YOU CAN LAUNCH your LOCAL SERVER with your FIRST API Hello world

The response of http://localhost:8080/ will be a JSON

Explore the files /api/training/hello.php and hello-advanced.php to see a basic structure of an API.

Configure your project to be deployed in GCP (Google Appengine) and/or to interact with CloudFramework CLOUD-PLATFORM

Before to setup your local development environment be sure you have installed GCP SDK in your computer.

Run the following composer command to configure your development environment to

MAC Development Environment

If you are a mac user with zsh shell, the setup will ask you about to configure .zshrc with some variables, aliases and function to facilitate your development life.

If your answer is [yes] in will add some aliases and functions:

CLOUD-PLATFORM configuration

If you are a CloudFramwork Customer you can configure your development environment connected with your Platform. Don't worry, this option is totally optional and it is nor required.

Google GCP Configuration

If you are interested in deploying your APIs under APPENGINE then you need to provide GCP configuration


All versions of backend-core-php8 with dependencies

PHP Build Version
Package Version
Requires google/cloud-datastore Version ^1.26
google/cloud-storage Version ^1.36
google/cloud-logging Version ^1.28
google/apiclient Version ^2.15
google/cloud-tasks Version ^1.13
google/cloud-bigquery Version ^1.28
google/cloud-secret-manager Version ^1.12
zbateson/mail-mime-parser Version ^2.4
google/cloud-pubsub Version ^1.48
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cloudframework-io/backend-core-php8 contains the following files

Loading the files please wait ....