Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
ASP.PHP is an implementation of ASP in, yes, PHP. The current release is nowhere near complete, and there are some parts of ASP that are impossible to implement in pure PHP. It is designed to reduce the gap between the two languages.
The OmniPHP Framework is a set of OOP libraries to build advanced PHP applications; such as dynamic web forms, CRUD, data entry, reports, enterprise or business applications, and others. Web 2.0, scalability, db abstraction, session management.
ValidationFx is object oriented and aspect oriented validation framework. Provides own weaver plugin for PostSharp compiler that produces optimized code on MSIL level.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
This project is about give to any developpers, some PHP classes to create their scripts by change some primitive by object, and use no more string, integer and array primitive.
Computer System for Adaptive Intelligent Life :: seeks to create a software system that is capable of learning. The project's ultimate goal is to further the ability of software to both adapt to individual users, and to respond their needs.
Perl-like functions for C. So far, a List object, beginnings of counted strings, and beginnings of logging functions. Plan to add dynamic strings and hashes.
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Microproperties is a flexible and extensible library for dealing with properties in applications written in Java ME (former J2ME). Read properties from MIDlet Manifest/JAD, a textfile or over internet via a URL. Set properties as never before in Java ME.
This project provides an object-oriented and extensible PHP library for managing DNS zones/domains/hosts for the PowerDNS server. It provides a single, consistent interface to access various databases and LDAP directories
A small application kernel written in Visual Basic .Net using .Net Framework 2.0. It (optionally) runs at its own thread (without blocking the main application) and executes one-by-one all the tasks (methods) that have been added at its stack.
This library helps simplify common PHP programming tasks by performing lower level operations automatically, it aims to remove the need to know about the idosyncracies of different platforms such as SQL dialects.
An Open Source JavaScript Library for interacting with oBIX Watches. This is a useful tool for developing 'live' Web 2.0 pages for Building Management Systems.
This is a Generic Plugin Mechanism for the .NET framework providing a quick implementation of a Plugin System for any .NET Application ( under the 2.0 or 3.5 versions ).
"Extended Data Types for PHP" is a collection of PHP5 classes, which provide easily usable common data types like Lists, Trees or Graphs. Installation will be possible via an PEAR Channel or as local library in a website's code base.
Relational Object Mapping In C++, is a library that maps database tables to C++ classes seamlessly so that members will be populated by and in return will populate db columns. Also provides many std db operations, directly on the table interface.
Library to define Tcl commands which manipulate C++ class and structure objects in manners similar to the way Tk manages widgets. Objects can then be manipulated from either C++ or Tcl. Based on the original TclObjectCommand