| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/piwik/vendor/php-di/php-di/ |
Upload File : |
# Contributing PHP-DI is licensed under the MIT License. ## Set up * Check out the sources using git or download them ```bash $ git clone https://github.com/PHP-DI/PHP-DI.git ``` * Install the libraries using composer: ```bash $ curl -s http://getcomposer.org/installer | php $ php composer.phar install ``` If you are running Windows or are having trouble, read [the official documentation](http://getcomposer.org/doc/00-intro.md#installation). ## Run the tests The tests are run with [PHPUnit](http://www.phpunit.de/manual/current/en/installation.html): ```bash $ phpunit ``` ## Learning the internals Read the [How it works](doc/how-it-works.md) documentation. ## What to do? - Resolve issues: [issue list](https://github.com/PHP-DI/PHP-DI/issues) - Improve the documentation - … ## Coding style The code follows PSR0, PSR1 and [PSR2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md). Also, do not hesitate to add your name to the author list of a class in the docblock if you improve it.