This website works better with JavaScript.
Explore
Help
Sign In
ConsEcoTeam
/
ConsEco
Watch
5
Star
1
Fork
You've already forked ConsEco
0
Code
Issues
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0d6979f482
Binding
master
PatchDeserialisation
ManagerRefactoring
UI_Windows
ClientAPI
modifStub
GestionBanques
API
UI_Mobile
Dashboard
MAUI
Documentation
Code
Link_to_npgsql
connexion
Navigator
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0d6979f482'
${ noResults }
ConsEco
/
Sources
/
API
/
composer.json
8 lines
122 B
Raw
Normal View
History
Unescape
Escape
modification de l'architecture de l'API afin qu'elle soit de type aplication. utilisation du framework slim php et ajout d'une première route
2 years ago
{
"require"
:
{
"slim/slim"
:
"4.*"
,
ajout de deux routes avec des requetes PUT (pas encore fonctionnelle) et test de documentation avec swagger
2 years ago
"slim/psr7"
:
"^1.6"
,
"zircote/swagger-php"
:
"^4.5"
modification de l'architecture de l'API afin qu'elle soit de type aplication. utilisation du framework slim php et ajout d'une première route
2 years ago
}
}