New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Claim $300 Free
Build Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
...The control page displays the status of the backend servers enabling them to be taken offline for maintenance. This app was built to provide web access control for system admins to the locked down nginx vmhost.
This php application runs on Nginx, dynamically scans the /etc/nginx/conf.d/ directory for nginx config files and displays the upstream server status. The server status can be changed which is logged to a flat log file.
A wrapper for PHP’s default session handler, using MySQL for storage
Zebra_Session is a PHP class that acts as a wrapper for PHP's default session handling functions but instead of storing session data in flatfiles it stores them in a MySQL database, thus providing both better security and better performance.
The library is also a solution for applications that are scaled across multiple web servers (using a load balancer or a round-robin DNS) and where the user's session data needs to be available.