Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • PHP Challenge PHP Challenge
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Jobsity
  • PHP ChallengePHP Challenge
  • Wiki
  • PHP Challenge Instructions

PHP Challenge Instructions · Changes

Page history
Update PHP Challenge Instructions authored Jun 30, 2021 by Jobsity Admin's avatar Jobsity Admin
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
+2 -2
  • PHP-Challenge-Instructions.md PHP-Challenge-Instructions.md +2 -2
  • No files found.
PHP-Challenge-Instructions.md
View page @ d01a44ef
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
This Challenge is designed to test your abilities building backend web projects in PHP. Show us your best skills and knowledge in good practices and standards. This Challenge is designed to test your abilities building backend web projects in PHP. Show us your best skills and knowledge in good practices and standards.
## Assignment ## Assignment
The objective of this challenge is to create a REST API application that the user can use to track the value of stocks in the stock market. The base application presented here uses a simple implementation of [Slim Framework](https://www.slimframework.com/docs/v3/) The objective of this challenge is to create a REST API application that the user can use to track the value of stocks in the stock market. The base for your application as presented here uses a simple implementation of [Slim Framework](https://www.slimframework.com/docs/v3/)
You may use the [Stooq](https://stooq.com/q/l/?s={stock_code}&f=sd2t2ohlcvn&h&e=csv) API service to get latest stock market values. You may use the [Stooq](https://stooq.com/q/l/?s={stock_code}&f=sd2t2ohlcvn&h&e=csv) API service to get latest stock market values.
...@@ -66,4 +66,4 @@ You can find some bootstrap for the challenge with some endpoints, basic setup, ...@@ -66,4 +66,4 @@ You can find some bootstrap for the challenge with some endpoints, basic setup,
- Run `composer start` and you should be able to check the project running on `http://localhost:8080` - Run `composer start` and you should be able to check the project running on `http://localhost:8080`
Optional: Optional:
- Run `composer test` to see the test suite result - Run `composer test` to see the test suite result
\ No newline at end of file
Clone repository
  • PHP Challenge Instructions
  • Usage of the Mailer service (SwiftMailer)
  • Using RabbitMQ with Slim Framework
  • Home