Rest Api Slim Php Versions Save

Example of REST API with Slim PHP micro Framework.

v.2.22.0

9 months ago

RELEASE VERSION: 2.22.0

CHANGES:

v2.21.0

11 months ago

RELEASE VERSION: 2.21.0

CHANGES:

  • Added unit test. To test the login endpoint with an existing user but a wrong password.
  • Other minor changes.

v2.20.0

1 year ago

RELEASE VERSION: 2.20.0

CHANGES:

  • In App.php: Replaced "require" with "require_once".
  • Update README.

v.2.19.0

1 year ago

RELEASE VERSION: 2.19.0

CHANGES:

  • Resolved some issues detected using PHP Stan & PHP Insights.
  • Upgrade RectorConfig (from "ContainerConfigurator").
  • Some other minor changes.

v2.18.0

1 year ago

RELEASE VERSION: 2.18.0

CHANGES:

  • Added command: "composer phpinsights", to run PHP Insights :-)
  • Update README.

v2.17.0

1 year ago

RELEASE VERSION: 2.17.0

CHANGES:

  • Improve password hashing security using password_hash and password_verify.
  • Salt is validated and generated automatically by PHP functions: password_hash and password_verify.

2.16.0

2 years ago

RELEASE VERSION: 2.16.0

CHANGES:

  • php-cs-fixer fix --rules @ psr12 src
  • Bump composer/composer.
  • Added Psalm (again).
  • Other minor changes.

2.15.0

2 years ago

RELEASE VERSION: 2.15.0

CHANGES:

  • Bump PHPStan to v1.2.
  • Bump PHP Insights to v2.0.
  • ReAdded Rector.
  • Upgrade to PHP 8.0 using Rector.
  • Update README.
  • Other minor changes.

2.14.0

2 years ago

RELEASE VERSION: 2.14.0

CHANGES:

  • Create and use a dedicated exception for Route Not Found.
  • Composer update.
  • Update README.

2.13.0

2 years ago

RELEASE VERSION: 2.13.0

CHANGES:

  • Update README.
  • Update pestphp/pest.
  • Update and Fix Swagger Documentation.
  • Composer update.