Rest Api Slim Php Versions Save

Example of REST API with Slim PHP micro Framework.

2.12.0

3 years ago

RELEASE VERSION: 2.12.0

CHANGES:

  • Require PHP 7.4 or 8.0.
  • Composer Update.
  • Update README.

2.11.0

3 years ago

RELEASE VERSION: 2.11.0

CHANGES:

2.10.0

3 years ago

RELEASE VERSION: 2.10.0

CHANGES:

  • Add Route Not Found PHPUnit Test.
  • Remove use of Trait.
  • Some minor changes.
  • Update README.

2.9.0

3 years ago

RELEASE VERSION: 2.9.0

CHANGES:

  • Run PHP CS Fixer.
  • Removed Rector package.
  • Added again PHP insights.
  • Composer update.
  • Fixed 'display error details' value to true/false.
  • Add a custom Not Found Handler.
  • Other minor changes.
  • Update README.

2.8.0

3 years ago

RELEASE VERSION: 2.8.0

CHANGES:

  • Remove support for PHP version 7.3
  • Set PHP 7.4 as minimum required version.
  • Update composer.
  • Update rector rules.
  • vendor/bin/rector process src
  • vendor/bin/rector process tests
  • Cleaning rector configuration file.
  • Update README info.

2.7.0

3 years ago

RELEASE VERSION: 2.7.0

CHANGES:

  • Composer update.
  • Upgrade rector version from 0.8 to 0.9
  • Update Travis to check compatibility with PHP 8.0
  • Preparing project to use PHP 8.

2.6.0

3 years ago

RELEASE VERSION: 2.6.0

CHANGES:

  • Add env var DB_PORT, to allow configure the MySQL port.
  • Update and rename some environment variables.

2.5.0

3 years ago

RELEASE VERSION: 2.5.0

CHANGES:

  • Add a trait that allow an entity to response in Array or Json format.
  • Use toJson() function in services of User, Task and Notes.

2.4.0

3 years ago

RELEASE VERSION: 2.4.0

CHANGES:

  • When user update email, validate if that email already exists.
  • Fix PHPDoc typo.
  • Other minor changes.

2.3.0

3 years ago

RELEASE VERSION: 2.3.0

CHANGES:

  • Cleaning and some minor changes :smile: