Download the PHP package aboks/php-src-devtools without Composer

On this page you can find all versions of the php package aboks/php-src-devtools. 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 php-src-devtools

Latest Stable Version

:elephant: php-src-devtools :whale:

Tools to make it easier to contribute to PHP itself (php-src). Uses Docker containers for building, running and testing PHP from source.

Why?

Even though there is a thriving open source community for projects written in PHP, only a very limited number of these people contribute to PHP itself. This can partly be explained by the fact that contributing to PHP internals is quite different from contributing to a PHP project: it uses a different language (C instead of PHP), different tools, and another workflow.

This project aims to remove some of these barriers for PHP developers to become PHP core developers:

For more information about contributing to PHP, see the slides for my "Getting started with PHP core development" conference talk.

Prerequisites

Ensure that Docker is installed and running on your system.

Installation

The easiest way to install this tool is as a global composer package:

Alternatively, clone or download this repository somewhere, run composer install to install dependencies, and ensure that php-src-devtools is on your PATH.

Usage

In the folder that contains your clone of php-src, run:

Status

This tool is still in a pretty experimental stage, but the basic things like building PHP from source and running tests should work fine. Please try it out and report any issues and possible improvements that you encounter. Pull requests are welcome.

Versioning

This project adheres to Semantic Versioning.

License

The code is released under the MIT license.


All versions of php-src-devtools with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
symfony/console Version ^4.0
symfony/process Version ^4.0
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 aboks/php-src-devtools contains the following files

Loading the files please wait ....