php - is there a way to have a namespace with a space in it?

One of the directories in my app has the nameweb services
. For the classes contained in that folder I have tried declaring the namespace various ways, including:
namespace web services;
namespace 'web services';
namespace [web services];
namespace {web services};
...none of which work. VS Code gives warnings on each of these.
The multitude of online documentation/forum posts/blogs regarding PHP namespaces do not mention anything about whether or not spaces are allowed; though all of the examples they show do not have any namespaces that contain spaces. Is it possible for a namespace to contain a space so it matches the app's directory structure?
PHP 7.4.13 is being used for this app.
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: composer detected issues in your platform: your composer dependencies require a php version ">= 8.0.2".
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.