Getting Started

The preferred way to download and install PHP SEIDS is via Composer.

Composer

To install via Composer, first download Composer, if you have not already then, simply run the following commands in your project's main directory:

$ php ./path/to/composer.phar require daniel-ac-martin/php-seids
$ php ./path/to/composer.phar install

The classes provided by this library can then be autoloaded using the autoloader provided by Composer in ./vendor/autoload.php. For more information see the tutorials in the manual.

To Top