Open Source PHP Software Development Software - Page 41

PHP Software Development Software

View 6111 business solutions

Browse free open source PHP Software Development Software and projects below. Use the toggles on the left to filter open source PHP Software Development Software by OS, license, language, programming language, and project status.

  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    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.
    Get Started Free
  • 1
    DeadZone is a total rework of the popular web based space trading game BNT the new GUI incorporates Ajax technology and is totally 'skinnable' DeadZone is now in the release candidate phase and many new features have been added and are being finalised
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Debug Object

    a PHP object designed to aid in debugging your codebase.

    Debugging code has always been a tricky prospect. Most people use one of two methods: Either include "log" statements to see whats going on while running a routine, and then either delete them, or comment them out when they are done, (For legacy code, the commenting it out mechanism is often used so that the code is left to uncomment the next time that piece of code is worked on) or you can rely on a "debugger" to trace whats going on, and then look thru the more copious output. PHP does not really HAVE a good debugger, so most PHP developers are left to write output statements. Remembering WHERE those debug statements are so your log files don't fill up can also be a pain. The DebugObject class is a "take" on instrumenting your code but it's output can be easily turned on and off for any section of your code. This way you write the debug code you want, and leave it in your codebase, but the object knows when to execute that code, so it generates ONLY the output that you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Debug with Ray

    Debug with Ray

    Debug with Ray to fix problems faster

    Debug with Ray to fix problems faster. This package can be installed in any PHP application to send messages to the Ray app. Ray is a desktop application that serves as the dedicated home for debugging output. Send, format and filter debug information from both local projects and remote servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is an automated requirement gathering assistant. Systems analyst can use this software to gahter imformation from client users. This software provides valuable questions, other analysts feedbacks, client feedbacks etc. to analyst when necassary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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.
    Try free now
  • 5
    DeepCopy

    DeepCopy

    Create deep copies (clones) of your objects

    DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph. How do you create deep copies of your objects (i.e. copying also all the objects referenced in the properties)? You use __clone() and implement the behavior yourself. DeepCopy recursively traverses all the object's properties and clones them. To avoid cloning the same object twice it keeps a hash map of all instances and thus preserves the object graph. Alternatively, you can create your own DeepCopy instance to configure it differently. You may want to roll your own deep copy function. You can add filters to customize the copy process. DeepCopy\Matcher applies on a object attribute. DeepCopy\TypeMatcher applies on any element found in graph, including array elements. The PropertyNameMatcher will match a property by its name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Deer - Template Engine is template engine for PHP web pages. Needs PHP5 for work. The goal of project is to be most used template engine as php extension. Has support for variables, conditions, dynamic blocks, etc. It`s fully commented for PHPDocumentor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A 'Defect' Tracking System. This aims at providing a user friendly interface for users to track the 'defects' encountered while developing a software. Created using PHP, JGraph, JavaScript and MySQL RDBMS on Linux Platform with Apache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Free Database ListControls Package includes two additional visual components DbListBox and DbComboBox which missing in standart Delphi for PHP components packages. More info at http://www.vcl4php.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    DelphiPHPForm is a small and simple Delphi DFM form interpreter written in PHP. The input is a Delphi DFM file saved in text mode. The output is a nicely formatted HTML code sent to file or rendered in a html browser at once.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DeltaWeb is a PHP Subversion server, this project can run on any HTTP server. No need to modify your web server configuration or install Subversion binaries. DeltaWeb just need a HTTP server with PHP 5 with any database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DemiLink is a data abstraction layer intended to allow for centralized processing of common data manipulation tasks. Complex transformations can be performed by chaining simple ones together, and new transformation types are easily added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DPF - Demon PHP Framework. Require PHP5. Contain collection of classes/functions for web-development, advanced packages import tool, error2exception mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Deploid is a web-based resource deployment management system for managing resources in a multi-tiered web environment. It leverages the use of versioning control software to efficiently push resources to testing and production environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Deployer

    Deployer

    Deployment tool with support for popular frameworks out of the box

    A deployment tool written in PHP with support for popular frameworks out of the box. Deployer is a cli tool for deployment of any PHP applications, including frameworks such as Laravel, Symfony, Zend Framework and many more. Main concept of Deployer is recipe, a php file containing tasks definitions. Recipe can require other recipes and extend/ override functionality. Also Deployer comes with bunch of ready to use recipes from community for Slack, etc. Deployer can be easily installed via composer or as phar archive. By default deployer keeps the last 5 releases, but you can increase this number by modifying the associated parameter. You may want to run some task before/after other tasks. Configuring that is really simple! Defining a host in Deployer is necessary to deploy your application. It can be a remote machine, a local machine or Amazon EC2 instances. Each host contains a hostname, a stage, one or more roles and configuration parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Deployer PHP

    Deployer PHP

    Deployer is a free and open source deployment tool.

    Deployer is a PHP Application deployment system powered by Laravel 5.5, written & maintained by Stephen Ball. Check out the releases, license, screenshots and contribution guidelines. See the wiki for information on system requirements, installation & upgrade instructions and answers to common questions. Deploys applications to multiple servers accessible via SSH. Clones your project's git repository. Runs arbitrary bash commands. Gracefully handles failure in any of these steps. Keeps a number of previous deployments. Monitors that cronjobs are running. Allows deployments to be triggered via a webhook.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A framework for highly customisable e-commerce: A system for automatically build an e-commerce interface supporting product´s contraints and properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A simple MVC Engine built in the PHP programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CMS for your web project! Easy to install, to learn, to use! All information about product on www.devmgr.ru.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A web-based project management and development environment written in PHP. Provides a means for developers of a single project or many projects to manage the difficulties of keeping in touch and up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DevWorks is an easy-to-use Web Platform. You can run different modules with different features in a single website,using the same control panel and the same user database. DevWorks is also a quicker way to develope web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Developer diary

    Simple diary for developers

    A very simple and ugly daily diary for developers - to log the work you have done. There is a calendar, colored categories and a full-text search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Developia CMS

    small web CMS for software projects

    Developia is a Content Management System (CMS) for Websites. it is specialy designed for developers/teams, so that they can easy create websites for their software-projects in just about 5 minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Devolia Geo
    Devolia Geo is a RPC (Remote Procedure Call) service offering user geolocation (i.e. the service returns the closest city and country names from latitude and longitude or IP address).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Diamond PHP Framework is a PHP java-like classes framework, designed to ease life for a day-to-day PHP web programming, based on PHP5 programming language. Designed to build powerful web applications with ease.
    Downloads: 0 This Week
    Last Update:
    See Project
Monday.com Logo