Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eexit/ulr-sysd-client
https://github.com/eexit/ulr-sysd-client
php php-cli php5 school-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eexit/ulr-sysd-client
- Owner: eexit
- Created: 2011-10-16T18:04:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T08:22:42.000Z (over 2 years ago)
- Last Synced: 2023-03-10T21:43:23.970Z (almost 2 years ago)
- Topics: php, php-cli, php5, school-project
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projet M2 ICONE Système de Diffusion — 1.00 #
Ce dépôt contient le client SOAP de notre application XML/XSL/WebService. Le serveur applicatif devant être écrit en Java,
le langage du client n'était pas imposé donc PHP fût choisi.
Ce projet utilise Symfony Console et Soap Client de Zend Framework 2.## Pré-requis ##
* >= PHP 5.3.3
* SOAP PHP extension## Usage ##
Commencer par rendre éxecutable le client et découvrir son man :
chmod u+x app/client
app/clientSoumettre un document XML :
app/client post --xml=fichier.xml
Récupérer un fichier XML :
app/client get --id=1 --out=fichier.xml
Chercher un/des document(s) par mot-clé(s) :
app/client search --keywords="foo, bar, baz yx"
Générer un document PDF à partir de son identifiant et de sa feuille de transformation :
app/client makepdf --id=1 --xsl=transformer.xsl --out=fichier.pdf
## Infos ##
Copyright (c) 2011, Joris Berthelot
Projet développé en une après-midi.