2017 © Pedro Peláez
 

library composer-php52

image

xrstf/composer-php52

  • Saturday, April 16, 2016
  • by garex
  • Repository
  • 3 Watchers
  • 13 Stars
  • 411,346 Installations
  • PHP
  • 67 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 22 Versions
  • 17 % Grown

The README.md

PHP 5.2 Autoloading for Composer

This package provides an easy way to get a PHP 5.2 compatible autoloader out of Composer. The generated autoloader is fully compatible to the original and is written into separate files, each ending with _52.php., (*1)

Legacy

Please do not use this, if you can avoid it. It's a horrible hack, often breaks and is extremely tied to Composer's interna. This package was originally developed in 2012, when PHP 5.2 was much more common on cheap webhosts., (*2)

In 2016, this package has been moved from Bitbucket to a Github organization, because the original developer could no longer reliably maintain it. This is the reason for this legacy package name xrstf/...., (*3)

Usage

In your project's composer.json, add the following lines:, (*4)

{
    "require": {
        "xrstf/composer-php52": "1.*"
    },
    "scripts": {
        "post-install-cmd": [
            "xrstf\\Composer52\\Generator::onPostInstallCmd"
        ],
        "post-update-cmd": [
            "xrstf\\Composer52\\Generator::onPostInstallCmd"
        ],
        "post-autoload-dump": [
            "xrstf\\Composer52\\Generator::onPostInstallCmd"
        ]
    }
}

After the next update/install, you will have a vendor/autoload_52.php file, that you can simply include and use in PHP 5.2 projects., (*5)

The Versions

16/04 2016

dev-master

9999999-dev

  Sources   Download

MIT

16/04 2016

v1.0.20

1.0.20.0

  Sources   Download

MIT

01/10 2015

v1.0.19

1.0.19.0 http://www.xrstf.de/

  Sources   Download

MIT

07/08 2015

v1.0.18

1.0.18.0 http://www.xrstf.de/

  Sources   Download

MIT

01/02 2015

v1.0.17

1.0.17.0 http://www.xrstf.de/

  Sources   Download

MIT

16/01 2014

v1.0.16

1.0.16.0 http://www.xrstf.de/

  Sources   Download

MIT

30/11 2013

v1.0.15

1.0.15.0 http://www.xrstf.de/

  Sources   Download

MIT

22/11 2013

v1.0.14

1.0.14.0 http://www.xrstf.de/

  Sources   Download

MIT

17/10 2013

v1.0.13

1.0.13.0 http://www.xrstf.de/

  Sources   Download

MIT

17/05 2013

v1.0.12

1.0.12.0 http://www.xrstf.de/

  Sources   Download

MIT

29/04 2013

v1.0.11

1.0.11.0 http://www.xrstf.de/

  Sources   Download

MIT

08/04 2013

v1.0.10

1.0.10.0 http://www.xrstf.de/

  Sources   Download

MIT

08/04 2013

v1.0.9

1.0.9.0 http://www.xrstf.de/

  Sources   Download

MIT

04/03 2013

v1.0.8

1.0.8.0 http://www.xrstf.de/

  Sources   Download

MIT

24/02 2013

v1.0.7

1.0.7.0 http://www.xrstf.de/

  Sources   Download

MIT

21/02 2013

v1.0.6

1.0.6.0 http://www.xrstf.de/

  Sources   Download

MIT

17/02 2013

v1.0.5

1.0.5.0 http://www.xrstf.de/

  Sources   Download

MIT

11/02 2013

v1.0.4

1.0.4.0 http://www.xrstf.de/

  Sources   Download

MIT

10/02 2013

v1.0.3

1.0.3.0 http://www.xrstf.de/

  Sources   Download

MIT

18/01 2013

v1.0.2

1.0.2.0 http://www.xrstf.de/

  Sources   Download

MIT

14/01 2013

v1.0.1

1.0.1.0 http://www.xrstf.de/

  Sources   Download

MIT

02/01 2013

v1.0.0

1.0.0.0 http://www.xrstf.de/

  Sources   Download

MIT