Skip to content

That project has only a purpose of study, so mistakes should be not relevant, or rather than that, you could give me suggestions of how I could improve my code.

Notifications You must be signed in to change notification settings

izadoramatias/iomanager-php

Repository files navigation

IOManagement-php

First it all, you should have installed composer in your computer:


After you have installed the composer, follow the next steps:

  • Install composer dependencies:

      composer install
  • Run php built-in server:

      php -S localhost:port -t public/
  • Run the tests (you should be at the root of the project):

    php vendor/bin/phpunit

    or this if you want to get a short documentation about the tests

    php vendor/bin/phpunit --testdox

About

That project has only a purpose of study, so mistakes should be not relevant, or rather than that, you could give me suggestions of how I could improve my code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published